diff --git a/templates/authentic2/base.html b/templates/authentic2/base.html new file mode 100644 index 0000000..167fcce --- /dev/null +++ b/templates/authentic2/base.html @@ -0,0 +1,159 @@ +{% load i18n static %} + + + + {% block title %}User test{% endblock %} | fontenay-sous-bois.fr + + + + + + + + + + + + + + + +
+
+ +
+ +
+

Accueil : contenu

+ +
+ +

Vous êtes ici : + Accueil / + elem1 / + elem2 +

+ +
+ +
+ {% block messages %}{% if messages %} +
    + {% for message in messages %} + {{ message }} + {% endfor %} +
+ {% endif %} + {% endblock %} + + {% block content %} + {% endblock %} +
+ +
+ +
+ +
+ +
+   +
+ +
+
+ + +
+ + +
+
+ + +
+ + + diff --git a/templates/base.html b/templates/base.html index d2258aa..c7d4e34 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,10 +2,10 @@ - {{ title }} | fontenay-sous-bois.fr + TITLE | fontenay-sous-bois.fr - - + + diff --git a/templates/portail-citoyen/base.html b/templates/portail-citoyen/base.html new file mode 100644 index 0000000..bee4bcf --- /dev/null +++ b/templates/portail-citoyen/base.html @@ -0,0 +1,161 @@ +{% load static %} + + + + Portail citoyen | fontenay-sous-bois.fr + + + + + + + + + + + + + + + +
+
+ +
+ +
+

Accueil : contenu

+ +
+ +

Vous êtes ici : + Accueil / + elem1 / + elem2 +

+ +
+ +
+ {% block messages %}{% if messages %} +
    + {% for message in messages %} + {{ message }} + {% endfor %} +
