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