Footer typo fixed
[myslice.git] / portal / templates / _footer.html
index ad23176..be7462e 100644 (file)
@@ -8,9 +8,20 @@
         </div>
     </div>
     <div class="row">
-        <div class="col-md-12 copy">
-            Copyright © UPMC Sorbonne Universités, on behalf of the OneLab consortium
+        <div class="col-md-9 copy" style="text-align:left;">
+            Copyrights &copy; 2015 UPMC Sorbonne Universit&eacute;s. All rights reserved.
+        </div>
+        <div class="col-md-3 copy">
+        powered by &nbsp;<a href="http://myslice.info" target="_blank"><img src="//myslice.info/images/logo.png" style="width:50px;"></a>&nbsp;&nbsp;
+        <a href="/portal/release_notes" id="portal_version"></a>
         </div>
     </div>
 </div>
-</div>
\ No newline at end of file
+</div>
+<script type="text/javascript">
+    $(document).ready(function() {
+        $.post("/portal_version/", function( data ) {
+            $("#portal_version").html(data);
+        });
+    });
+</script>