From 7fec796ae500313ddbbbedf32d4f7581985d41d4 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Thu, 27 Jun 2019 15:43:55 -0400 Subject: Replace and change CSS Fix animation bugs Fix layout issues Replace custom CSS to bootstrap classes Remove unused files Change code to use es6 syntax Add dropdown styles Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5 Signed-off-by: Brandon Lo --- src/templates/booking/quick_deploy.html | 158 ++++++++++++-------------------- 1 file changed, 61 insertions(+), 97 deletions(-) (limited to 'src/templates/booking/quick_deploy.html') diff --git a/src/templates/booking/quick_deploy.html b/src/templates/booking/quick_deploy.html index 07f3d89..f1ba491 100644 --- a/src/templates/booking/quick_deploy.html +++ b/src/templates/booking/quick_deploy.html @@ -2,88 +2,64 @@ {% load staticfiles %} {% load bootstrap4 %} {% block content %} - {% bootstrap_form_errors form type='non_fields' %}
-{% csrf_token %} -
-
-

Please select a host type you wish to book. Only available types are shown.

-{% bootstrap_field form.filter_field show_label=False %} -
-
- {% bootstrap_field form.purpose %} - {% bootstrap_field form.project %} - {% bootstrap_field form.length %} -

Days:

0 - -
-
- - {{ form.users }} -
-
-
- {% bootstrap_field form.hostname %} - {% bootstrap_field form.image %} -
-
- OPNFV: (Optional) - {% bootstrap_field form.installer %} - {% bootstrap_field form.scenario %} + {% csrf_token %} +
+
+
+
+

Please select a host type you wish to book. Only available types are shown.

+ {% bootstrap_field form.filter_field show_label=False %} +
+
+
+
+ {% bootstrap_field form.purpose %} + {% bootstrap_field form.project %} + {% bootstrap_field form.length %} + Days: 0 + +
+
+
+
+ + {{ form.users }} +
+
+
+
+ {% bootstrap_field form.hostname %} + {% bootstrap_field form.image %} +
+
+
+
+ OPNFV: (Optional) + {% bootstrap_field form.installer %} + {% bootstrap_field form.scenario %} +
+
+
+ +
+
-
-
- - - -{% endblock %} +{% endblock %} \ No newline at end of file -- cgit 1.2.3-korg