Mercurial > wikked
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/tpl/special-nav.html Tue Feb 05 14:49:34 2013 -0800 @@ -0,0 +1,18 @@ +<nav class="row"> + <div class="span12"> + <a href="/">Home</a> + {{#if show_root_link}} + <a href="/#/special">Special Pages</a> + {{/if}} + <form id="search" class="search"> + <input type="text" name="q" class="input-medium search-query" placeholder="Search..."> + <button type="submit" class="btn">Search</button> + </form> + {{#if username}} + <a href="{{url_profile}}">{{username}}</a> + <a href="{{url_logout}}">Logout</a> + {{else}} + <a href="{{url_login}}">Login</a> + {{/if}} + </div> +</nav>