46 lines
610 B
Plaintext
46 lines
610 B
Plaintext
!!!
|
|
|
|
%html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"}
|
|
%head
|
|
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
|
|
%title
|
|
Jean-François Noblet
|
|
|
|
|
|
|
|
= csrf_meta_tag
|
|
|
|
= javascript_include_tag "public"
|
|
|
|
= stylesheet_link_tag 'public'
|
|
|
|
|
|
|
|
|
|
|
|
%body
|
|
|
|
|
|
.top
|
|
#menu_top
|
|
=render(:partial => "public/shared/first_menu")
|
|
|
|
=link_to image_tag('logo.png', :id => "logo"), "/"
|
|
|
|
|
|
#main
|
|
#sidebar
|
|
=yield :sidebar
|
|
|
|
#body
|
|
=yield :body
|
|
%p{:style => "clear:both"}
|
|
|
|
#footer_container
|
|
#footer
|
|
|
|
#legals
|
|
|
|
|
|
|