##// END OF EJS Templates
Update templates to use NewWebInterface
Brendan Cully -
r3265:d1aa83f1 default
parent child Browse files
Show More
@@ -1,38 +1,36 b''
1 #header#
1 #header#
2 <title>#repo|escape#: changelog</title>
2 <title>#repo|escape#: changelog</title>
3 <link rel="alternate" type="application/rss+xml"
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
4 href="#url#rss-log" title="RSS feed for #repo|escape#">
5 </head>
5 </head>
6 <body>
6 <body>
7
7
8 <div class="buttons">
8 <div class="buttons">
9 <a href="?sl=#rev#">shortlog</a>
9 <a href="#url#shortlog/#rev#">shortlog</a>
10 <a href="?cmd=tags">tags</a>
10 <a href="#url#tags">tags</a>
11 <a href="?mf=#node|short#;path=/">manifest</a>
11 <a href="#url#file/#node|short#">manifest</a>
12 #archives%archiveentry#
12 #archives%archiveentry#
13 <a type="application/rss+xml" href="?style=rss">rss</a>
13 <a type="application/rss+xml" href="#url#rss-log">rss</a>
14 </div>
14 </div>
15
15
16 <h2>changelog for #repo|escape#</h2>
16 <h2>changelog for #repo|escape#</h2>
17
17
18 <form action="#">
18 <form action="#url#log">
19 <p>
19 <p>
20 <label for="search1">search:</label>
20 <label for="search1">search:</label>
21 <input type="hidden" name="cmd" value="changelog">
22 <input name="rev" id="search1" type="text" size="30">
21 <input name="rev" id="search1" type="text" size="30">
23 navigate: <small class="navigate">#changenav%naventry#</small>
22 navigate: <small class="navigate">#changenav%naventry#</small>
24 </p>
23 </p>
25 </form>
24 </form>
26
25
27 #entries%changelogentry#
26 #entries%changelogentry#
28
27
29 <form action="#">
28 <form action="#url#log">
30 <p>
29 <p>
31 <label for="search2">search:</label>
30 <label for="search2">search:</label>
32 <input type="hidden" name="cmd" value="changelog">
33 <input name="rev" id="search2" type="text" size="30">
31 <input name="rev" id="search2" type="text" size="30">
34 navigate: <small class="navigate">#changenav%naventry#</small>
32 navigate: <small class="navigate">#changenav%naventry#</small>
35 </p>
33 </p>
36 </form>
34 </form>
37
35
38 #footer#
36 #footer#
@@ -1,25 +1,25 b''
1 <table class="logEntry parity#parity#">
1 <table class="logEntry parity#parity#">
2 <tr>
2 <tr>
3 <th class="age">#date|age# ago:</th>
3 <th class="age">#date|age# ago:</th>
4 <th class="firstline">#desc|strip|firstline|escape#</th>
4 <th class="firstline">#desc|strip|firstline|escape#</th>
5 </tr>
5 </tr>
6 <tr>
6 <tr>
7 <th class="revision">changeset #rev#:</th>
7 <th class="revision">changeset #rev#:</th>
8 <td class="node"><a href="?cs=#node|short#">#node|short#</a></td>
8 <td class="node"><a href="#url#rev/#node|short#">#node|short#</a></td>
9 </tr>
9 </tr>
10 #parent%changelogparent#
10 #parent%changelogparent#
11 #child%changelogchild#
11 #child%changelogchild#
12 #changelogtag#
12 #changelogtag#
13 <tr>
13 <tr>
14 <th class="author">author:</th>
14 <th class="author">author:</th>
15 <td class="author">#author|obfuscate#</td>
15 <td class="author">#author|obfuscate#</td>
16 </tr>
16 </tr>
17 <tr>
17 <tr>
18 <th class="date">date:</th>
18 <th class="date">date:</th>
19 <td class="date">#date|date#</td>
19 <td class="date">#date|date#</td>
20 </tr>
20 </tr>
21 <tr>
21 <tr>
22 <th class="files"><a href="?mf=#node|short#;path=/">files</a>:</th>
22 <th class="files"><a href="#url#file/#node|short#/">files</a>:</th>
23 <td class="files">#files#</td>
23 <td class="files">#files#</td>
24 </tr>
24 </tr>
25 </table>
25 </table>
@@ -1,47 +1,47 b''
1 #header#
1 #header#
2 <title>#repo|escape#: changeset #node|short#</title>
2 <title>#repo|escape#: changeset #node|short#</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="#url#log/#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="#url#shortlog/#rev#">shortlog</a>
9 <a href="?cmd=tags">tags</a>
9 <a href="#url#tags">tags</a>
10 <a href="?mf=#node|short#;path=/">manifest</a>
10 <a href="#url#file/#node|short#">manifest</a>
11 <a href="?cs=#node|short#;style=raw">raw</a>
11 <a href="#url#raw-rev/#node|short#">raw</a>
12 #archives%archiveentry#
12 #archives%archiveentry#
13 </div>
13 </div>
14
14
15 <h2>changeset: #desc|strip|escape|firstline#</h2>
15 <h2>changeset: #desc|strip|escape|firstline#</h2>
16
16
17 <table id="changesetEntry">
17 <table id="changesetEntry">
18 <tr>
18 <tr>
19 <th class="changeset">changeset #rev#:</th>
19 <th class="changeset">changeset #rev#:</th>
20 <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
20 <td class="changeset"><a href="#url#rev/#node|short#">#node|short#</a></td>
21 </tr>
21 </tr>
22 #parent%changesetparent#
22 #parent%changesetparent#
23 #child%changesetchild#
23 #child%changesetchild#
24 #changesettag#
24 #changesettag#
25 <tr>
25 <tr>
26 <th class="author">author:</th>
26 <th class="author">author:</th>
27 <td class="author">#author|obfuscate#</td>
27 <td class="author">#author|obfuscate#</td>
28 </tr>
28 </tr>
29 <tr>
29 <tr>
30 <th class="date">date:</th>
30 <th class="date">date:</th>
31 <td class="date">#date|date# (#date|age# ago)</td></tr>
31 <td class="date">#date|date# (#date|age# ago)</td></tr>
32 <tr>
32 <tr>
33 <th class="files">files:</th>
33 <th class="files">files:</th>
34 <td class="files">#files#</td></tr>
34 <td class="files">#files#</td></tr>
35 <tr>
35 <tr>
36 <th class="description">description:</th>
36 <th class="description">description:</th>
37 <td class="description">#desc|strip|escape|addbreaks#</td>
37 <td class="description">#desc|strip|escape|addbreaks#</td>
38 </tr>
38 </tr>
39 </table>
39 </table>
40
40
41 <div id="changesetDiff">
41 <div id="changesetDiff">
42 #diff#
42 #diff#
43 </div>
43 </div>
44
44
45 #footer#
45 #footer#
46
46
47
47
@@ -1,43 +1,43 b''
1 #header#
1 #header#
2 <title>#repo|escape#: #file|escape# annotate</title>
2 <title>#repo|escape#: #file|escape# annotate</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="#url#log/#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="#url#shortlog/#rev#">shortlog</a>
9 <a href="?tags=">tags</a>
9 <a href="#url#tags">tags</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="#url#rev/#node|short#">changeset</a>
11 <a href="?mf=#node|short#;path=#path|urlescape#">manifest</a>
11 <a href="#url#file/#node|short##path|urlescape#">manifest</a>
12 <a href="?f=#node|short#;file=#file|urlescape#">file</a>
12 <a href="#url#file/#node|short#/#file|urlescape#">file</a>
13 <a href="?fl=#node|short#;file=#file|urlescape#">revisions</a>
13 <a href="#url#log/#node|short#/#file|urlescape#">revisions</a>
14 <a href="?fa=#node|short#;file=#file|urlescape#;style=raw">raw</a>
14 <a href="#url#raw-annotate/#node|short#/#file|urlescape#">raw</a>
15 </div>
15 </div>
16
16
17 <h2>Annotate #file|escape#</h2>
17 <h2>Annotate #file|escape#</h2>
18
18
19 <table>
19 <table>
20 <tr>
20 <tr>
21 <td class="metatag">changeset #rev#:</td>
21 <td class="metatag">changeset #rev#:</td>
22 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
22 <td><a href="#url#rev/#node|short#">#node|short#</a></td></tr>
23 #rename%filerename#
23 #rename%filerename#
24 #parent%fileannotateparent#
24 #parent%fileannotateparent#
25 #child%fileannotatechild#
25 #child%fileannotatechild#
26 <tr>
26 <tr>
27 <td class="metatag">author:</td>
27 <td class="metatag">author:</td>
28 <td>#author|obfuscate#</td></tr>
28 <td>#author|obfuscate#</td></tr>
29 <tr>
29 <tr>
30 <td class="metatag">date:</td>
30 <td class="metatag">date:</td>
31 <td>#date|date# (#date|age# ago)</td></tr>
31 <td>#date|date# (#date|age# ago)</td></tr>
32 <tr>
32 <tr>
33 <td class="metatag">permissions:</td>
33 <td class="metatag">permissions:</td>
34 <td>#permissions|permissions#</td></tr>
34 <td>#permissions|permissions#</td></tr>
35 </table>
35 </table>
36
36
37 <br/>
37 <br/>
38
38
39 <table cellspacing="0" cellpadding="0">
39 <table cellspacing="0" cellpadding="0">
40 #annotate%annotateline#
40 #annotate%annotateline#
41 </table>
41 </table>
42
42
43 #footer#
43 #footer#
@@ -1,34 +1,34 b''
1 #header#
1 #header#
2 <title>#repo|escape#: #file|escape# diff</title>
2 <title>#repo|escape#: #file|escape# diff</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="#url#log/#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="#url#shortlog/#rev#">shortlog</a>
9 <a href="?tags=">tags</a>
9 <a href="#url#tags">tags</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="#url#rev/#node|short#">changeset</a>
11 <a href="?f=#node|short#;file=#file|urlescape#">file</a>
11 <a href="#url#file/#node|short#/#file|urlescape#">file</a>
12 <a href="?fl=#node|short#;file=#file|urlescape#">revisions</a>
12 <a href="#url#log/#node|short#/#file|urlescape#">revisions</a>
13 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a>
13 <a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
14 <a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a>
14 <a href="#url#raw-diff/#node|short#/#file|urlescape#">raw</a>
15 </div>
15 </div>
16
16
17 <h2>#file|escape#</h2>
17 <h2>#file|escape#</h2>
18
18
19 <table id="filediffEntry">
19 <table id="filediffEntry">
20 <tr>
20 <tr>
21 <th class="revision">revision #rev#:</th>
21 <th class="revision">revision #rev#:</th>
22 <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td>
22 <td class="revision"><a href="#url#rev/#node|short#">#node|short#</a></td>
23 </tr>
23 </tr>
24 #parent%filediffparent#
24 #parent%filediffparent#
25 #child%filediffchild#
25 #child%filediffchild#
26 </table>
26 </table>
27
27
28 <div id="fileDiff">
28 <div id="fileDiff">
29 #diff#
29 #diff#
30 </div>
30 </div>
31
31
32 #footer#
32 #footer#
33
33
34
34
@@ -1,22 +1,22 b''
1 #header#
1 #header#
2 <title>#repo|escape#: #file|escape# history</title>
2 <title>#repo|escape#: #file|escape# history</title>
3 <link rel="alternate" type="application/rss+xml"
3 <link rel="alternate" type="application/rss+xml"
4 href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#">
4 href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
5 </head>
5 </head>
6 </head>
6 </head>
7 <body>
7 <body>
8
8
9 <div class="buttons">
9 <div class="buttons">
10 <a href="?cl=tip">changelog</a>
10 <a href="#url#log">changelog</a>
11 <a href="?sl=tip">shortlog</a>
11 <a href="#url#shortlog">shortlog</a>
12 <a href="?tags=">tags</a>
12 <a href="#url#tags">tags</a>
13 <a href="?f=#node|short#;file=#file|urlescape#">file</a>
13 <a href="#url#file/#node|short#/#file|urlescape#">file</a>
14 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a>
14 <a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
15 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a>
15 <a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
16 </div>
16 </div>
17
17
18 <h2>#file|escape# revision history</h2>
18 <h2>#file|escape# revision history</h2>
19
19
20 #entries%filelogentry#
20 #entries%filelogentry#
21
21
22 #footer#
22 #footer#
@@ -1,25 +1,25 b''
1 <table class="logEntry parity#parity#">
1 <table class="logEntry parity#parity#">
2 <tr>
2 <tr>
3 <th class="age">#date|age# ago:</th>
3 <th class="age">#date|age# ago:</th>
4 <th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th>
4 <th class="firstline"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></th>
5 </tr>
5 </tr>
6 <tr>
6 <tr>
7 <th class="revision">revision #filerev#:</td>
7 <th class="revision">revision #filerev#:</td>
8 <td class="node">
8 <td class="node">
9 <a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a>
9 <a href="#url#file/#node|short#/#file|urlescape#">#node|short#</a>
10 <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a>
10 <a href="#url#diff/#node|short#/#file|urlescape#">(diff)</a>
11 <a href="?fa=#node|short#;file=#file|urlescape#">(annotate)</a>
11 <a href="#url#annotate/#node|short#/#file|urlescape#">(annotate)</a>
12 </td>
12 </td>
13 </tr>
13 </tr>
14 #rename%filelogrename#
14 #rename%filelogrename#
15 <tr>
15 <tr>
16 <th class="author">author:</th>
16 <th class="author">author:</th>
17 <td class="author">#author|obfuscate#</td>
17 <td class="author">#author|obfuscate#</td>
18 </tr>
18 </tr>
19 <tr>
19 <tr>
20 <th class="date">date:</th>
20 <th class="date">date:</th>
21 <td class="date">#date|date#</td>
21 <td class="date">#date|date#</td>
22 </tr>
22 </tr>
23 </table>
23 </table>
24
24
25
25
@@ -1,41 +1,41 b''
1 #header#
1 #header#
2 <title>#repo|escape#:#file|escape#</title>
2 <title>#repo|escape#:#file|escape#</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="#url#log/#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="#url#shortlog/#rev#">shortlog</a>
9 <a href="?tags=">tags</a>
9 <a href="#url#tags">tags</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="#url#rev/#node|short#">changeset</a>
11 <a href="?mf=#node|short#;path=#path|urlescape#">manifest</a>
11 <a href="#url#file/#node|short##path|urlescape#">manifest</a>
12 <a href="?fl=#node|short#;file=#file|urlescape#">revisions</a>
12 <a href="#url#log/#node|short#/#file|urlescape#">revisions</a>
13 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a>
13 <a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
14 <a href="?f=#node|short#;file=#file|urlescape#;style=raw">raw</a>
14 <a href="#url#raw-file/#node|short#/#file|urlescape#">raw</a>
15 </div>
15 </div>
16
16
17 <h2>#file|escape#</h2>
17 <h2>#file|escape#</h2>
18
18
19 <table>
19 <table>
20 <tr>
20 <tr>
21 <td class="metatag">changeset #rev#:</td>
21 <td class="metatag">changeset #rev#:</td>
22 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
22 <td><a href="#url#rev/#node|short#">#node|short#</a></td></tr>
23 #rename%filerename#
23 #rename%filerename#
24 #parent%filerevparent#
24 #parent%filerevparent#
25 #child%filerevchild#
25 #child%filerevchild#
26 <tr>
26 <tr>
27 <td class="metatag">author:</td>
27 <td class="metatag">author:</td>
28 <td>#author|obfuscate#</td></tr>
28 <td>#author|obfuscate#</td></tr>
29 <tr>
29 <tr>
30 <td class="metatag">date:</td>
30 <td class="metatag">date:</td>
31 <td>#date|date# (#date|age# ago)</td></tr>
31 <td>#date|date# (#date|age# ago)</td></tr>
32 <tr>
32 <tr>
33 <td class="metatag">permissions:</td>
33 <td class="metatag">permissions:</td>
34 <td>#permissions|permissions#</td></tr>
34 <td>#permissions|permissions#</td></tr>
35 </table>
35 </table>
36
36
37 <pre>
37 <pre>
38 #text%fileline#
38 #text%fileline#
39 </pre>
39 </pre>
40
40
41 #footer#
41 #footer#
@@ -1,8 +1,8 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 <link rel="icon" href="?static=hgicon.png" type="image/png">
6 <link rel="icon" href="#url#static/hgicon.png" type="image/png">
7 <meta name="robots" content="index, nofollow" />
7 <meta name="robots" content="index, nofollow" />
8 <link rel="stylesheet" href="?static=style.css" type="text/css" />
8 <link rel="stylesheet" href="#url#static/style.css" type="text/css" />
@@ -1,23 +1,23 b''
1 #header#
1 #header#
2 <title>#repo|escape#: manifest for changeset #node|short#</title>
2 <title>#repo|escape#: manifest for changeset #node|short#</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="#url#log/#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="#url#shortlog/#rev#">shortlog</a>
9 <a href="?tags=">tags</a>
9 <a href="#url#tags">tags</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="#url#rev/#node|short#">changeset</a>
11 #archives%archiveentry#
11 #archives%archiveentry#
12 </div>
12 </div>
13
13
14 <h2>manifest for changeset #node|short#: #path|escape#</h2>
14 <h2>manifest for changeset #node|short#: #path|escape#</h2>
15
15
16 <table cellpadding="0" cellspacing="0">
16 <table cellpadding="0" cellspacing="0">
17 <tr class="parity1">
17 <tr class="parity1">
18 <td><tt>drwxr-xr-x</tt>&nbsp;
18 <td><tt>drwxr-xr-x</tt>&nbsp;
19 <td><a href="?mf=#node|short#;path=#up|urlescape#">[up]</a>
19 <td><a href="#url#file/#node|short##up|urlescape#">[up]</a>
20 #dentries%manifestdirentry#
20 #dentries%manifestdirentry#
21 #fentries%manifestfileentry#
21 #fentries%manifestfileentry#
22 </table>
22 </table>
23 #footer#
23 #footer#
@@ -1,53 +1,53 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 shortlog = shortlog.tmpl
6 shortlog = shortlog.tmpl
7 shortlogentry = shortlogentry.tmpl
7 shortlogentry = shortlogentry.tmpl
8 naventry = '<a href="?cl=#rev#">#label|escape#</a> '
8 naventry = '<a href="#url#log/#rev#">#label|escape#</a> '
9 navshortentry = '<a href="?sl=#rev#">#label|escape#</a> '
9 navshortentry = '<a href="#url#shortlog/#rev#">#label|escape#</a> '
10 filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> '
10 filedifflink = '<a href="#url#diff/#node|short#/#file|urlescape#">#file|escape#</a> '
11 filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> '
11 filenodelink = '<a href="#url#file/#node|short#/#file|urlescape#">#file|escape#</a> '
12 fileellipses = '...'
12 fileellipses = '...'
13 changelogentry = changelogentry.tmpl
13 changelogentry = changelogentry.tmpl
14 searchentry = changelogentry.tmpl
14 searchentry = changelogentry.tmpl
15 changeset = changeset.tmpl
15 changeset = changeset.tmpl
16 manifest = manifest.tmpl
16 manifest = manifest.tmpl
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>'
17 manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt>&nbsp;<td><a href="#url#file/#node|short##path|urlescape#">#basename|escape#/</a>'
18 manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="?f=#node|short#;file=#file|urlescape#">#basename|escape#</a>'
18 manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="#url#file/#node|short#/#file|urlescape#">#basename|escape#</a>'
19 filerevision = filerevision.tmpl
19 filerevision = filerevision.tmpl
20 fileannotate = fileannotate.tmpl
20 fileannotate = fileannotate.tmpl
21 filediff = filediff.tmpl
21 filediff = filediff.tmpl
22 filelog = filelog.tmpl
22 filelog = filelog.tmpl
23 fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>'
23 fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>'
24 filelogentry = filelogentry.tmpl
24 filelogentry = filelogentry.tmpl
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>'
25 annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="#url#annotate/#node|short#/#file|urlescape#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>'
26 difflineplus = '<span class="plusline">#line|escape#</span>'
26 difflineplus = '<span class="plusline">#line|escape#</span>'
27 difflineminus = '<span class="minusline">#line|escape#</span>'
27 difflineminus = '<span class="minusline">#line|escape#</span>'
28 difflineat = '<span class="atline">#line|escape#</span>'
28 difflineat = '<span class="atline">#line|escape#</span>'
29 diffline = '#line|escape#'
29 diffline = '#line|escape#'
30 changelogparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
30 changelogparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="#url#rev/#node|short#">#node|short#</a></td></tr>'
31 changesetparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
31 changesetparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="#url#rev/#node|short#">#node|short#</a></td></tr>'
32 filerevparent = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
32 filerevparent = '<tr><td class="metatag">parent:</td><td><a href="#url#file/#node|short#/#file|urlescape#">#node|short#</a></td></tr>'
33 filerename = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
33 filerename = '<tr><td class="metatag">parent:</td><td><a href="#url#file/#node|short#/#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
34 filelogrename = '<tr><th>base:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
34 filelogrename = '<tr><th>base:</th><td><a href="#url#file/#node|short#/#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
35 fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="?fa=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
35 fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="#url#annotate/#node|short#/#file|urlescape#">#node|short#</a></td></tr>'
36 changesetchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
36 changesetchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="#url#rev/#node|short#">#node|short#</a></td></tr>'
37 changelogchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
37 changelogchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="#url#rev/#node|short#">#node|short#</a></td></tr>'
38 filerevchild = '<tr><td class="metatag">child:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
38 filerevchild = '<tr><td class="metatag">child:</td><td><a href="#url#file/#node|short#/#file|urlescape#">#node|short#</a></td></tr>'
39 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="?fa=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
39 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="#url#annotate/#node|short#/#file|urlescape#">#node|short#</a></td></tr>'
40 tags = tags.tmpl
40 tags = tags.tmpl
41 tagentry = '<li class="tagEntry parity#parity#"><tt class="node">#node#</tt> <a href="?cs=#node|short#">#tag|escape#</a></li>'
41 tagentry = '<li class="tagEntry parity#parity#"><tt class="node">#node#</tt> <a href="#url#rev/#node|short#">#tag|escape#</a></li>'
42 diffblock = '<pre class="parity#parity#">#lines#</pre>'
42 diffblock = '<pre class="parity#parity#">#lines#</pre>'
43 changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
43 changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
44 changesettag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
44 changesettag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
45 filediffparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
45 filediffparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="#url#rev/#node|short#">#node|short#</a></td></tr>'
46 filelogparent = '<tr><th>parent #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
46 filelogparent = '<tr><th>parent #rev#:</th><td><a href="#url#file/#node|short#/#file|urlescape#">#node|short#</a></td></tr>'
47 filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
47 filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="#url#rev/#node|short#">#node|short#</a></td></tr>'
48 filelogchild = '<tr><th>child #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
48 filelogchild = '<tr><th>child #rev#:</th><td><a href="#url#file/#node|short#/#file|urlescape#">#node|short#</a></td></tr>'
49 indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a href="#url#?cl=tip;style=rss">RSS</a> #archives%archiveentry#</td></tr>'
49 indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a href="#url#rss-log">RSS</a> #archives%archiveentry#</td></tr>'
50 index = index.tmpl
50 index = index.tmpl
51 archiveentry = '<a href="#url#?ca=#node|short#;type=#type|urlescape#">#type|escape#</a> '
51 archiveentry = '<a href="#url#archive/#node|short##extension|urlescape#">#type|escape#</a> '
52 notfound = notfound.tmpl
52 notfound = notfound.tmpl
53 error = error.tmpl
53 error = error.tmpl
@@ -1,33 +1,31 b''
1 #header#
1 #header#
2 <title>#repo|escape#: searching for #query|escape#</title>
2 <title>#repo|escape#: searching for #query|escape#</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=tip">changelog</a>
7 <a href="#url#log">changelog</a>
8 <a href="?sl=tip">shortlog</a>
8 <a href="#url#shortlog">shortlog</a>
9 <a href="?tags=">tags</a>
9 <a href="#url#tags">tags</a>
10 <a href="?mf=#node|short#;path=/">manifest</a>
10 <a href="#url#file/#node|short#">manifest</a>
11 </div>
11 </div>
12
12
13 <h2>searching for #query|escape#</h2>
13 <h2>searching for #query|escape#</h2>
14
14
15 <form>
15 <form>
16 <p>
16 <p>
17 search:
17 search:
18 <input type="hidden" name="cmd" value="changelog">
19 <input name="rev" type="text" width="30" value="#query|escape#">
18 <input name="rev" type="text" width="30" value="#query|escape#">
20 </p>
19 </p>
21 </form>
20 </form>
22
21
23 #entries#
22 #entries#
24
23
25 <form>
24 <form>
26 <p>
25 <p>
27 search:
26 search:
28 <input type="hidden" name="cmd" value="changelog">
29 <input name="rev" type="text" width="30" value="#query|escape#">
27 <input name="rev" type="text" width="30" value="#query|escape#">
30 </p>
28 </p>
31 </form>
29 </form>
32
30
33 #footer#
31 #footer#
@@ -1,38 +1,36 b''
1 #header#
1 #header#
2 <title>#repo|escape#: shortlog</title>
2 <title>#repo|escape#: shortlog</title>
3 <link rel="alternate" type="application/rss+xml"
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
4 href="#url#rss-log" title="RSS feed for #repo|escape#">
5 </head>
5 </head>
6 <body>
6 <body>
7
7
8 <div class="buttons">
8 <div class="buttons">
9 <a href="?cl=#rev#">changelog</a>
9 <a href="#url#log/#rev#">changelog</a>
10 <a href="?cmd=tags">tags</a>
10 <a href="#url#tags">tags</a>
11 <a href="?mf=#node|short#;path=/">manifest</a>
11 <a href="#url#file/#node|short#/">manifest</a>
12 #archives%archiveentry#
12 #archives%archiveentry#
13 <a type="application/rss+xml" href="?style=rss">rss</a>
13 <a type="application/rss+xml" href="#url#rss-log">rss</a>
14 </div>
14 </div>
15
15
16 <h2>shortlog for #repo|escape#</h2>
16 <h2>shortlog for #repo|escape#</h2>
17
17
18 <form action="#">
18 <form action="#url#log">
19 <p>
19 <p>
20 <label for="search1">search:</label>
20 <label for="search1">search:</label>
21 <input type="hidden" name="cmd" value="changelog">
22 <input name="rev" id="search1" type="text" size="30">
21 <input name="rev" id="search1" type="text" size="30">
23 navigate: <small class="navigate">#changenav%navshortentry#</small>
22 navigate: <small class="navigate">#changenav%navshortentry#</small>
24 </p>
23 </p>
25 </form>
24 </form>
26
25
27 #entries%shortlogentry#
26 #entries%shortlogentry#
28
27
29 <form action="#">
28 <form action="#url#log">
30 <p>
29 <p>
31 <label for="search2">search:</label>
30 <label for="search2">search:</label>
32 <input type="hidden" name="cmd" value="changelog">
33 <input name="rev" id="search2" type="text" size="30">
31 <input name="rev" id="search2" type="text" size="30">
34 navigate: <small class="navigate">#changenav%navshortentry#</small>
32 navigate: <small class="navigate">#changenav%navshortentry#</small>
35 </p>
33 </p>
36 </form>
34 </form>
37
35
38 #footer#
36 #footer#
@@ -1,7 +1,7 b''
1 <table class="slogEntry parity#parity#">
1 <table class="slogEntry parity#parity#">
2 <tr>
2 <tr>
3 <td class="age">#date|age#</td>
3 <td class="age">#date|age#</td>
4 <td class="author">#author|obfuscate#</td>
4 <td class="author">#author|obfuscate#</td>
5 <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
5 <td class="node"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></td>
6 </tr>
6 </tr>
7 </table>
7 </table>
@@ -1,21 +1,21 b''
1 #header#
1 #header#
2 <title>#repo|escape#: tags</title>
2 <title>#repo|escape#: tags</title>
3 <link rel="alternate" type="application/rss+xml"
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
4 href="#url#rss-tags" title="RSS feed for #repo|escape#: tags">
5 </head>
5 </head>
6 <body>
6 <body>
7
7
8 <div class="buttons">
8 <div class="buttons">
9 <a href="?cl=tip">changelog</a>
9 <a href="#url#log">changelog</a>
10 <a href="?sl=tip">shortlog</a>
10 <a href="#url#shortlog">shortlog</a>
11 <a href="?mf=#node|short#;path=/">manifest</a>
11 <a href="#url#file/#node|short#/">manifest</a>
12 <a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
12 <a type="application/rss+xml" href="#url#rss-tags">rss</a>
13 </div>
13 </div>
14
14
15 <h2>tags:</h2>
15 <h2>tags:</h2>
16
16
17 <ul id="tagEntries">
17 <ul id="tagEntries">
18 #entries%tagentry#
18 #entries%tagentry#
19 </ul>
19 </ul>
20
20
21 #footer#
21 #footer#
General Comments 0
You need to be logged in to leave comments. Login now