76 lines
1.1 KiB
Plaintext
76 lines
1.1 KiB
Plaintext
<!doctype html>
|
|
|
|
%html{:lang => "fr"}
|
|
%head
|
|
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
|
|
%title
|
|
Administration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=javascript_include_tag "admin"
|
|
=stylesheet_link_tag "admin"
|
|
|
|
|
|
|
|
= csrf_meta_tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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
|
|
=link_to "Dashboard", "/admin"
|
|
=link_to "Se déconnecter", destroy_admin_session_path, :class => "logout_link"
|
|
|
|
|
|
|
|
.page_slide#main_slide
|
|
.page_slide_content
|
|
.container_12
|
|
|
|
= yield
|
|
.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]
|
|
|
|
|