##// END OF EJS Templates
hgweb file: fixed left-justified line numbers on IE v6.0...
TK Soh -
r1336:8c094fb4 default
parent child Browse files
Show More
@@ -1,54 +1,55 b''
1 1 Content-type: text/html
2 2
3 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 4 <html>
5 5 <head>
6 6 <style type="text/css">
7 7 <!--
8 8 a { text-decoration:none; }
9 9 .parity0 { background-color: #dddddd; }
10 10 .parity1 { background-color: #eeeeee; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
12 text-align: right; padding-right:1em; }
12 13 .plusline { color: green; }
13 14 .minusline { color: red; }
14 15 .atline { color: purple; }
15 16 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
16 17 .buttons a {
17 18 background-color: #666666;
18 19 padding: 2pt;
19 20 color: white;
20 21 font-family: sans;
21 22 font-weight: bold;
22 23 }
23 24 .metatag {
24 25 background-color: #888888;
25 26 color: white;
26 27 text-align: right;
27 28 }
28 29
29 30 /* Common */
30 31 pre { margin: 0; }
31 32
32 33
33 34 /* Changelog entries */
34 35 .changelogEntry { width: 100%; }
35 36 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
36 37 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
37 38 .changelogEntry th.firstline { text-align: left; width: inherit; }
38 39
39 40 /* Tag entries */
40 41 #tagEntries { list-style: none; margin: 0; padding: 0; }
41 42 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
42 43 #tagEntries .tagEntry span.node { font-family: monospace; }
43 44
44 45 /* Changeset entry */
45 46 #changesetEntry { }
46 47 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
47 48 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
48 49
49 50 /* File diff view */
50 51 #filediffEntry { }
51 52 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
52 53
53 54 -->
54 55 </style>
@@ -1,41 +1,41 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="?cmd=changelog;rev=#rev#">#label#</a> "
7 7 filedifflink = "<a href="?cmd=filediff;node=#node#;file=#file#">#file#</a> "
8 8 filenodelink = "<a href="?cmd=file;filenode=#filenode#;file=#file#">#file#</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#">#basename#/</a>"
15 15 manifestfileentry = "<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="?cmd=file;filenode=#filenode#;file=#file#">#basename#</a>"
16 16 filerevision = filerevision.tmpl
17 17 fileannotate = fileannotate.tmpl
18 18 filediff = filediff.tmpl
19 19 filelog = filelog.tmpl
20 fileline = "<div class="parity#parity#"><span class="lineno">#linenumber# </span>#line|escape#</div>"
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="?cmd=changeset;node=#node#">#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="?cmd=changeset;node=#node#">#node|short#</a></td></tr>"
28 28 changesetparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>"
29 29 filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
30 30 fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
31 31 tags = tags.tmpl
32 32 tagentry = "<li class="tagEntry parity#parity#"><span class="node">#node#</span> <a href="?cmd=changeset;node=#node#">#tag#</a></li>"
33 33 diffblock = "<pre class="parity#parity#">#lines#</pre>"
34 34 changelogtag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>"
35 35 changesettag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>"
36 36 filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>"
37 37 filelogparent = "<tr><td align="right">parent #rev#:&nbsp;</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
38 38 indexentry = "<tr class="parity#parity#"><td><a href="#url#">#name#</a></td><td>#shortdesc#</td><td>#contact|obfuscate#</td><td>#lastupdate|age# ago</td><td><a href="#url#?cmd=changelog;style=rss">RSS</a></td></tr>"
39 39 index = index.tmpl
40 40 archiveentry = "<a href="?cmd=archive;node=#node#;type=#type#">#type#</a> "
41 41 notfound = notfound.tmpl
General Comments 0
You need to be logged in to leave comments. Login now