Show More
@@ -1,18 +1,19 b'' | |||
|
1 | 1 | #header# |
|
2 | 2 | <title>Mercurial repositories index</title> |
|
3 | 3 | </head> |
|
4 | 4 | <body> |
|
5 | 5 | |
|
6 | 6 | <h2>Mercurial Repositories</h2> |
|
7 | 7 | |
|
8 | 8 | <table> |
|
9 | 9 | <tr> |
|
10 | 10 | <td>Name</td> |
|
11 | 11 | <td>Description</td> |
|
12 | 12 | <td>Contact</td> |
|
13 | 13 | <td>Last change</td> |
|
14 | <td> </td> | |
|
14 | 15 | <tr> |
|
15 | 16 | #entries%indexentry# |
|
16 | 17 | </table> |
|
17 | 18 | |
|
18 | 19 | #footer# |
@@ -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> <td><a href="?cmd=manifest;manifest=#manifest#;path=#path#">#basename#/</a>" |
|
15 | 15 | manifestfileentry = "<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt> <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 | 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#: </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 | 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