boissier_app/app/views/layouts/public.html.haml
2011-07-05 22:48:24 +02:00

38 lines
788 B
Plaintext

!!!
%html{:lang => "fr"}
%head
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
%title=@title
= stylesheet_link_tag 'public/public'
=javascript_include_tag 'public/public'
<link href="http://code.google.com/apis/maps/documentation/javascript/examples/standard.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&region=FR"></script>
= csrf_meta_tag
%body
#public
#header
#menu_top.menu
=render(:partial => "public/shared/first_menu")
#logo=link_to image_tag('front/logo.png'), "/"
=yield
#menu_bottom
#left_bottom
#right_bottom.menu
=render(:partial => "public/shared/first_menu")
.clear