annotate templates/coal/index.tmpl @ 7224:12a90281d83d

Minor cleanup: Add missing space forgotten in recent change.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 23 Oct 2008 19:27:25 +0200
parents 248e54a9456e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6436
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
1 {header}
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
2 <title>Mercurial repositories index</title>
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
3 </head>
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
4 <body>
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
5
6730
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
6 <div class="container">
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
7 <div class="menu">
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
8 <a href="http://www.selenic.com/mercurial/">
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
10 </div>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
11 <div class="main">
6436
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
12 <h2>Mercurial Repositories</h2>
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
13
6730
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
14 <table class="bigtable">
6436
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
15 <tr>
6730
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
16 <th><a href="?sort={sort_name}">Name</a></th>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
17 <th><a href="?sort={sort_description}">Description</a></th>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
18 <th><a href="?sort={sort_contact}">Contact</a></th>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
19 <th><a href="?sort={sort_lastchange}">Last change</a></th>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
20 <th>&nbsp;</th>
6905
248e54a9456e coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents: 6730
diff changeset
21 </tr>
6436
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
22 {entries%indexentry}
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
23 </table>
6730
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
24 </div>
a1df94d9c764 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com>
parents: 6436
diff changeset
25 </div>
6436
856ae126f48c templates: add coal web theme
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
26 {footer}