comparison templates/gitweb/tags.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/tags-gitweb.tmpl@48395d2692de
children 36fa5db79dd5
comparison
equal deleted inserted replaced
3225:2f35961854fb 3226:9d13e21f4e3c
1 #header#
2 <title>#repo|escape#: Tags</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> / tags
10 </div>
11
12 <div class="page_nav">
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | tags | <a href="?cmd=manifest;manifest=#node|short#;path=/;style=gitweb">manifest</a>
14 <br/>
15 </div>
16
17 <table cellspacing="0">
18 #entries%tagentry#
19 </table>
20
21 #footer#