+ {% endif %} + {% endblock %} + + {% block content %} + {% endblock %} +
+ +
+ +
+ +
+ +
+   +
+ +
+
+ + +
+ + +
+
+ + +
+ + + diff --git a/templates/static/css/entrouvert.css b/templates/static/f-s-b/css/entrouvert.css similarity index 100% rename from templates/static/css/entrouvert.css rename to templates/static/f-s-b/css/entrouvert.css diff --git a/templates/static/css/images/arrow_white.png b/templates/static/f-s-b/css/images/arrow_white.png similarity index 100% rename from templates/static/css/images/arrow_white.png rename to templates/static/f-s-b/css/images/arrow_white.png diff --git a/templates/static/css/images/contact_link.gif b/templates/static/f-s-b/css/images/contact_link.gif similarity index 100% rename from templates/static/css/images/contact_link.gif rename to templates/static/f-s-b/css/images/contact_link.gif diff --git a/templates/static/css/images/highlightLink_newsletter.gif b/templates/static/f-s-b/css/images/highlightLink_newsletter.gif similarity index 100% rename from templates/static/css/images/highlightLink_newsletter.gif rename to templates/static/f-s-b/css/images/highlightLink_newsletter.gif diff --git a/templates/static/css/images/highlightLink_planguide.gif b/templates/static/f-s-b/css/images/highlightLink_planguide.gif similarity index 100% rename from templates/static/css/images/highlightLink_planguide.gif rename to templates/static/f-s-b/css/images/highlightLink_planguide.gif diff --git a/templates/static/css/images/home.gif b/templates/static/f-s-b/css/images/home.gif similarity index 100% rename from templates/static/css/images/home.gif rename to templates/static/f-s-b/css/images/home.gif diff --git a/templates/static/css/images/menu_current.gif b/templates/static/f-s-b/css/images/menu_current.gif similarity index 100% rename from templates/static/css/images/menu_current.gif rename to templates/static/f-s-b/css/images/menu_current.gif diff --git a/templates/static/css/images/puce_bleu_clair.png b/templates/static/f-s-b/css/images/puce_bleu_clair.png similarity index 100% rename from templates/static/css/images/puce_bleu_clair.png rename to templates/static/f-s-b/css/images/puce_bleu_clair.png diff --git a/templates/static/css/images/puce_bleu_fonce.png b/templates/static/f-s-b/css/images/puce_bleu_fonce.png similarity index 100% rename from templates/static/css/images/puce_bleu_fonce.png rename to templates/static/f-s-b/css/images/puce_bleu_fonce.png diff --git a/templates/static/css/images/puce_orange.png b/templates/static/f-s-b/css/images/puce_orange.png similarity index 100% rename from templates/static/css/images/puce_orange.png rename to templates/static/f-s-b/css/images/puce_orange.png diff --git a/templates/static/css/images/puce_orange_clair.png b/templates/static/f-s-b/css/images/puce_orange_clair.png similarity index 100% rename from templates/static/css/images/puce_orange_clair.png rename to templates/static/f-s-b/css/images/puce_orange_clair.png diff --git a/templates/static/css/images/puce_rose_fonce.png b/templates/static/f-s-b/css/images/puce_rose_fonce.png similarity index 100% rename from templates/static/css/images/puce_rose_fonce.png rename to templates/static/f-s-b/css/images/puce_rose_fonce.png diff --git a/templates/static/css/images/puce_verte.png b/templates/static/f-s-b/css/images/puce_verte.png similarity index 100% rename from templates/static/css/images/puce_verte.png rename to templates/static/f-s-b/css/images/puce_verte.png diff --git a/templates/static/css/images/puce_verte_fonce.png b/templates/static/f-s-b/css/images/puce_verte_fonce.png similarity index 100% rename from templates/static/css/images/puce_verte_fonce.png rename to templates/static/f-s-b/css/images/puce_verte_fonce.png diff --git a/templates/static/css/images/puce_violet.png b/templates/static/f-s-b/css/images/puce_violet.png similarity index 100% rename from templates/static/css/images/puce_violet.png rename to templates/static/f-s-b/css/images/puce_violet.png diff --git a/templates/static/css/images/puce_violet_fonce.png b/templates/static/f-s-b/css/images/puce_violet_fonce.png similarity index 100% rename from templates/static/css/images/puce_violet_fonce.png rename to templates/static/f-s-b/css/images/puce_violet_fonce.png diff --git a/templates/static/css/images/search_background.png b/templates/static/f-s-b/css/images/search_background.png similarity index 100% rename from templates/static/css/images/search_background.png rename to templates/static/f-s-b/css/images/search_background.png diff --git a/templates/static/css/images/toplink_separator.gif b/templates/static/f-s-b/css/images/toplink_separator.gif similarity index 100% rename from templates/static/css/images/toplink_separator.gif rename to templates/static/f-s-b/css/images/toplink_separator.gif diff --git a/templates/static/css/images/toplink_separator_interior.png b/templates/static/f-s-b/css/images/toplink_separator_interior.png similarity index 100% rename from templates/static/css/images/toplink_separator_interior.png rename to templates/static/f-s-b/css/images/toplink_separator_interior.png diff --git a/templates/static/css/mainstyles.css b/templates/static/f-s-b/css/mainstyles.css similarity index 100% rename from templates/static/css/mainstyles.css rename to templates/static/f-s-b/css/mainstyles.css diff --git a/templates/static/css/yanonekaffeesatz-regular-webfont.eot b/templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.eot similarity index 100% rename from templates/static/css/yanonekaffeesatz-regular-webfont.eot rename to templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.eot diff --git a/templates/static/css/yanonekaffeesatz-regular-webfont.svg b/templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.svg similarity index 100% rename from templates/static/css/yanonekaffeesatz-regular-webfont.svg rename to templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.svg diff --git a/templates/static/css/yanonekaffeesatz-regular-webfont.ttf b/templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.ttf similarity index 100% rename from templates/static/css/yanonekaffeesatz-regular-webfont.ttf rename to templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.ttf diff --git a/templates/static/css/yanonekaffeesatz-regular-webfont.woff b/templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.woff similarity index 100% rename from templates/static/css/yanonekaffeesatz-regular-webfont.woff rename to templates/static/f-s-b/css/yanonekaffeesatz-regular-webfont.woff diff --git a/templates/static/css/yanonekaffeesatz-thin-webfont.eot b/templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.eot similarity index 100% rename from templates/static/css/yanonekaffeesatz-thin-webfont.eot rename to templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.eot diff --git a/templates/static/css/yanonekaffeesatz-thin-webfont.svg b/templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.svg similarity index 100% rename from templates/static/css/yanonekaffeesatz-thin-webfont.svg rename to templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.svg diff --git a/templates/static/css/yanonekaffeesatz-thin-webfont.ttf b/templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.ttf similarity index 100% rename from templates/static/css/yanonekaffeesatz-thin-webfont.ttf rename to templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.ttf diff --git a/templates/static/css/yanonekaffeesatz-thin-webfont.woff b/templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.woff similarity index 100% rename from templates/static/css/yanonekaffeesatz-thin-webfont.woff rename to templates/static/f-s-b/css/yanonekaffeesatz-thin-webfont.woff diff --git a/templates/static/img/3_fleurs_footer.jpg b/templates/static/f-s-b/img/3_fleurs_footer.jpg similarity index 100% rename from templates/static/img/3_fleurs_footer.jpg rename to templates/static/f-s-b/img/3_fleurs_footer.jpg diff --git a/templates/static/img/Ordi_20.jpg b/templates/static/f-s-b/img/Ordi_20.jpg similarity index 100% rename from templates/static/img/Ordi_20.jpg rename to templates/static/f-s-b/img/Ordi_20.jpg diff --git a/templates/static/img/logo_footer.gif b/templates/static/f-s-b/img/logo_footer.gif similarity index 100% rename from templates/static/img/logo_footer.gif rename to templates/static/f-s-b/img/logo_footer.gif diff --git a/templates/static/img/oms_footer.jpg b/templates/static/f-s-b/img/oms_footer.jpg similarity index 100% rename from templates/static/img/oms_footer.jpg rename to templates/static/f-s-b/img/oms_footer.jpg diff --git a/templates/static/img/ville_amie_enfant_footer.jpg b/templates/static/f-s-b/img/ville_amie_enfant_footer.jpg similarity index 100% rename from templates/static/img/ville_amie_enfant_footer.jpg rename to templates/static/f-s-b/img/ville_amie_enfant_footer.jpg diff --git a/templates/static/img/ville_internet_footer.jpg b/templates/static/f-s-b/img/ville_internet_footer.jpg similarity index 100% rename from templates/static/img/ville_internet_footer.jpg rename to templates/static/f-s-b/img/ville_internet_footer.jpg