Changeset 256
- Timestamp:
- 04/25/08 02:27:12 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/app/views/documents/show.html.haml
r145 r256 3 3 %p 4 4 -if nothing_found? then 5 %span{:class=>'pagination'}=link_to_backup_search_engine( @query)5 %span{:class=>'pagination'}=link_to_backup_search_engine(h(@query)) 6 6 =:nothing_found_for.l 7 %strong= @query7 %strong=h(@query) 8 8 =show_time_needed(@time_needed) 9 9 -else 10 10 %span{:class=>'pagination'}=should_paginate(@matching_documents, @query) 11 =describe_results(@matching_documents, @total_hits, @time_needed, @query)11 =describe_results(@matching_documents, @total_hits, @time_needed, h(@query)) 12 12 = render :partial =>'document', :collection => @matching_documents trunk/lib/picolena/templates/app/views/layouts/application.html.haml
r255 r256 5 5 %title 6 6 = :page_title.l 7 =' | '<< @queryif @query7 =' | '<<h(@query) if @query 8 8 = stylesheet_link_tag 'style' 9 9 %link{"href"=>"/images/zafh_net.png", "rel"=>"shortcut icon", "type"=>"image/vnd.microsoft.icon"}/
