Support: urls fixed
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 21 Feb 2014 16:23:51 +0000 (17:23 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 21 Feb 2014 16:23:51 +0000 (17:23 +0100)
portal/templates/onelab/onelab_home-view.html
portal/templates/supportview.html

index 120680c..a166e1b 100644 (file)
@@ -43,7 +43,7 @@
                                        <button id="ticketbtn" type="button" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> Create Ticket</button>
                                        <div>
                                                <a href="/portal/contact">Contact</a> <br />
-                                               <a href="">Documentation</a>
+                                               <a href="/portal/support/documentation">Documentation</a>
                                        </div>
                                </td>
                        </tr>
index 40ed2c9..18b5a93 100644 (file)
 
 
 <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 %}