templates/gitweb/tags.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 26 Sep 2008 16:27:03 +0200
changeset 7046 fe71e5a12a50
parent 6177 673d8a6bc709
child 7052 0ca4f42daed7
permissions -rw-r--r--
gitweb: correct tags page feed autodiscovery links

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

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

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

<div class="title">&nbsp;</div>
<table cellspacing="0">
#entries%tagentry#
</table>

#footer#