Mercurial > hg
comparison templates/coal/shortlog.tmpl @ 6436:856ae126f48c
templates: add coal web theme
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 31 Mar 2008 21:49:36 -0500 |
parents | |
children | d93f2f39bef4 |
comparison
equal
deleted
inserted
replaced
6435:050e9da0df78 | 6436:856ae126f48c |
---|---|
1 {header} | |
2 <title>{repo|escape}: log</title> | |
3 <link rel="alternate" type="application/atom+xml" | |
4 href="{url}atom-log" title="Atom feed for {repo|escape}"> | |
5 <link rel="alternate" type="application/rss+xml" | |
6 href="{url}rss-log" title="RSS feed for {repo|escape}"> | |
7 </head> | |
8 <body> | |
9 | |
10 <div class="menu"> | |
11 <div class="logo"> | |
12 <a href="http://www.selenic.com/mercurial/"> | |
13 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> | |
14 </div> | |
15 <ul> | |
16 <li class="active">log</li> | |
17 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> | |
18 </ul> | |
19 </div> | |
20 | |
21 <div class="main"> | |
22 | |
23 <h2>{repo|escape}</h2> | |
24 <h3>log @ {node|short}</h3> | |
25 | |
26 <form class="search" action="{url}log"> | |
27 {sessionvars%hiddenformentry} | |
28 <p><input name="rev" id="search1" type="text" size="30"></p> | |
29 </form> | |
30 | |
31 <div class="navigate">{changenav%navshortentry}</div> | |
32 | |
33 <table class="bigtable"> | |
34 <tr> | |
35 <th class="age">Age</td> | |
36 <th class="author">Author</td> | |
37 <th class="description">Description</td> | |
38 </tr> | |
39 {entries%shortlogentry} | |
40 </table> | |
41 | |
42 <div class="navigate">{changenav%navshortentry}</div> | |
43 | |
44 {footer} |