Mercurial > hg
annotate templates/coal/index.tmpl @ 7098:8a5c88c7e97b
osutil.c: refactor argument parsing, allow skip=None being passed
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 15 Oct 2008 14:06:46 +0200 |
parents | 248e54a9456e |
children |
rev | line source |
---|---|
6436 | 1 {header} |
2 <title>Mercurial repositories index</title> | |
3 </head> | |
4 <body> | |
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 | 12 <h2>Mercurial Repositories</h2> |
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 | 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> </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 | 22 {entries%indexentry} |
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 | 26 {footer} |