view templates/gitweb/tags.tmpl @ 3271:36fa5db79dd5

hgweb: convert gitweb to NWI
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Oct 2006 14:27:14 -0700
parents 9d13e21f4e3c
children ce8f31e0b3b8
line wrap: on
line source

#header#
<title>#repo|escape#: Tags</title>
<link rel="alternate" type="application/rss+xml"
   href="{url}rss-log" title="RSS feed for #repo|escape#">
</head>
<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{getentries}">#repo|escape#</a> / tags
</div>

<div class="page_nav">
<a href="{url}summary{getentries}">summary</a> |
<a href="{url}shortlog{getentries}">shortlog</a> |
<a href="{url}log{getentries}">changelog</a> |
tags |
<a href="{url}file/#node|short#{getentries}">manifest</a>
<br/>
</div>

<table cellspacing="0">
#entries%tagentry#
</table>

#footer#