61 lines
2.0 KiB
Plaintext
61 lines
2.0 KiB
Plaintext
!!!
|
|
%html{:lang => "fr"}
|
|
%head
|
|
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
|
|
%title="Pharmacie Boissier - Rives sur Fures (38140) - "+ @title.to_s
|
|
-if @description
|
|
%meta{:name => "description", :content => @description}
|
|
-else
|
|
%meta{:name => "description", :content => "La pharmacie Boissier située à Rives sur Fures (38140) vous accueil et vous conseil."}
|
|
-if @keywords
|
|
%meta{:name => "keywords", :content => @keywords}
|
|
-else
|
|
%meta{:name => "keywords", :content => "pharmacie, Boissier, Rives, Renage, Réaumont, Saint Blaise, Charnècles, homéopathie, aromathérapie"}
|
|
|
|
|
|
|
|
= stylesheet_link_tag 'public/public'
|
|
|
|
|
|
=javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"
|
|
|
|
=javascript_include_tag 'public/public', :debug => true
|
|
|
|
|
|
|
|
|
|
<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®ion=FR"></script>
|
|
|
|
= csrf_meta_tag
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-27563989-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
|
|
|
|
|
|
%body
|
|
#public
|
|
#header
|
|
#menu_top.menu
|
|
=render(:partial => "public/shared/first_menu")
|
|
#logo=link_to image_tag('front/logo.png', :alt => "Pharmacie Boissier - Rives sur Fures - Pays Voironnais (à proximité de Renage, Réaumont, Saint Blaise du Buis, Charnècles)"), "/"
|
|
|
|
=yield
|
|
|
|
#menu_bottom
|
|
#left_bottom
|
|
#right_bottom.menu
|
|
=render(:partial => "public/shared/first_menu")
|
|
.clear |