From bf45f8f4d05d9842b285013cfcb0a0235ce51c5d Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 2 Jul 2019 17:33:09 -0400 Subject: Hacking on AJAX This change incorporates the multiple changes we've made in the past few days in order to actually get AJAX working. Change-Id: Ia61a0395e7dbac26a143ca6e15049e6a4bdc8b0d Signed-off-by: Parker Berberian Signed-off-by: Sawyer Bergeron --- src/templates/workflow/confirm.html | 97 +--------- src/templates/workflow/viewport-base.html | 268 +-------------------------- src/templates/workflow/viewport-element.html | 36 ---- 3 files changed, 16 insertions(+), 385 deletions(-) (limited to 'src/templates/workflow') diff --git a/src/templates/workflow/confirm.html b/src/templates/workflow/confirm.html index b7e6c46..2f99a41 100644 --- a/src/templates/workflow/confirm.html +++ b/src/templates/workflow/confirm.html @@ -8,11 +8,6 @@

Confirm Session

-
-
- {% csrf_token %} - -
@@ -22,7 +17,7 @@
-
+ {% csrf_token %}
{{form|default:"

No Form Loaded

"}} @@ -33,7 +28,7 @@
- + {% csrf_token %}
@@ -44,104 +39,24 @@ - {% block element_messages %} {% endblock element_messages %} {% endblock content %} -{% block onleave %} -{% endblock %} diff --git a/src/templates/workflow/viewport-base.html b/src/templates/workflow/viewport-base.html index 103a095..02c5597 100644 --- a/src/templates/workflow/viewport-base.html +++ b/src/templates/workflow/viewport-base.html @@ -15,29 +15,9 @@ Back -
  • - - Select - -
  • -
  • - - Configure - -
  • -
  • - - Information - -
  • -
  • - - OPNFV - -
  • - Confirm +
  • @@ -58,22 +38,10 @@

  • -
    - +
    @@ -86,240 +54,24 @@
    {% csrf_token %} - + + +
    -
    + {% csrf_token %}
    diff --git a/src/templates/workflow/viewport-element.html b/src/templates/workflow/viewport-element.html index bf13304..d16c924 100644 --- a/src/templates/workflow/viewport-element.html +++ b/src/templates/workflow/viewport-element.html @@ -5,42 +5,6 @@ {% block content %} {% endblock content %} - {% block vport_comm %} - - - {% endblock vport_comm %} - {% block validate_step %} - - - {% endblock validate_step %}
    {% block element_messages %} -- cgit 1.2.3-korg