-@lang = @lang || LangSite.first
-if !@facebook_img or @facebook_img == ""
-@facebook_img= ""
!!!
-if @description and @description == ""
- @description = ""
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%title=@title.to_s+" - Pendragon International"
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"}
%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
=render :partial => "public/shared/ga"
= stylesheet_link_tag 'public'
= stylesheet_link_tag '/fonts/Stylograph/stylesheet.css'
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false®ion=FR"
%body
-if flash[:error] or flash[:notice] or flash[:alert]
.flash
=flash[:error]
=flash[:notice]
=flash[:alert]
.top
=link_to image_tag("/logo.png", :id => "logo"), "/"+@lang.slug+"/index.html"
.langs
-if @menu_item
%ul
-@menu_item.menu_item_langs.each do |menu_item_lang|
-if menu_item_lang.enabled and menu_item_lang.visible
%li=link_to menu_item_lang.lang_site.slug, menu_item_path(:url => menu_item_lang.permalink, :lang => menu_item_lang.lang_site.slug), :class => ("active" if menu_item_lang.lang_site == @lang)
-else
%li=link_to menu_item_lang.lang_site.slug, "/#{menu_item_lang.lang_site.slug}/index.html", :class => ("active" if menu_item_lang.lang_site == @lang)
-else
%ul
-LangSite.all.each do |lang_site|
%li=link_to lang_site.slug, "/#{lang_site.slug}/index.html", :class => ("active" if lang_site == @lang)
.menu
%ul
-MenuItem.where(:parent_id => nil, :menu_id => Menu.first.id).order(:position).each do |menu_item|
-description = ""
-description = menu_item.menu_content.description if menu_item.menu_content and menu_item.menu_content_type == "Page"
%li
=menu_item_link(menu_item)
#main{:class => (@menu_item.slug if @menu_item)}
-if @menu_item and @menu_item.id == 1
#home_slider
.flexslider
%ul.slides
-@home_slider = HomeSlider.find_by_slug("home")
-@date = Time.now
-if @home_slider
-@home_slides_simu = @home_slider.home_slider_slides.where(:enabled => true)
-@home_slides_simu = @home_slides_simu.where("start_at IS NULL or start_at <= ?",@date)
-@home_slides_simu = @home_slides_simu.where("end_at IS NULL or end_at >= ?",@date)
-@home_slides_simu = @home_slides_simu.order(:position)
-@home_slides_simu.each do |home_slider_slide|
-if home_slider_slide.image_file
%li
-if home_slider_slide.url?
=link_to home_slider_slide.url do
.inner{:style => "background-image:url('#{home_slider_slide.image_file.file.url}');"}
-else
.inner{:style => "background-image:url('#{home_slider_slide.image_file.file.url}');"}
:javascript
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
slideshowSpeed: 4500,
animationSpeed: 2000,
start: function(slider){
$('body').removeClass('loading');
}
});
});
=yield
.clear
.bottom
.socials_links
.top_link
=i(:"arrow-up")
.row
.columns.span_4{:style => "padding:10px;"}
=link_to image_tag("/logo-w.png", :class => "logo"),"/", :style => "margin-left:20Px;"
%br
%br
%br
.columns.span_6{:style => "padding:10px;text-align:center;"}
.clear