From 0ff21402fa711c3e865a7c8b8b715d7dfac2f9fd Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 19:18:32 +0300 Subject: Added queue menu to checkin/auth --- servo/templates/checkin/newindex.html | 261 +++++++++++++++++----------------- 1 file changed, 132 insertions(+), 129 deletions(-) (limited to 'servo/templates') diff --git a/servo/templates/checkin/newindex.html b/servo/templates/checkin/newindex.html index 878ddea..96c8042 100644 --- a/servo/templates/checkin/newindex.html +++ b/servo/templates/checkin/newindex.html @@ -6,140 +6,143 @@ {% block main %} {% comment %} -
+ + + + + +
+
+ + + +
+ {% endcomment %}
-
- {% csrf_token %} -
- {% include "checkin/device_form.html" %} -
- -
- {% include "checkin/customer_form.html" %} -
- - {% if request.user.is_authenticated %} -
-
-
- -
- {% for t in tags %} -
- -
- {% endfor %} -
-
-
-
- {% endif %} -
-
- {% bootstrap_field issue_form.issue_description %} - {% bootstrap_field issue_form.notes %} - {% bootstrap_field device_form.condition %} -
-
- {% bootstrap_field device_form.pop %} - - - - - - - - - - {% for q in questions %} - - - - - - {% endfor %} - -
{% trans "Yes" %}{% trans "No" %}
- {{ q }} -

{{ q.description }}

-
- {% bootstrap_field customer_form.checkin_location %} - {% bootstrap_field customer_form.checkout_location %} -
-
-
-
-
- {% buttons %} - {% if not request.user.is_authenticated %} - {% bootstrap_field customer_form.agree_to_terms %} - {% endif %} - {% if request.user.is_authenticated %} - - {% else %} - - {% endif %} - {% endbuttons %} -
-
-
+
+ {% csrf_token %} +
+ {% include "checkin/device_form.html" %} +
+ +
+ {% include "checkin/customer_form.html" %} +
+ + {% if request.user.is_authenticated %} +
+
+
+ +
+ {% for t in tags %} +
+ +
+ {% endfor %} +
+
+
+
+ {% endif %} +
+
+ {% bootstrap_field issue_form.issue_description %} + {% bootstrap_field issue_form.notes %} + {% bootstrap_field device_form.condition %} +
+
+ {% bootstrap_field device_form.pop %} + + + + + + + + + + {% for q in questions %} + + + + + + {% endfor %} + +
{% trans "Yes" %}{% trans "No" %}
+ {{ q }} +

{{ q.description }}

+
+ {% bootstrap_field customer_form.checkin_location %} + {% bootstrap_field customer_form.checkout_location %} + {% if request.user.is_authenticated %} + {% bootstrap_field device_form.queue %} + {% endif %} +
+
+
+
+
+ {% buttons %} + {% if not request.user.is_authenticated %} + {% bootstrap_field customer_form.agree_to_terms %} + {% endif %} + {% if request.user.is_authenticated %} + + {% else %} + + {% endif %} + {% endbuttons %} +
+
+
{% endblock main %} -- cgit v1.2.3