ecole_eft_app/app/views/layouts/public.html.haml
2013-02-12 19:17:38 +01:00

48 lines
1.0 KiB
Plaintext

!!!
%html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"}
%head
%title= "Ecole EFT France - "+ @title.to_s+" - Geneviève Gagos"
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords }
= javascript_include_tag "public"
= csrf_meta_tag
= stylesheet_link_tag 'public'
=render :partial => "public/shared/ga"
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
%body
%a{:id => "top_anchor"}
.row#top
.four.column=link_to image_tag( "front/logo.png", :id => "logo", :alt => ""), "/"
.eight.column
#menu=render(:partial => "public/shared/first_menu")
#main.row
.four.column=yield :sidebar
.eight.column=yield
%p{:style => "clear:both;"}
%br
#bottom
%a#go_top{:href => "#top_anchor"}
%p{:style => "clear:both;"}