##// END OF EJS Templates
Try harder to display node hashes in tags view in monospaced font....
Thomas Arendsen Hein -
r2131:f5bbc556 default
parent child Browse files
Show More
@@ -1,50 +1,50 b''
1 1 default = 'changelog'
2 2 header = header.tmpl
3 3 footer = footer.tmpl
4 4 search = search.tmpl
5 5 changelog = changelog.tmpl
6 6 naventry = '<a href="?cl=#rev#">#label|escape#</a> '
7 7 filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> '
8 8 filenodelink = '<a href="?f=#filenode|short#;file=#file|urlescape#">#file|escape#</a> '
9 9 fileellipses = '...'
10 10 changelogentry = changelogentry.tmpl
11 11 searchentry = changelogentry.tmpl
12 12 changeset = changeset.tmpl
13 13 manifest = manifest.tmpl
14 14 manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt>&nbsp;<td><a href="?cmd=manifest;manifest=#manifest#;path=#path|urlescape#">#basename|escape#/</a>'
15 15 manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="?f=#filenode|short#;file=#file|urlescape#">#basename|escape#</a>'
16 16 filerevision = filerevision.tmpl
17 17 fileannotate = fileannotate.tmpl
18 18 filediff = filediff.tmpl
19 19 filelog = filelog.tmpl
20 20 fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>'
21 21 filelogentry = filelogentry.tmpl
22 22 annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="?cs=#node|short#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>'
23 23 difflineplus = '<span class="plusline">#line|escape#</span>'
24 24 difflineminus = '<span class="minusline">#line|escape#</span>'
25 25 difflineat = '<span class="atline">#line|escape#</span>'
26 26 diffline = '#line|escape#'
27 27 changelogparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
28 28 changesetparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
29 29 filerevparent = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
30 30 filerename = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
31 31 filelogrename = '<tr><td align="right">base:&nbsp;</td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
32 32 fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="?fa=#filenode|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
33 33 changesetchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
34 34 changelogchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
35 35 filerevchild = '<tr><td class="metatag">child:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
36 36 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="?fa=#filenode|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
37 37 tags = tags.tmpl
38 tagentry = '<li class="tagEntry parity#parity#"><span class="node">#node#</span> <a href="?cs=#node|short#">#tag|escape#</a></li>'
38 tagentry = '<li class="tagEntry parity#parity#"><tt class="node">#node#</tt> <a href="?cs=#node|short#">#tag|escape#</a></li>'
39 39 diffblock = '<pre class="parity#parity#">#lines#</pre>'
40 40 changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
41 41 changesettag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
42 42 filediffparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
43 43 filelogparent = '<tr><td align="right">parent #rev#:&nbsp;</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
44 44 filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
45 45 filelogchild = '<tr><td align="right">child #rev#:&nbsp;</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
46 46 indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#shortdesc#</td><td>#contact|obfuscate#</td><td class="age">#lastupdate|age# ago</td><td><a href="#url#?cl=tip;style=rss">RSS</a></td></tr>'
47 47 index = index.tmpl
48 48 archiveentry = '<a href="?ca=#node|short#;type=#type|urlescape#">#type|escape#</a> '
49 49 notfound = notfound.tmpl
50 50 error = error.tmpl
@@ -1,71 +1,70 b''
1 1 a { text-decoration:none; }
2 2 .age { white-space:nowrap; }
3 3 .parity0 { background-color: #dddddd; }
4 4 .parity1 { background-color: #eeeeee; }
5 5 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
6 6 text-align: right; padding-right:1em; }
7 7 .plusline { color: green; }
8 8 .minusline { color: red; }
9 9 .atline { color: purple; }
10 10 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
11 11 .buttons a {
12 12 background-color: #666666;
13 13 padding: 2pt;
14 14 color: white;
15 15 font-family: sans;
16 16 font-weight: bold;
17 17 }
18 18 .navigate a {
19 19 background-color: #ccc;
20 20 padding: 2pt;
21 21 font-family: sans;
22 22 color: black;
23 23 }
24 24
25 25 .metatag {
26 26 background-color: #888888;
27 27 color: white;
28 28 text-align: right;
29 29 }
30 30
31 31 /* Common */
32 32 pre { margin: 0; }
33 33
34 34 .logo {
35 35 background-color: #333;
36 36 padding: 4pt;
37 37 margin: 8pt 0 8pt 8pt;
38 38 font-family: sans;
39 39 font-size: 60%;
40 40 color: white;
41 41 float: right;
42 42 clear: right;
43 43 text-align: left;
44 44 }
45 45
46 46 .logo a {
47 47 font-weight: bold;
48 48 font-size: 150%;
49 49 color: #999;
50 50 }
51 51
52 52 /* Changelog entries */
53 53 .changelogEntry { width: 100%; }
54 54 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
55 55 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
56 56 .changelogEntry th.firstline { text-align: left; width: inherit; }
57 57
58 58 /* Tag entries */
59 59 #tagEntries { list-style: none; margin: 0; padding: 0; }
60 60 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
61 #tagEntries .tagEntry span.node { font-family: monospace; }
62 61
63 62 /* Changeset entry */
64 63 #changesetEntry { }
65 64 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
66 65 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
67 66
68 67 /* File diff view */
69 68 #filediffEntry { }
70 69 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
71 70
General Comments 0
You need to be logged in to leave comments. Login now