# HG changeset patch # User ymh # Date 1310082110 -7200 # Node ID d2d1038613ea7c14bd4385596d0a96b28e4419dc # Parent 289ded09831619e98470049a7dae167fe4e14f4d# Parent 35f37b6210df21162b24d644650b6c72894e8860 Merge with 35f37b6210df21162b24d644650b6c72894e8860 diff -r 289ded098316 -r d2d1038613ea web/hdabo/templates/generic_sheet.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hdabo/templates/generic_sheet.html Fri Jul 08 01:41:50 2011 +0200 @@ -0,0 +1,82 @@ +{% extends "hdabo_base.html" %} + {% block title %}HDA - BO : Fiches pour {{ orga_name }}{% endblock %} + + {% block js_import %} + {{block.super}} + + + + {% endblock %} + + {% block js_declaration %} + {{block.super}} + {% if valid != "2" %} + + {% endif %} + {% endblock %} + + {% block css_import %} + {{block.super}} + + {% endblock %} + + {% block css_declaration %} + {{block.super}} + + {% endblock %} + + + {% block content %} + {{block.super}} +

+ {% if tag %} Fiche(s) concernées par le tag {{ tag.label }} + {% else %} Fiche(s) {% if valid %}validées{% else %}non validées{% endif %} pour l'organisation {{ orga_name }} + {% endif %} : {{nb_sheets}} fiche(s)

+
+

<<   + <   + {{displayed_index}}/{{nb_sheets}}   + >   + >>

+
+ + +
+ {% include "partial/one_sheet.html" %} +
+
+

<<   + <   + {{displayed_index}}/{{nb_sheets}}   + >   + >>

+
+ {% endblock %} diff -r 289ded098316 -r d2d1038613ea web/hdabo/templates/hdabo_base.html --- a/web/hdabo/templates/hdabo_base.html Fri Jul 08 01:39:02 2011 +0200 +++ b/web/hdabo/templates/hdabo_base.html Fri Jul 08 01:41:50 2011 +0200 @@ -66,7 +66,7 @@
{% block content %} {% endblock %} -
+