Author: adc
Date: Mon Mar 23 02:59:50 2015
New Revision: 1668513

URL: http://svn.apache.org/r1668513
Log:
Add some footers

Modified:
    steve/steve-web/src/asf/steve/templates/layout.html

Modified: steve/steve-web/src/asf/steve/templates/layout.html
URL: 
http://svn.apache.org/viewvc/steve/steve-web/src/asf/steve/templates/layout.html?rev=1668513&r1=1668512&r2=1668513&view=diff
==============================================================================
--- steve/steve-web/src/asf/steve/templates/layout.html (original)
+++ steve/steve-web/src/asf/steve/templates/layout.html Mon Mar 23 02:59:50 2015
@@ -52,13 +52,17 @@
 {% endblock %}
 
 {% block footer %}
+    <p style="font-size: 12px; font-style: italic; text-align: center;">
+        Powered by <a href="https://steve.apache.org/";>Apache STeVe</a>.
+        Copyright 2015, the Apache Software Foundation.
+        Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License 2.0</a>
+    </p>
 {% endblock footer %}
 
-<script src="//code.jquery.com/jquery-2.0.0.min.js"></script>
-<script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
-<script src="{{ url_for('static', filename='js/steve_rest.js') }}"></script>
-
 {% block script %}
+    <script src="//code.jquery.com/jquery-2.0.0.min.js"></script>
+    <script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
+    <script src="{{ url_for('static', filename='js/steve_rest.js') 
}}"></script>
 {% endblock script %}
 
 </body>


Reply via email to