Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / portal / templates / supportview.html
index 8da135f..18b5a93 100644 (file)
@@ -10,6 +10,7 @@
 
 <h2>Report a Bug</h2>
 <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>
+<button id="ticketbtn" type="button" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> Create Ticket</button>
 <h3>Unresolved Tickets</h3>
 
 
 
 
 <h2><a href="/portal/support/documentation">FAQ</a></h2>
-<h2><a href="/portal/contact">Contact Us</a></h2>
+<h2>Contact Us</h2>
+
+<h3>Mailing List</h3>
+<p>You can subscribe to our mailing list by sending a request to: <b>support</b> AT <b>myslice</b> DOT <b>info</b></p>
+<p>Also you can adress any issues in the same email address.</p>
+
+<h3>Mailing Address</h3>
+<p>
+UPMC - LIP6<br> 
+BoĆ®te courrier 16 <br>
+Couloir 26-00, Etage 01, Bureau 102<br>
+4 place Jussieu<br>
+75252 PARIS CEDEX 05<br>
+France<br> 
+</p>
+
+<script>
+    $(document).ready(function() {
+        $('button#ticketbtn').click(function() {
+            window.location="/portal/contact/";
+        })
+    });
+</script>
 
 
 {% endblock %}