Sha256: 27e8f8af20a0de3e38c411af2e71eb2ba71b97236051483d70a8020fc5d2a763

Contents?: true

Size: 1.15 KB

Versions: 5

Compression:

Stored size: 1.15 KB

Contents

!!!
%html{"xmlns"=>"http://www.w3.org/1999/xhtml"}
  %head
    %meta{"content"=>"text/html; charset=utf-8", "http-equiv"=>"Content-Type"}/
    %title
      = :page_title.l
      =' | '<<h(@query) if @query
    = stylesheet_link_tag 'style'
    %link{"href"=>"/images/zafh_net.png", "rel"=>"shortcut icon", "type"=>"image/vnd.microsoft.icon"}/
  %body
    #wrapper
      #content
        #header
        #mainimg
          %p= link_to :help.l, :help_file.l
          %h3
            =:type_your_query_here.l
            &darr;
          -form_tag(:action=>:check_query) do
            = text_field_tag :query, @query, :size=>60, :class=>'text_field'
            %br/
            = submit_tag "#{:search.l}", :class => 'btn'
        #contentarea
          = yield(:info_bar)
          #results
            = yield
            %br/
        #bottom
          = yield(:info_bar) unless nothing_found?
          #link
            =link_to :website_name.l, :website_url.l
          #validtext
            %p
              Valid
              =link_to 'XHTML', 'http://validator.w3.org/check?uri=referer'
              |
              =link_to 'CSS', 'http://jigsaw.w3.org/css-validator'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
picolena-0.1.6 lib/picolena/templates/app/views/layouts/application.html.haml
picolena-0.1.7 lib/picolena/templates/app/views/layouts/application.html.haml
picolena-0.1.8 lib/picolena/templates/app/views/layouts/application.html.haml
picolena-0.2.0 lib/picolena/templates/app/views/layouts/application.html.haml
picolena-0.2.2 lib/picolena/templates/app/views/layouts/application.html.haml