##// END OF EJS Templates
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein -
r3277:105253b3 default
parent child Browse files
Show More
@@ -1,24 +1,24 b''
1 1 default = 'summary'
2 header = gitweb/header.tmpl
3 footer = gitweb/footer.tmpl
4 search = gitweb/search.tmpl
5 changelog = gitweb/changelog.tmpl
6 summary = gitweb/summary.tmpl
7 error = gitweb/error.tmpl
2 header = header.tmpl
3 footer = footer.tmpl
4 search = search.tmpl
5 changelog = changelog.tmpl
6 summary = summary.tmpl
7 error = error.tmpl
8 8 naventry = '<a href="#url#log/#rev#{getentries}">#label|escape#</a> '
9 9 navshortentry = '<a href="#url#shortlog/#rev#{getentries}">#label|escape#</a> '
10 10 filedifflink = '<a href="#url#diff/#node|short#/#file|urlescape#{getentries}">#file|escape#</a> '
11 11 filenodelink = '<tr class="parity#parity#"><td><a class="list" href="">#file|escape#</a></td><td></td><td class="link"><a href="#url#file/#node|short#/#file|urlescape#{getentries}">file</a> | <a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">annotate</a> <!-- FIX ME | <a href="#url#diff/#node|short#/#file|urlescape#{getentries}">diff</a> --> | <a href="#url#log/#node|short#/#file|urlescape#{getentries}">revisions</a></td></tr>'
12 12 fileellipses = '...'
13 changelogentry = gitweb/changelogentry.tmpl
14 searchentry = gitweb/changelogentry.tmpl
15 changeset = gitweb/changeset.tmpl
16 manifest = gitweb/manifest.tmpl
13 changelogentry = changelogentry.tmpl
14 searchentry = changelogentry.tmpl
15 changeset = changeset.tmpl
16 manifest = manifest.tmpl
17 17 manifestdirentry = '<tr class="parity#parity#"><td style="font-family:monospace">drwxr-xr-x</td><td><a href="#url#file/#node|short##path|urlescape#{getentries}">#basename|escape#/</a></td><td class="link"><a href="#url#file/#node|short##path|urlescape#{getentries}">manifest</a></td></tr>'
18 18 manifestfileentry = '<tr class="parity#parity#"><td style="font-family:monospace">#permissions|permissions#</td><td class="list"><a class="list" href="#url#file/#node|short#/#file|urlescape#{getentries}">#basename|escape#</a></td><td class="link"><a href="#url#file/#node|short#/#file|urlescape#{getentries}">file</a> | <a href="#url#log/#node|short#/#file|urlescape#{getentries}">revisions</a> | <a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">annotate</a></td></tr>'
19 filerevision = gitweb/filerevision.tmpl
20 fileannotate = gitweb/fileannotate.tmpl
21 filelog = gitweb/filelog.tmpl
19 filerevision = filerevision.tmpl
20 fileannotate = fileannotate.tmpl
21 filelog = filelog.tmpl
22 22 fileline = '<div style="font-family:monospace" class="parity#parity#"><pre><span class="linenr"> #linenumber#</span> #line|escape#</pre></div>'
23 23 annotateline = '<tr style="font-family:monospace" class="parity#parity#"><td class="linenr" style="text-align: right;"><a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>'
24 24 difflineplus = '<div style="color:#008800;">#line|escape#</div>'
@@ -35,7 +35,7 b' changelogchild = \'<tr><th class="child">'
35 35 changesetchild = '<tr><td>child</td><td style="font-family:monospace"><a class="list" href="{url}rev/#node|short#{getentries}">#node|short#</a></td></tr>'
36 36 filerevchild = '<tr><td class="metatag">child:</td><td><a href="{url}file/{node|short}#file|urlescape#{getentries}">#node|short#</a></td></tr>'
37 37 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="{url}annotate/{node|short}/#file|urlescape#{getentries}">#node|short#</a></td></tr>'
38 tags = gitweb/tags.tmpl
38 tags = tags.tmpl
39 39 tagentry = '<tr class="parity#parity#"><td class="age"><i>#date|age# ago</i></td><td><a class="list" href="{url}rev/{node|short}{getentries}"><b>#tag|escape#</b></a></td><td class="link"><a href="{url}rev/#node|short#{getentries}">changeset</a> | <a href="{url}log/#node|short#{getentries}">changelog</a> | <a href="{url}file/#node|short#{getentries}">manifest</a></td></tr>'
40 40 diffblock = '<pre>#lines#</pre>'
41 41 changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
@@ -44,9 +44,9 b' filediffparent = \'<tr><th class="parent"'
44 44 filelogparent = '<tr><td align="right">parent #rev#:&nbsp;</td><td><a href="{url}file/{node|short}/#file|urlescape#{getentries}">#node|short#</a></td></tr>'
45 45 filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="{url}rev/#node|short#{getentries}">#node|short#</a></td></tr>'
46 46 filelogchild = '<tr><td align="right">child #rev#:&nbsp;</td><td><a href="{url}file{node|short}/#file|urlescape#{getentries}">#node|short#</a></td></tr>'
47 shortlog = gitweb/shortlog.tmpl
47 shortlog = shortlog.tmpl
48 48 shortlogentry = '<tr class="parity#parity#"><td class="age"><i>#date|age# ago</i></td><td><i>#author#</i></td><td><a class="list" href="{url}rev/#node|short#{getentries}"><b>#desc|strip|firstline|escape#</b></a></td><td class="link"><a href="{url}rev/#node|short#{getentries}">changeset</a> | <a href="{url}file/#node|short#{getentries}">manifest</a></td></tr>'
49 49 filelogentry = '<tr class="parity#parity#"><td class="age"><i>#date|age# ago</i></td><td><a class="list" href="{url}rev/#node|short#{getentries}"><b>#desc|strip|firstline|escape#</b></a></td><td class="link"><a href="{url}file/#node|short#/#file|urlescape#{getentries}">file</a> | <!-- FIXME: <a href="{url}diff/#node|short#/#file|urlescape#{getentries}">diff</a> | --> <a href="{url}annotate/#node|short#/#file|urlescape#{getentries}">annotate</a> #rename%filelogrename#</td></tr>'
50 50 archiveentry = ' | <a href="{url}archive/{node|short}{extension}">#type|escape#</a> '
51 51 indexentry = '<tr class="parity#parity#"><td><a class="list" href="#url#"><b>#name|escape#</b></a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a class="rss_logo" href="#url#rss-log">RSS</a> #archives%archiveentry#</td></tr>'
52 index = gitweb/index.tmpl
52 index = index.tmpl
@@ -1,27 +1,27 b''
1 1 default = 'changelog'
2 header = old/header.tmpl
2 header = header.tmpl
3 3 footer = footer.tmpl
4 search = old/search.tmpl
5 changelog = old/changelog.tmpl
6 shortlog = old/shortlog.tmpl
7 shortlogentry = old/shortlogentry.tmpl
4 search = search.tmpl
5 changelog = changelog.tmpl
6 shortlog = shortlog.tmpl
7 shortlogentry = shortlogentry.tmpl
8 8 naventry = '<a href="?cl=#rev#">#label|escape#</a> '
9 9 navshortentry = '<a href="?sl=#rev#">#label|escape#</a> '
10 10 filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> '
11 11 filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> '
12 12 fileellipses = '...'
13 changelogentry = old/changelogentry.tmpl
14 searchentry = old/changelogentry.tmpl
15 changeset = old/changeset.tmpl
16 manifest = old/manifest.tmpl
13 changelogentry = changelogentry.tmpl
14 searchentry = changelogentry.tmpl
15 changeset = changeset.tmpl
16 manifest = manifest.tmpl
17 17 manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt>&nbsp;<td><a href="?mf=#node|short#;path=#path|urlescape#">#basename|escape#/</a>'
18 18 manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="?f=#node|short#;file=#file|urlescape#">#basename|escape#</a>'
19 filerevision = old/filerevision.tmpl
20 fileannotate = old/fileannotate.tmpl
21 filediff = old/filediff.tmpl
22 filelog = old/filelog.tmpl
19 filerevision = filerevision.tmpl
20 fileannotate = fileannotate.tmpl
21 filediff = filediff.tmpl
22 filelog = filelog.tmpl
23 23 fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>'
24 filelogentry = old/filelogentry.tmpl
24 filelogentry = filelogentry.tmpl
25 25 annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="?fa=#node|short#;file=#file|urlescape#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>'
26 26 difflineplus = '<span class="plusline">#line|escape#</span>'
27 27 difflineminus = '<span class="minusline">#line|escape#</span>'
@@ -1,6 +1,6 b''
1 header = raw/header.tmpl
1 header = header.tmpl
2 2 footer = ''
3 changeset = raw/changeset.tmpl
3 changeset = changeset.tmpl
4 4 difflineplus = '#line#'
5 5 difflineminus = '#line#'
6 6 difflineat = '#line#'
@@ -11,6 +11,6 b" filenodelink = ''"
11 11 filerevision = '#rawfileheader##raw#'
12 12 fileline = '#line#'
13 13 diffblock = '#lines#'
14 filediff = raw/filediff.tmpl
15 fileannotate = raw/fileannotate.tmpl
14 filediff = filediff.tmpl
15 fileannotate = fileannotate.tmpl
16 16 annotateline = '#author#@#rev#: #line#'
@@ -1,8 +1,8 b''
1 1 default = 'changelog'
2 header = rss/header.tmpl
3 changelog = rss/changelog.tmpl
4 changelogentry = rss/changelogentry.tmpl
5 filelog = rss/filelog.tmpl
6 filelogentry = rss/filelogentry.tmpl
7 tags = rss/tags.tmpl
8 tagentry = rss/tagentry.tmpl
2 header = header.tmpl
3 changelog = changelog.tmpl
4 changelogentry = changelogentry.tmpl
5 filelog = filelog.tmpl
6 filelogentry = filelogentry.tmpl
7 tags = tags.tmpl
8 tagentry = tagentry.tmpl
General Comments 0
You need to be logged in to leave comments. Login now