templates/old/tags.tmpl
changeset 3263 fc34c031ff54
parent 3205 48395d2692de
child 5266 46c5e1ee8aaa
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#