Support: OneLab Support Page Added + Fixed other static pages
[unfold.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
11 <h2>Report a Bug</h2>
12 <p>If you have found a bug or having difficulties accesing some features or found some anomalies, please report it using our ticketing system.</p>
13 <h3>Unresolved Tickets</h3>
14
15
16 <div id="middle" align="center">
17     <div class="well">
18         <table class="mytable table table-bordered table-hover">
19             <tr>
20                 <th>Ticket No</th>
21                                 <th>Reported By</th>
22                                 <th>Description</th>
23                 <th>Status</th>
24             </tr>
25             <tr>
26                 <td>1</td>
27                                 <td>yasin.upmc@gmail.com</td>
28                                 <td> Slice_request page is not working </td>
29                                 <td> Unresolved</td>
30             </tr>
31                         <tr>
32                         <td>2</td>
33                                 <td>azerty@lip6.fr</td>
34                         <td>Unable to Register</td>
35                         <td>Unresolved</td>
36                         </tr>
37
38         </table>
39     </div>
40 </div>
41 </div>
42
43
44
45
46
47 <h2><a href="/portal/support/documentation">FAQ</a></h2>
48 <h2><a href="/portal/contact">Contact Us</a></h2>
49
50
51 {% endblock %}
52