]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/nav.mako
clean dangling commit on actually merged branch
[xonotic/xonstat.git] / xonstat / templates / nav.mako
index d5b4023a4fb61c973f8254f70e6140a704ea2fb6..f4db7d0a71f2dd4c9f6d8493d03d1d6fbb4e0c5f 100755 (executable)
@@ -7,7 +7,12 @@
             <span class="i-bar"></span>
             <span class="i-bar"></span>
           </a>
-          <a class="brand" href="${request.route_url('main_index')}"><img src="/static/css/img/Xonotic_icon.png" /></a>
+          <header>
+            <a class="brand" href="${request.route_url('main_index')}">
+             <img src="/static/css/img/Xonotic_icon.png" /><h1>Xonotic Game Statistics</h1>
+            </a>
+            <h2>Xonotic is a fast-paced open-source GPL first person shooter</h2>
+          </header>
           <div class="nav-collapse">
             <ul class="nav">
               <li 
                 % endif
                 ><a href="${request.route_url('map_index')}" title="Map Index">Maps</a></li>
             </ul>
+            <form id="navsearch" action="${request.route_url('search')}" method="get">
+              <input type="hidden" name="fs" />
+              <input type="search" class="input-small" placeholder="search" name="sval"/>
+              <select name="stype">
+                <option>players</option>
+                <option>servers</option>
+                <option>maps</option>
+              </select>
+            [<a href="${request.route_url('search')}"" title="Advanced search">+</a>]
+            </form>
           </div><!--/.nav-collapse -->
         </div>
       </div>