From 25ec2a9794786ac83fa8ce743078305682d8298d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Dec 2014 16:59:44 +0100 Subject: Work on new town field (with state and department) - work on new UI for files --- .../ishtar/wizard/wizard_instruction.html | 100 +++++++++++++++++++++ .../ishtar/wizard/wizard_preventiveplanning.html | 77 ++++++++++++++++ 2 files changed, 177 insertions(+) create mode 100644 archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html create mode 100644 archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html (limited to 'archaeological_files_pdl/templates') diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html new file mode 100644 index 000000000..b47de2cce --- /dev/null +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html @@ -0,0 +1,100 @@ +{% extends "ishtar/wizard/default_wizard.html" %} +{% load i18n range table_form %} +{% block wizard_form %} +
{% csrf_token %} +
+{{ wizard.form.media }} +{{ wizard.management_form }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{wizard.form.in_charge|safe}}
{{wizard.form.related_file|safe}}
{{wizard.form.comment|safe}}
: {{wizard.form.end_date|safe}}
SRA {{wizard.form.year|safe}} - {{wizard.form.numeric_reference|safe}}
+ + +{{ previous_fields|safe }} +
+ + {% if next_steps %}{% endif %} +
+
+
+ +{% endblock %} diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html new file mode 100644 index 000000000..41527629d --- /dev/null +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html @@ -0,0 +1,77 @@ +{% extends "ishtar/wizard/default_wizard.html" %} +{% load i18n range table_form %} +{% block wizard_form %} +
{% csrf_token %} +
+{{ wizard.form.media }} +{{ wizard.management_form }} + + + + + + + + + + +
{{wizard.form.name|safe}}
+ +

Localisation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{wizard.form.main_town|safe}}
{{wizard.form.locality|safe}}
{{wizard.form.address|safe}}
{{wizard.form.postal_code|safe}}
+ +

Surfaces

+ + + + + + + + + + + + + + + + +
{{wizard.form.total_surface|safe}}
{{wizard.form.total_developed_surface|safe}}
+ + +{{ previous_fields|safe }} +
+ + {% if next_steps %}{% endif %} +
+
+
+{% endblock %} -- cgit v1.2.3