~cmars/hockeypuck/master

« back to all changes in this revision

Viewing changes to www/templates/header.tmpl

  • Committer: Casey Marshall
  • Date: 2012-12-04 03:22:21 UTC
  • Revision ID: git-v1:bd158e13017b27f98633caf2b10918c5e623543b
* === added directory instroot, ... scripts/crossbuild.sh:
  - Relocate static system installed files to instroot.
  - Added cross-compilation script. LP: #1086192

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{{define "page_header"}}
2
 
<div id="header">
3
 
<h1><a id="logo" href="/">Hockeypuck</a></h1>
4
 
<div id="topmenu">
5
 
        <ul>
6
 
                <li><span class="menu-label">OpenPGP:</span></li>
7
 
                <li><a href="/">Search</a></li>
8
 
                <li><a href="/add">Add</a></li>
9
 
                <li><a href="/pks/lookup?op=status">Status</a></li>
10
 
                <li><span class="menu-label">Machines:</span></li>
11
 
                <li><span class="todo-link">SSH</span></li>
12
 
                <li><span class="todo-link">SSL/TLS</span></li>
13
 
                <li class="about"><a href="https://launchpad.net/hockeypuck">Project Home</a></li>
14
 
        </ul>
15
 
</div>
16
 
</div>
17
 
{{end}}