view templates/old/tags.tmpl @ 4461:3e679426dd7f

gitweb: shortlog: display nav links near the bottom
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Tue, 29 May 2007 07:00:36 -0400
parents fc34c031ff54
children
line wrap: on
line source

#header#
<title>#repo|escape#: tags</title>
<link rel="alternate" type="application/rss+xml"
   href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?sl=tip">shortlog</a>
<a href="?mf=#node|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
</div>

<h2>tags:</h2>

<ul id="tagEntries">
#entries%tagentry#
</ul>

#footer#