diff templates/map @ 168:65cf1b0cfe86

hgweb: add tags links and manifest links This adds a simple new tags page to browse by tag, adds the tag link everywhere, and adds manifest links to the tags and changelog pages.
author mpm@selenic.com
date Thu, 26 May 2005 12:24:01 -0800
parents fad9ad1ec7c7
children e9b1147db448
line wrap: on
line diff
--- a/templates/map	Thu May 26 11:15:05 2005 -0800
+++ b/templates/map	Thu May 26 12:24:01 2005 -0800
@@ -25,3 +25,5 @@
 changesetparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>"
 filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node#</a></td></tr>"
 fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node#</a></td></tr>"
+tags = tags.tmpl
+tagentry = "<div class="parity#parity#"><tt>#node#</tt> <a href="?cmd=changeset;node=#node#">#tag#</a><br /></div>"