Support Page added
[myslice.git] / portal / templates / supportview.html
diff --git a/portal/templates/supportview.html b/portal/templates/supportview.html
new file mode 100644 (file)
index 0000000..4f86fab
--- /dev/null
@@ -0,0 +1,46 @@
+{% extends "layout-unfold1.html" %}
+
+{% block head %}
+{{ wizard.form.media }}
+{% endblock %}
+
+{% block unfold_main %}
+
+<h1>OneLab Portal Support</h1>
+<h2>Tickets</h2>
+
+
+<div id="middle" align="center">
+    <div class="well">
+        <table class="mytable table table-bordered table-hover">
+            <tr class="odd">
+                <th>Ticket No</th>
+                               <th>Description</th>
+                <th>Status</th>
+            </tr>
+            <tr class="border_bottom">
+                <td class="odd">1</td>
+                               <td class="odd"> Slice_request page is not working </td>
+                               <td class="even"> Unresolved</td>
+            </tr>
+                       <tr class="border_bottom">
+                       <td class="odd">2</td>
+                       <td class="odd">Unable to Register</td>
+                       <td class="even"> Unresolved</td>
+                       </tr>
+
+        </table>
+    </div>
+</div>
+</div>
+
+
+
+
+
+<h2><a href="/portal/support/documentation">FAQ</a></h2>
+<h2><a href="/portal/contact">Contact Us</a></h2>
+
+
+{% endblock %}
+