comparison templates/gitweb/summary.tmpl @ 3226:9d13e21f4e3c

Move gitweb theme into subdirectory
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Oct 2006 17:30:45 -0700
parents templates/summary-gitweb.tmpl@48395d2692de
children 27139167e615
comparison
equal deleted inserted replaced
3225:2f35961854fb 3226:9d13e21f4e3c
1 #header#
2 <title>#repo|escape#: Summary</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
5 </head>
6 <body>
7
8 <div class="page_header">
9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / summary
10 </div>
11 <div class="page_nav">
12 summary | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=mf=#node|short#;path=/;style=gitweb">manifest</a>#archives%archiveentry#
13 <br/>
14 </div>
15
16 <div class="title">&nbsp;</div>
17 <table cellspacing="0">
18 <tr><td>description</td><td>#desc#</td></tr>
19 <tr><td>owner</td><td>#owner|escape#</td></tr>
20 <!-- <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr> -->
21 </table>
22
23 <div><a class="title" href="?cmd=changelog;style=gitweb">changes</a></div>
24 <table cellspacing="0">
25 #shortlog#
26 <tr class="light"><td colspan="3"><a class="list" href="?cmd=changelog;style=gitweb">...</a></td></tr>
27 </table>
28
29 <div><a class="title" href="?cmd=tags;style=gitweb">tags</a></div>
30 <table cellspacing="0">
31 #tags#
32 <tr class="light"><td colspan="3"><a class="list" href="?cmd=tags;style=gitweb">...</a></td></tr>
33 </table>
34
35 #footer#