view templates/tags.tmpl @ 3120:1c1e59aac82a

merge: simplify local created logic
author Matt Mackall <mpm@selenic.com>
date Sun, 17 Sep 2006 21:11:26 -0500
parents 46b19175fec6
children 48395d2692de
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=#manifest|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#