Show More
@@ -1,18 +1,19 b'' | |||||
1 | #header# |
|
1 | #header# | |
2 | <title>Mercurial repositories index</title> |
|
2 | <title>Mercurial repositories index</title> | |
3 | </head> |
|
3 | </head> | |
4 | <body> |
|
4 | <body> | |
5 |
|
5 | |||
6 | <h2>Mercurial Repositories</h2> |
|
6 | <h2>Mercurial Repositories</h2> | |
7 |
|
7 | |||
8 | <table> |
|
8 | <table> | |
9 | <tr> |
|
9 | <tr> | |
10 | <td>Name</td> |
|
10 | <td>Name</td> | |
11 | <td>Description</td> |
|
11 | <td>Description</td> | |
12 | <td>Contact</td> |
|
12 | <td>Contact</td> | |
13 | <td>Last change</td> |
|
13 | <td>Last change</td> | |
|
14 | <td> </td> | |||
14 | <tr> |
|
15 | <tr> | |
15 | #entries%indexentry# |
|
16 | #entries%indexentry# | |
16 | </table> |
|
17 | </table> | |
17 |
|
18 | |||
18 | #footer# |
|
19 | #footer# |
@@ -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> <td><a href="?cmd=manifest;manifest=#manifest#;path=#path#">#basename#/</a>" |
|
14 | manifestdirentry = "<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt> <td><a href="?cmd=manifest;manifest=#manifest#;path=#path#">#basename#/</a>" | |
15 | manifestfileentry = "<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt> <td><a href="?cmd=file;filenode=#filenode#;file=#file#">#basename#</a>" |
|
15 | manifestfileentry = "<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt> <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#: </td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>" |
|
37 | filelogparent = "<tr><td align="right">parent #rev#: </td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>" | |
38 |
indexentry = "<tr class="parity#parity#"><td><a |
|
38 | indexentry = "<tr class="parity#parity#"><td><a href="#url#">#name#</a></td><td>#shortdesc#</td><td>#author#<i>#email|obfuscate#</i></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