##// END OF EJS Templates
[PATCH] Tags template cleanup...
mpm@selenic.com -
r586:11578820 default
parent child Browse files
Show More
@@ -31,5 +31,10 b' a { text-decoration:none; }'
31 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
31 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
32 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
32 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
33 .changelogEntry th.firstline { text-align: left; width: inherit; }
33 .changelogEntry th.firstline { text-align: left; width: inherit; }
34
35 /* Tag entries */
36 #tagEntries { list-style: none; margin: 0; padding: 0; }
37 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
38 #tagEntries .tagEntry span.node { font-family: monospace; }
34 -->
39 -->
35 </style>
40 </style>
@@ -28,7 +28,7 b' changesetparent = "<tr><td class="metata'
28 filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
28 filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
29 fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
29 fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
30 tags = tags.tmpl
30 tags = tags.tmpl
31 tagentry = "<div class="parity#parity#"><tt>#node#</tt> <a href="?cmd=changeset;node=#node#">#tag#</a><br /></div>"
31 tagentry = "<li class="tagEntry parity#parity#"><span class="node">#node#</span> <a href="?cmd=changeset;node=#node#">#tag#</a></li>"
32 diffblock = "<div class="parity#parity#">#lines#</div>"
32 diffblock = "<div class="parity#parity#">#lines#</div>"
33 changelogtag = "<tr><td align="right">tag:&nbsp;</td><td>#tag#</td></tr>"
33 changelogtag = "<tr><td align="right">tag:&nbsp;</td><td>#tag#</td></tr>"
34 changesettag = "<tr><td class="metatag">tag:&nbsp;</td><td>#tag#</td></tr>"
34 changesettag = "<tr><td class="metatag">tag:&nbsp;</td><td>#tag#</td></tr>"
@@ -10,6 +10,8 b''
10
10
11 <h2>tags:</h2>
11 <h2>tags:</h2>
12
12
13 <ul id="tagEntries">
13 #entries#
14 #entries#
15 </ul>
14
16
15 #footer#
17 #footer#
General Comments 0
You need to be logged in to leave comments. Login now