4f86fababfed33085b2164f7e0e20a63a2bc1bda
[myslice.git] / portal / templates / supportview.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block head %}
4 {{ wizard.form.media }}
5 {% endblock %}
6
7 {% block unfold_main %}
8
9 <h1>OneLab Portal Support</h1>
10 <h2>Tickets</h2>
11
12
13 <div id="middle" align="center">
14     <div class="well">
15         <table class="mytable table table-bordered table-hover">
16             <tr class="odd">
17                 <th>Ticket No</th>
18                                 <th>Description</th>
19                 <th>Status</th>
20             </tr>
21             <tr class="border_bottom">
22                 <td class="odd">1</td>
23                                 <td class="odd"> Slice_request page is not working </td>
24                                 <td class="even"> Unresolved</td>
25             </tr>
26                         <tr class="border_bottom">
27                         <td class="odd">2</td>
28                         <td class="odd">Unable to Register</td>
29                         <td class="even"> Unresolved</td>
30                         </tr>
31
32         </table>
33     </div>
34 </div>
35 </div>
36
37
38
39
40
41 <h2><a href="/portal/support/documentation">FAQ</a></h2>
42 <h2><a href="/portal/contact">Contact Us</a></h2>
43
44
45 {% endblock %}
46