comparison static/tpl/special-nav.html @ 60:8250c977bc50

Moved static files to the root directory.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Feb 2013 14:49:34 -0800
parents wikked/static/tpl/special-nav.html@8a4e0fe2c689
children 130eccd396d8
comparison
equal deleted inserted replaced
59:59ecc742ab8e 60:8250c977bc50
1 <nav class="row">
2 <div class="span12">
3 <a href="/">Home</a>
4 {{#if show_root_link}}
5 <a href="/#/special">Special Pages</a>
6 {{/if}}
7 <form id="search" class="search">
8 <input type="text" name="q" class="input-medium search-query" placeholder="Search...">
9 <button type="submit" class="btn">Search</button>
10 </form>
11 {{#if username}}
12 <a href="{{url_profile}}">{{username}}</a>
13 <a href="{{url_logout}}">Logout</a>
14 {{else}}
15 <a href="{{url_login}}">Login</a>
16 {{/if}}
17 </div>
18 </nav>