2015-08-10 11:05:06 +02:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
2015-09-01 13:59:53 +02:00
|
|
|
%title TPS - Téléprocédures simplifiées
|
2015-11-30 14:48:37 +01:00
|
|
|
%meta{'http-equiv' => "X-UA-Compatible", :content => "IE=edge"}
|
2016-01-20 15:50:28 +01:00
|
|
|
|
2015-08-10 11:05:06 +02:00
|
|
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
2016-02-12 13:49:32 +01:00
|
|
|
= stylesheet_link_tag 'application_split2', media: 'all', 'data-turbolinks-track' => true
|
2015-08-10 11:05:06 +02:00
|
|
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
|
|
|
= csrf_meta_tags
|
|
|
|
%body
|
2016-01-28 17:16:37 +01:00
|
|
|
%div#wrap
|
2016-02-01 17:16:00 +01:00
|
|
|
%div#header.navbar
|
2016-06-07 15:16:35 +02:00
|
|
|
=render partial: "layouts/navbar"
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2016-02-12 15:39:14 +01:00
|
|
|
#main_div.main_div
|
2015-08-10 11:05:06 +02:00
|
|
|
= yield
|
2016-01-28 17:16:37 +01:00
|
|
|
|
|
|
|
%br
|
|
|
|
|
|
|
|
#footer.navbar
|
|
|
|
.container.center
|
|
|
|
%p{style:'margin-top: 1em;'}
|
|
|
|
%p{class: "copyright text-muted small"}
|
|
|
|
Copyright ©
|
|
|
|
|
|
|
|
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
|
|
|
|
2016-02-01 17:16:00 +01:00
|
|
|
2016 - Tous droits réservés
|
2016-01-28 17:16:37 +01:00
|
|
|
|
|
|
|
=link_to 'contact@tps.apientreprise.fr', "mailto:contact@tps.apientreprise.fr"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|