comparison templates/old/tags.tmpl @ 3263:fc34c031ff54

Rename default style to old
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents templates/tags.tmpl@48395d2692de
children 46c5e1ee8aaa
comparison
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
1 #header#
2 <title>#repo|escape#: tags</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
5 </head>
6 <body>
7
8 <div class="buttons">
9 <a href="?cl=tip">changelog</a>
10 <a href="?sl=tip">shortlog</a>
11 <a href="?mf=#node|short#;path=/">manifest</a>
12 <a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
13 </div>
14
15 <h2>tags:</h2>
16
17 <ul id="tagEntries">
18 #entries%tagentry#
19 </ul>
20
21 #footer#