You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/08 18:11:51 UTC

svn commit: r1549066 - /steve/site/trunk/templates/skeleton.html

Author: adc
Date: Sun Dec  8 17:11:51 2013
New Revision: 1549066

URL: http://svn.apache.org/r1549066
Log:
Foot tweaks

Modified:
    steve/site/trunk/templates/skeleton.html

Modified: steve/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549066&r1=1549065&r2=1549066&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec  8 17:11:51 2013
@@ -47,83 +47,84 @@
 </head>
 
 <body>
-
-<header class="navbar navbar-inverse navbar-fixed-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="{{base}}index.html">Apache Steve</a>
-    </div>
-    <div class="navbar-collapse collapse">
-      <ul class="nav navbar-nav">
-        <li class="dropdown">
-          <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
-          <ul class="dropdown-menu">
-            <li><a href="http://www.apache.org">Apache Home</a></li>
-            <li><a href="{{base}}misc/contact.html">Contact</a></li>
-            <li><a href="{{base}}misc/legal.html">Legal</a></li>
-            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-          </ul>
-        </li>
-        <li><a href="{{base}}index.html">Home</a></li>
-        <li><a href="{{base}}downloads.html">Downloads</a></li>
-        <li><a href="{{base}}documentation.html">Documentation</a></li>
-        <li><a href="{{base}}support.html">Support</a></li>
-      </ul>
-      <!-- Google CSE Search Box Begins  -->
-      <form class="navbar-form navbar-right" role="form" id="searchbox_015652626304508016898:osdr2lxru7s" action="http://www.google.com/cse">
-        <input type="hidden" name="cx" value="015652626304508016898:osdr2lxru7s">
-        <input type="hidden" name="cof" value="FORID:0">
-
-        <div class="form-group">
-          <input name="q" type="text" placeholder="Search" class="form-control input-sm">
-        </div>
-      </form>
+<div id="wrap">
+  <header class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+    <div class="container">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="{{base}}index.html">Apache STeVe</a>
+      </div>
+      <div class="navbar-collapse collapse">
+        <ul class="nav navbar-nav">
+          <li class="dropdown">
+            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="http://www.apache.org">Apache Home</a></li>
+              <li><a href="{{base}}misc/contact.html">Contact</a></li>
+              <li><a href="{{base}}misc/legal.html">Legal</a></li>
+              <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            </ul>
+          </li>
+          <li><a href="{{base}}index.html">Home</a></li>
+          <li><a href="{{base}}downloads.html">Downloads</a></li>
+          <li><a href="{{base}}documentation.html">Documentation</a></li>
+          <li><a href="{{base}}support.html">Support</a></li>
+        </ul>
+        <!-- Google CSE Search Box Begins  -->
+        <form class="navbar-form navbar-right" role="form" id="searchbox_015652626304508016898:osdr2lxru7s" action="http://www.google.com/cse">
+          <input type="hidden" name="cx" value="015652626304508016898:osdr2lxru7s">
+          <input type="hidden" name="cof" value="FORID:0">
+
+          <div class="form-group">
+            <input name="q" type="text" placeholder="Search" class="form-control input-sm">
+          </div>
+        </form>
+      </div>
     </div>
-  </div>
-</header>
-
+  </header>
 
-<div class="container">
 
-  {% block content %}{{ content|markdown }}{% endblock %}
+  <div class="container">
 
-  <div id="edit" class="modal hide fade in" style="display: none; ">
-    <div class="modal-header">
-      <a class="close" data-dismiss="modal">x</a>
+    {% block content %}{{ content|markdown }}{% endblock %}
 
-      <h3>Thank you for contributing to the documention!</h3>
+    <div id="edit" class="modal hide fade in" style="display: none; ">
+      <div class="modal-header">
+        <a class="close" data-dismiss="modal">x</a>
+
+        <h3>Thank you for contributing to the documention!</h3>
+      </div>
+      <div class="modal-body">
+        <h4>Any help with the documentation is greatly appreciated.</h4>
+
+        <p>All edits are reviewed before going live, so feel free to do much more than fix typos or links. If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it. Don't be surprised if we like it so much we ask you for help with other pages :)</p>
+        <small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
+        <!--[if gt IE 6]>
+        <h4>Internet Explorer Users</h4>
+        <p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
+        <![endif]-->
+
+      </div>
+      <div class="modal-footer">
+        Do you have an Apache ID?
+        <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
+        <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
+      </div>
     </div>
-    <div class="modal-body">
-      <h4>Any help with the documentation is greatly appreciated.</h4>
 
-      <p>All edits are reviewed before going live, so feel free to do much more than fix typos or links. If you see a page that could benefit from an entire rewrite, we'd be thrilled to review it. Don't be surprised if we like it so much we ask you for help with other pages :)</p>
-      <small>NOTICE: unless indicated otherwise on the pages in question, all editable content available from apache.org is presumed to be licensed under the Apache License (AL) version 2.0 and hence all submissions to apache.org treated as formal Contributions under the license terms.</small>
-      <!--[if gt IE 6]>
-      <h4>Internet Explorer Users</h4>
-      <p>If you are not an Apache committer, click the Yes link and enter a <i>anonymous</i> for the username and leave the password empty</p>
-      <![endif]-->
-
-    </div>
-    <div class="modal-footer">
-      Do you have an Apache ID?
-      <a href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))" class="btn">Yes</a>
-      <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
-    </div>
   </div>
-
 </div>
-<!-- /container -->
+
 <div id="footer">
   <div class="container">
     <p class="text-muted">Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
-      Apache Steve, Apache, the Apache feather logo, and the Apache Steve project logo are trademarks of The Apache Software Foundation.
+      Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe project logo are trademarks of The Apache Software Foundation.
       All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
   </div>
 </div>