Mercurial > hg
annotate templates/coal/manifest.tmpl @ 7331:650e9d6988cb
Keep sessionvars with repository links added in a0843c82d1a2
Without this, e.g. "?style=coal" would be dropped.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 07 Nov 2008 13:22:41 +0100 |
parents | a1758089ee35 |
children |
rev | line source |
---|---|
6436 | 1 {header} |
2 <title>{repo|escape}: {node|short} {path|escape}</title> | |
3 </head> | |
4 <body> | |
5 | |
6453 | 6 <div class="container"> |
6436 | 7 <div class="menu"> |
8 <div class="logo"> | |
9 <a href="http://www.selenic.com/mercurial/"> | |
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> | |
11 </div> | |
12 <ul> | |
6775
54ccf41761c9
coal: include current node in log, graph menu links
Brendan Cully <brendan@kublai.com>
parents:
6691
diff
changeset
|
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> |
54ccf41761c9
coal: include current node in log, graph menu links
Brendan Cully <brendan@kublai.com>
parents:
6691
diff
changeset
|
14 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> |
6436 | 15 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
16 </ul> | |
17 <ul> | |
18 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> | |
19 <li class="active">browse</li> | |
20 </ul> | |
21 <ul> | |
22 {archives%archiveentry} | |
23 </ul> | |
24 </div> | |
25 | |
26 <div class="main"> | |
7331
650e9d6988cb
Keep sessionvars with repository links added in a0843c82d1a2
Thomas Arendsen Hein <thomas@intevation.de>
parents:
7327
diff
changeset
|
27 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> |
6452 | 28 <h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3> |
6436 | 29 |
30 <form class="search" action="{url}log"> | |
31 {sessionvars%hiddenformentry} | |
32 <p><input name="rev" id="search1" type="text" size="30"></p> | |
7327
a1758089ee35
Kill trailing whitespace in templates
Thomas Arendsen Hein <thomas@intevation.de>
parents:
7314
diff
changeset
|
33 <span>find changesets by author, revision, |
7299
288dda59233c
coal/paper: show a search tip when hovering over search box
Benoit Allard <benoit@aeteurope.nl>
parents:
6775
diff
changeset
|
34 files, or words in the commit message</span> |
6436 | 35 </form> |
36 | |
37 <table class="bigtable"> | |
38 <tr> | |
6454 | 39 <th class="name">name</th> |
40 <th class="size">size</th> | |
6436 | 41 <th class="permissions">permissions</th> |
42 </tr> | |
6454 | 43 <tr class="fileline parity{upparity}"> |
44 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td> | |
45 <td class="size"></td> | |
46 <td class="permissions">drwxr-xr-x</td> | |
6436 | 47 </tr> |
48 {dentries%direntry} | |
49 {fentries%fileentry} | |
50 </table> | |
6453 | 51 </div> |
52 </div> | |
6436 | 53 {footer} |