94 lines
1.6 KiB
Plaintext
94 lines
1.6 KiB
Plaintext
<!doctype html>
|
|
|
|
%html{:lang => "fr"}
|
|
%head
|
|
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
|
|
%title
|
|
Administration
|
|
|
|
|
|
|
|
= csrf_meta_tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=javascript_include_tag 'admin/admin'
|
|
|
|
|
|
|
|
= stylesheet_link_tag 'admin/admin'
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%body
|
|
#manager_box_place
|
|
#manager_box
|
|
|
|
|
|
|
|
|
|
|
|
#breadcrumb
|
|
=#%span{:onclick => '$("#main_slide .page_slide_content").css("width", $(this).parent().outerWidth());$("#main_slide").css("margin-left", "-"+$(this).parent().outerWidth()+"px")//$("#main_slide").animate({width: "toggle"});'} dfsdf
|
|
=link_to "Se déconnecter", destroy_admin_session_path, :class => "logout_link"
|
|
=render_navigation(:renderer => :breadcrumbs, :join_with => ' > ')
|
|
|
|
|
|
|
|
.page_slide#main_slide
|
|
.page_slide_content
|
|
.container_12
|
|
|
|
= yield
|
|
.clear
|
|
|
|
|
|
|
|
=# #big_slider
|
|
=# #page_slides
|
|
=# .page_slide#main_slide
|
|
=# .page_slide_content
|
|
=# .container_12
|
|
|
|
=# = yield
|
|
=# .clear
|
|
|
|
=# .page_slide
|
|
=# .page_slide_content
|
|
=# .container_12
|
|
|
|
=# =# yield
|
|
=# .clear
|
|
=# .clear
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#flash
|
|
|
|
-if flash[:alert] or (@flash_i and @flash_i[:alert])
|
|
.message.closeable.alert
|
|
= flash[:alert]
|
|
= @flash_i[:alert] if @flash_i and @flash_i[:alert]
|
|
-if flash[:notice]
|
|
.message.closeable.notice
|
|
= flash[:notice]
|
|
|
|
|