templates/tags.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 17 Nov 2005 19:11:13 +0100
changeset 1549 fbe4bbd847e5
parent 1419 22041f754f4a
child 1768 f79afc26ae3b
permissions -rw-r--r--
Always escape repository name in hgweb, very important in notfound.tmpl.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
169
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
     1
#header#
1549
fbe4bbd847e5 Always escape repository name in hgweb, very important in notfound.tmpl.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 1419
diff changeset
     2
<title>#repo|escape#: tags</title>
169
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
     3
</head>
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
     4
<body>
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
     5
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
     6
<div class="buttons">
1419
22041f754f4a hgweb: fix broken tags->changelog link
Matt Mackall <mpm@selenic.com>
parents: 1410
diff changeset
     7
<a href="?cl=tip">changelog</a>
1410
17703aa4491e hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents: 981
diff changeset
     8
<a href="?mf=#manifest|short#;path=/">manifest</a>
169
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
     9
</div>
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
    10
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
    11
<h2>tags:</h2>
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
    12
586
11578820b5d7 [PATCH] Tags template cleanup
mpm@selenic.com
parents: 169
diff changeset
    13
<ul id="tagEntries">
974
aedb47764f29 Added support for #foo%bar# syntax
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents: 586
diff changeset
    14
#entries%tagentry#
586
11578820b5d7 [PATCH] Tags template cleanup
mpm@selenic.com
parents: 169
diff changeset
    15
</ul>
169
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
    16
e93a16de0c66 hgweb: actually commit the tags template
mpm@selenic.com
parents:
diff changeset
    17
#footer#