You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/01/29 10:55:55 UTC

svn commit: r1655568 - /incubator/taverna/site/trunk/templates/default_footer.html

Author: brenninc
Date: Thu Jan 29 09:55:55 2015
New Revision: 1655568

URL: http://svn.apache.org/r1655568
Log:
added default footer including bootstrap.js

Added:
    incubator/taverna/site/trunk/templates/default_footer.html   (with props)

Added: incubator/taverna/site/trunk/templates/default_footer.html
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/templates/default_footer.html?rev=1655568&view=auto
==============================================================================
--- incubator/taverna/site/trunk/templates/default_footer.html (added)
+++ incubator/taverna/site/trunk/templates/default_footer.html Thu Jan 29 09:55:55 2015
@@ -0,0 +1,12 @@
+    <footer class="footer">
+      <div class="container">
+           <p id="copyright" class="text-muted">
+              Copyright &#169; 2014 The Apache Software Foundation, Licensed under the 
+              <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+              Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+          </p>
+      </div>
+    </footer>
+      
+    <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
+    <script src="/lib/bootstrap/js/bootstrap.min.js"></script>

Propchange: incubator/taverna/site/trunk/templates/default_footer.html
------------------------------------------------------------------------------
    svn:eol-style = native