##// END OF EJS Templates
git: use newer template syntax everywhere
Dirkjan Ochtman -
r8427:cebdfdcc default
parent child Browse files
Show More
@@ -1,30 +1,30 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Branches</title>
2 <title>{repo|escape}: Branches</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-tags" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-tags" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / branches
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 branches |
20 branches |
21 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
21 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
22 <br/>
22 <br/>
23 </div>
23 </div>
24
24
25 <div class="title">&nbsp;</div>
25 <div class="title">&nbsp;</div>
26 <table cellspacing="0">
26 <table cellspacing="0">
27 #entries%branchentry#
27 {entries%branchentry}
28 </table>
28 </table>
29
29
30 #footer#
30 {footer}
@@ -1,39 +1,39 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Changelog</title>
2 <title>{repo|escape}: Changelog</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / changelog
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / changelog
12 </div>
12 </div>
13
13
14 <form action="{url}log">
14 <form action="{url}log">
15 {sessionvars%hiddenformentry}
15 {sessionvars%hiddenformentry}
16 <div class="search">
16 <div class="search">
17 <input type="text" name="rev" />
17 <input type="text" name="rev" />
18 </div>
18 </div>
19 </form>
19 </form>
20
20
21 <div class="page_nav">
21 <div class="page_nav">
22 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
22 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
23 <a href="{url}shortlog/#rev#{sessionvars%urlparameter}">shortlog</a> |
23 <a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a> |
24 changelog |
24 changelog |
25 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
25 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
28 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>#archives%archiveentry#
28 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}
29 <br/>
29 <br/>
30 #changenav%naventry#<br/>
30 {changenav%naventry}<br/>
31 </div>
31 </div>
32
32
33 #entries%changelogentry#
33 {entries%changelogentry}
34
34
35 <div class="page_nav">
35 <div class="page_nav">
36 #changenav%naventry#<br/>
36 {changenav%naventry}<br/>
37 </div>
37 </div>
38
38
39 #footer#
39 {footer}
@@ -1,14 +1,14 b''
1 <div>
1 <div>
2 <a class="title" href="{url}rev/#node|short#{sessionvars%urlparameter}"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape|nonempty#<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
2 <a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age} ago</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
3 </div>
3 </div>
4 <div class="title_text">
4 <div class="title_text">
5 <div class="log_link">
5 <div class="log_link">
6 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a><br/>
6 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a><br/>
7 </div>
7 </div>
8 <i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
8 <i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
9 </div>
9 </div>
10 <div class="log_body">
10 <div class="log_body">
11 #desc|strip|escape|addbreaks|nonempty#
11 {desc|strip|escape|addbreaks|nonempty}
12 <br/>
12 <br/>
13 <br/>
13 <br/>
14 </div>
14 </div>
@@ -1,50 +1,50 b''
1 #header#
1 {header}
2 <title>{repo|escape}: changeset {rev}:{node|short}</title>
2 <title>{repo|escape}: changeset {rev}:{node|short}</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="#url#summary{sessionvars%urlparameter}">#repo|escape#</a> / changeset
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / changeset
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog/#rev#{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log/#rev#{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a> |
21 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
22 changeset |
22 changeset |
23 <a href="{url}raw-rev/#node|short#">raw</a> #archives%archiveentry#<br/>
23 <a href="{url}raw-rev/{node|short}">raw</a> {archives%archiveentry}<br/>
24 </div>
24 </div>
25
25
26 <div>
26 <div>
27 <a class="title" href="{url}raw-rev/#node|short#">#desc|strip|escape|firstline|nonempty# <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
27 <a class="title" href="{url}raw-rev/{node|short}">{desc|strip|escape|firstline|nonempty} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
28 </div>
28 </div>
29 <div class="title_text">
29 <div class="title_text">
30 <table cellspacing="0">
30 <table cellspacing="0">
31 <tr><td>author</td><td>#author|obfuscate#</td></tr>
31 <tr><td>author</td><td>{author|obfuscate}</td></tr>
32 <tr><td></td><td>#date|date# (#date|age# ago)</td></tr>
32 <tr><td></td><td>{date|date} ({date|age} ago)</td></tr>
33 #branch%changesetbranch#
33 {branch%changesetbranch}
34 <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr>
34 <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr>
35 #parent%changesetparent#
35 {parent%changesetparent}
36 #child%changesetchild#
36 {child%changesetchild}
37 </table></div>
37 </table></div>
38
38
39 <div class="page_body">
39 <div class="page_body">
40 #desc|strip|escape|addbreaks|nonempty#
40 {desc|strip|escape|addbreaks|nonempty}
41 </div>
41 </div>
42 <div class="list_head"></div>
42 <div class="list_head"></div>
43 <div class="title_text">
43 <div class="title_text">
44 <table cellspacing="0">
44 <table cellspacing="0">
45 #files#
45 {files}
46 </table></div>
46 </table></div>
47
47
48 <div class="page_body">#diff#</div>
48 <div class="page_body">{diff}</div>
49
49
50 #footer#
50 {footer}
@@ -1,25 +1,25 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Error</title>
2 <title>{repo|escape}: Error</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / error
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / error
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | <a href="{url}log{sessionvars%urlparameter}">changelog</a> | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a><br/>
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | <a href="{url}log{sessionvars%urlparameter}">changelog</a> | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a><br/>
16 </div>
16 </div>
17
17
18 <div class="page_body">
18 <div class="page_body">
19 <br/>
19 <br/>
20 <i>An error occurred while processing your request</i><br/>
20 <i>An error occurred while processing your request</i><br/>
21 <br/>
21 <br/>
22 {error|escape}
22 {error|escape}
23 </div>
23 </div>
24
24
25 #footer#
25 {footer}
@@ -1,61 +1,61 b''
1 #header#
1 {header}
2 <title>{repo|escape}: {file|escape}@{node|short} (annotated)</title>
2 <title>{repo|escape}: {file|escape}@{node|short} (annotated)</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / annotate
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / annotate
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/#node|short##path|urlescape#{sessionvars%urlparameter}">files</a> |
21 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a> |
22 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> |
22 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
23 <a href="{url}file/{node|short}/#file|urlescape#{sessionvars%urlparameter}">file</a> |
23 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
24 <a href="{url}log/{node|short}/#file|urlescape#{sessionvars%urlparameter}">revisions</a> |
24 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
25 annotate |
25 annotate |
26 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
26 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
27 <a href="{url}raw-annotate/{node|short}/#file|urlescape#">raw</a><br/>
27 <a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a><br/>
28 </div>
28 </div>
29
29
30 <div class="title">#file|escape#</div>
30 <div class="title">{file|escape}</div>
31
31
32 <div class="title_text">
32 <div class="title_text">
33 <table cellspacing="0">
33 <table cellspacing="0">
34 <tr>
34 <tr>
35 <td>author</td>
35 <td>author</td>
36 <td>#author|obfuscate#</td></tr>
36 <td>{author|obfuscate}</td></tr>
37 <tr>
37 <tr>
38 <td></td>
38 <td></td>
39 <td>#date|date# (#date|age# ago)</td></tr>
39 <td>{date|date} ({date|age} ago)</td></tr>
40 #branch%filerevbranch#
40 {branch%filerevbranch}
41 <tr>
41 <tr>
42 <td>changeset {rev}</td>
42 <td>changeset {rev}</td>
43 <td style="font-family:monospace"><a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr>
43 <td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
44 #parent%fileannotateparent#
44 {parent%fileannotateparent}
45 #child%fileannotatechild#
45 {child%fileannotatechild}
46 <tr>
46 <tr>
47 <td>permissions</td>
47 <td>permissions</td>
48 <td style="font-family:monospace">#permissions|permissions#</td></tr>
48 <td style="font-family:monospace">{permissions|permissions}</td></tr>
49 </table>
49 </table>
50 </div>
50 </div>
51
51
52 <div class="page_path">
52 <div class="page_path">
53 {desc|strip|escape|addbreaks|nonempty}
53 {desc|strip|escape|addbreaks|nonempty}
54 </div>
54 </div>
55 <div class="page_body">
55 <div class="page_body">
56 <table>
56 <table>
57 #annotate%annotateline#
57 {annotate%annotateline}
58 </table>
58 </table>
59 </div>
59 </div>
60
60
61 #footer#
61 {footer}
@@ -1,47 +1,47 b''
1 {header}
1 {header}
2 <title>{repo|escape}: diff {file|escape}</title>
2 <title>{repo|escape}: diff {file|escape}</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / diff
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / diff
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a> |
21 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a> |
22 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
22 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
23 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
23 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
24 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
24 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
25 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
25 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
26 diff |
26 diff |
27 <a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/>
27 <a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/>
28 </div>
28 </div>
29
29
30 <div class="title">{file|escape}</div>
30 <div class="title">{file|escape}</div>
31
31
32 <table>
32 <table>
33 {branch%filerevbranch}
33 {branch%filerevbranch}
34 <tr>
34 <tr>
35 <td>changeset {rev}</td>
35 <td>changeset {rev}</td>
36 <td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
36 <td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
37 {parent%filediffparent}
37 {parent%filediffparent}
38 {child%filediffchild}
38 {child%filediffchild}
39 </table>
39 </table>
40
40
41 <div class="list_head"></div>
41 <div class="list_head"></div>
42
42
43 <div class="page_body">
43 <div class="page_body">
44 {diff}
44 {diff}
45 </div>
45 </div>
46
46
47 {footer}
47 {footer}
@@ -1,40 +1,40 b''
1 #header#
1 {header}
2 <title>#repo|escape#: File revisions</title>
2 <title>{repo|escape}: File revisions</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / file revisions
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revisions
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/{node|short}/#file|urlescape#{sessionvars%urlparameter}">file</a> |
21 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
22 revisions |
22 revisions |
23 <a href="{url}annotate/{node|short}/#file|urlescape#{sessionvars%urlparameter}">annotate</a> |
23 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
24 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
24 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
25 <a href="{url}rss-log/#node|short#/#file|urlescape#">rss</a>
25 <a href="{url}rss-log/{node|short}/{file|urlescape}">rss</a>
26 <br/>
26 <br/>
27 {nav%filenaventry}
27 {nav%filenaventry}
28 </div>
28 </div>
29
29
30 <div class="title" >#file|urlescape#</div>
30 <div class="title" >{file|urlescape}</div>
31
31
32 <table>
32 <table>
33 #entries%filelogentry#
33 {entries%filelogentry}
34 </table>
34 </table>
35
35
36 <div class="page_nav">
36 <div class="page_nav">
37 {nav%filenaventry}
37 {nav%filenaventry}
38 </div>
38 </div>
39
39
40 #footer#
40 {footer}
@@ -1,60 +1,60 b''
1 #header#
1 {header}
2 <title>{repo|escape}: {file|escape}@{node|short}</title>
2 <title>{repo|escape}: {file|escape}@{node|short}</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / file revision
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revision
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/#node|short##path|urlescape#{sessionvars%urlparameter}">files</a> |
21 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a> |
22 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> |
22 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
23 file |
23 file |
24 <a href="{url}log/{node|short}/#file|urlescape#{sessionvars%urlparameter}">revisions</a> |
24 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
25 <a href="{url}annotate/{node|short}/#file|urlescape#{sessionvars%urlparameter}">annotate</a> |
25 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
26 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
26 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
27 <a href="{url}raw-file/{node|short}/#file|urlescape#">raw</a><br/>
27 <a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a><br/>
28 </div>
28 </div>
29
29
30 <div class="title">#file|escape#</div>
30 <div class="title">{file|escape}</div>
31
31
32 <div class="title_text">
32 <div class="title_text">
33 <table cellspacing="0">
33 <table cellspacing="0">
34 <tr>
34 <tr>
35 <td>author</td>
35 <td>author</td>
36 <td>#author|obfuscate#</td></tr>
36 <td>{author|obfuscate}</td></tr>
37 <tr>
37 <tr>
38 <td></td>
38 <td></td>
39 <td>#date|date# (#date|age# ago)</td></tr>
39 <td>{date|date} ({date|age} ago)</td></tr>
40 #branch%filerevbranch#
40 {branch%filerevbranch}
41 <tr>
41 <tr>
42 <td>changeset {rev}</td>
42 <td>changeset {rev}</td>
43 <td style="font-family:monospace"><a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td></tr>
43 <td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
44 #parent%filerevparent#
44 {parent%filerevparent}
45 #child%filerevchild#
45 {child%filerevchild}
46 <tr>
46 <tr>
47 <td>permissions</td>
47 <td>permissions</td>
48 <td style="font-family:monospace">#permissions|permissions#</td></tr>
48 <td style="font-family:monospace">{permissions|permissions}</td></tr>
49 </table>
49 </table>
50 </div>
50 </div>
51
51
52 <div class="page_path">
52 <div class="page_path">
53 {desc|strip|escape|addbreaks|nonempty}
53 {desc|strip|escape|addbreaks|nonempty}
54 </div>
54 </div>
55
55
56 <div class="page_body">
56 <div class="page_body">
57 #text%fileline#
57 {text%fileline}
58 </div>
58 </div>
59
59
60 #footer#
60 {footer}
@@ -1,121 +1,121 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Graph</title>
2 <title>{repo|escape}: Graph</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
7 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
8 </head>
8 </head>
9 <body>
9 <body>
10
10
11 <div class="page_header">
11 <div class="page_header">
12 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / graph
12 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / graph
13 </div>
13 </div>
14
14
15 <form action="{url}log">
15 <form action="{url}log">
16 {sessionvars%hiddenformentry}
16 {sessionvars%hiddenformentry}
17 <div class="search">
17 <div class="search">
18 <input type="text" name="rev" />
18 <input type="text" name="rev" />
19 </div>
19 </div>
20 </form>
20 </form>
21 <div class="page_nav">
21 <div class="page_nav">
22 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
22 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
24 <a href="{url}log/#rev#{sessionvars%urlparameter}">changelog</a> |
24 <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a> |
25 graph |
25 graph |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
28 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
28 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
29 <br/>
29 <br/>
30 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
30 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
31 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
31 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
32 | #changenav%navgraphentry#<br/>
32 | {changenav%navgraphentry}<br/>
33 </div>
33 </div>
34
34
35 <div class="title">&nbsp;</div>
35 <div class="title">&nbsp;</div>
36
36
37 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
37 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
38
38
39 <div id="wrapper">
39 <div id="wrapper">
40 <ul id="nodebgs"></ul>
40 <ul id="nodebgs"></ul>
41 <canvas id="graph" width="224" height="#canvasheight#"></canvas>
41 <canvas id="graph" width="224" height="{canvasheight}"></canvas>
42 <ul id="graphnodes"></ul>
42 <ul id="graphnodes"></ul>
43 </div>
43 </div>
44
44
45 <script type="text/javascript" src="#staticurl#graph.js"></script>
45 <script type="text/javascript" src="{staticurl}graph.js"></script>
46 <script>
46 <script>
47 <!-- hide script content
47 <!-- hide script content
48
48
49 var data = {jsdata|json};
49 var data = {jsdata|json};
50 var graph = new Graph();
50 var graph = new Graph();
51 graph.scale({bg_height});
51 graph.scale({bg_height});
52
52
53 graph.edge = function(x0, y0, x1, y1, color) {
53 graph.edge = function(x0, y0, x1, y1, color) {
54
54
55 this.setColor(color, 0.0, 0.65);
55 this.setColor(color, 0.0, 0.65);
56 this.ctx.beginPath();
56 this.ctx.beginPath();
57 this.ctx.moveTo(x0, y0);
57 this.ctx.moveTo(x0, y0);
58 this.ctx.lineTo(x1, y1);
58 this.ctx.lineTo(x1, y1);
59 this.ctx.stroke();
59 this.ctx.stroke();
60
60
61 }
61 }
62
62
63 var revlink = '<li style="_STYLE"><span class="desc">';
63 var revlink = '<li style="_STYLE"><span class="desc">';
64 revlink += '<a class="list" href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID"><b>_DESC</b></a>';
64 revlink += '<a class="list" href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID"><b>_DESC</b></a>';
65 revlink += '</span> _TAGS';
65 revlink += '</span> _TAGS';
66 revlink += '<span class="info">_DATE ago, by _USER</span></li>';
66 revlink += '<span class="info">_DATE ago, by _USER</span></li>';
67
67
68 graph.vertex = function(x, y, color, parity, cur) {
68 graph.vertex = function(x, y, color, parity, cur) {
69
69
70 this.ctx.beginPath();
70 this.ctx.beginPath();
71 color = this.setColor(color, 0.25, 0.75);
71 color = this.setColor(color, 0.25, 0.75);
72 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
72 this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
73 this.ctx.fill();
73 this.ctx.fill();
74
74
75 var bg = '<li class="bg parity' + parity + '"></li>';
75 var bg = '<li class="bg parity' + parity + '"></li>';
76 var left = (this.columns + 1) * this.bg_height;
76 var left = (this.columns + 1) * this.bg_height;
77 var nstyle = 'padding-left: ' + left + 'px;';
77 var nstyle = 'padding-left: ' + left + 'px;';
78 var item = revlink.replace(/_STYLE/, nstyle);
78 var item = revlink.replace(/_STYLE/, nstyle);
79 item = item.replace(/_PARITY/, 'parity' + parity);
79 item = item.replace(/_PARITY/, 'parity' + parity);
80 item = item.replace(/_NODEID/, cur[0]);
80 item = item.replace(/_NODEID/, cur[0]);
81 item = item.replace(/_NODEID/, cur[0]);
81 item = item.replace(/_NODEID/, cur[0]);
82 item = item.replace(/_DESC/, cur[3]);
82 item = item.replace(/_DESC/, cur[3]);
83 item = item.replace(/_USER/, cur[4]);
83 item = item.replace(/_USER/, cur[4]);
84 item = item.replace(/_DATE/, cur[5]);
84 item = item.replace(/_DATE/, cur[5]);
85
85
86 var tagspan = '';
86 var tagspan = '';
87 if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
87 if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
88 tagspan = '<span class="logtags">';
88 tagspan = '<span class="logtags">';
89 if (cur[6][1]) {
89 if (cur[6][1]) {
90 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
90 tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
91 tagspan += cur[6][0] + '</span> ';
91 tagspan += cur[6][0] + '</span> ';
92 } else if (!cur[6][1] && cur[6][0] != 'default') {
92 } else if (!cur[6][1] && cur[6][0] != 'default') {
93 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
93 tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
94 tagspan += cur[6][0] + '</span> ';
94 tagspan += cur[6][0] + '</span> ';
95 }
95 }
96 if (cur[7].length) {
96 if (cur[7].length) {
97 for (var t in cur[7]) {
97 for (var t in cur[7]) {
98 var tag = cur[7][t];
98 var tag = cur[7][t];
99 tagspan += '<span class="tagtag">' + tag + '</span> ';
99 tagspan += '<span class="tagtag">' + tag + '</span> ';
100 }
100 }
101 }
101 }
102 tagspan += '</span>';
102 tagspan += '</span>';
103 }
103 }
104
104
105 item = item.replace(/_TAGS/, tagspan);
105 item = item.replace(/_TAGS/, tagspan);
106 return [bg, item];
106 return [bg, item];
107
107
108 }
108 }
109
109
110 graph.render(data);
110 graph.render(data);
111
111
112 // stop hiding script -->
112 // stop hiding script -->
113 </script>
113 </script>
114
114
115 <div class="page_nav">
115 <div class="page_nav">
116 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
116 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
117 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
117 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
118 | {changenav%navgraphentry}
118 | {changenav%navgraphentry}
119 </div>
119 </div>
120
120
121 #footer#
121 {footer}
@@ -1,26 +1,26 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 <div class="page_header">
6 <div class="page_header">
7 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a>
7 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a>
8 Repositories list
8 Repositories list
9 </div>
9 </div>
10
10
11 <table cellspacing="0">
11 <table cellspacing="0">
12 <tr>
12 <tr>
13 <td><a href="?sort=#sort_name#">Name</a></td>
13 <td><a href="?sort={sort_name}">Name</a></td>
14 <td><a href="?sort=#sort_description#">Description</a></td>
14 <td><a href="?sort={sort_description}">Description</a></td>
15 <td><a href="?sort=#sort_contact#">Contact</a></td>
15 <td><a href="?sort={sort_contact}">Contact</a></td>
16 <td><a href="?sort=#sort_lastchange#">Last change</a></td>
16 <td><a href="?sort={sort_lastchange}">Last change</a></td>
17 <td>&nbsp;</td>
17 <td>&nbsp;</td>
18 <td>&nbsp;</td>
18 <td>&nbsp;</td>
19 </tr>
19 </tr>
20 #entries%indexentry#
20 {entries%indexentry}
21 </table>
21 </table>
22 <div class="page_footer">
22 <div class="page_footer">
23 #motd#
23 {motd}
24 </div>
24 </div>
25 </body>
25 </body>
26 </html>
26 </html>
@@ -1,38 +1,38 b''
1 #header#
1 {header}
2 <title>#repo|escape#: files</title>
2 <title>{repo|escape}: files</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / files
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / files
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 files |
21 files |
22 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> #archives%archiveentry#<br/>
22 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> {archives%archiveentry}<br/>
23 </div>
23 </div>
24
24
25 <div class="title">#path|escape# <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></div>
25 <div class="title">{path|escape} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></div>
26 <table cellspacing="0">
26 <table cellspacing="0">
27 <tr class="parity#upparity#">
27 <tr class="parity{upparity}">
28 <td style="font-family:monospace">drwxr-xr-x</td>
28 <td style="font-family:monospace">drwxr-xr-x</td>
29 <td style="font-family:monospace"></td>
29 <td style="font-family:monospace"></td>
30 <td style="font-family:monospace"></td>
30 <td style="font-family:monospace"></td>
31 <td><a href="{url}file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a></td>
31 <td><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
32 <td class="link">&nbsp;</td>
32 <td class="link">&nbsp;</td>
33 </tr>
33 </tr>
34 #dentries%direntry#
34 {dentries%direntry}
35 #fentries%fileentry#
35 {fentries%fileentry}
36 </table>
36 </table>
37
37
38 #footer#
38 {footer}
@@ -1,245 +1,245 b''
1 default = 'summary'
1 default = 'summary'
2 mimetype = 'text/html; charset={encoding}'
2 mimetype = 'text/html; charset={encoding}'
3 header = header.tmpl
3 header = header.tmpl
4 footer = footer.tmpl
4 footer = footer.tmpl
5 search = search.tmpl
5 search = search.tmpl
6 changelog = changelog.tmpl
6 changelog = changelog.tmpl
7 summary = summary.tmpl
7 summary = summary.tmpl
8 error = error.tmpl
8 error = error.tmpl
9 notfound = notfound.tmpl
9 notfound = notfound.tmpl
10 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
10 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
11 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
11 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
12 navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
12 navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
13 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
13 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
14 filedifflink = '<a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">#file|escape#</a> '
14 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
15 filenodelink = '
15 filenodelink = '
16 <tr class="parity#parity#">
16 <tr class="parity{parity}">
17 <td><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">#file|escape#</a></td>
17 <td><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
18 <td></td>
18 <td></td>
19 <td class="link">
19 <td class="link">
20 <a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">file</a> |
20 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
21 <a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">annotate</a> |
21 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
22 <a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">diff</a> |
22 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
23 <a href="#url#log/#node|short#/#file|urlescape#{sessionvars%urlparameter}">revisions</a>
23 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
24 </td>
24 </td>
25 </tr>'
25 </tr>'
26 filenolink = '
26 filenolink = '
27 <tr class="parity#parity#">
27 <tr class="parity{parity}">
28 <td><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">#file|escape#</a></td>
28 <td><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></td>
29 <td></td>
29 <td></td>
30 <td class="link">
30 <td class="link">
31 file |
31 file |
32 annotate |
32 annotate |
33 <a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">diff</a> |
33 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
34 <a href="#url#log/#node|short#/#file|urlescape#{sessionvars%urlparameter}">revisions</a>
34 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
35 </td>
35 </td>
36 </tr>'
36 </tr>'
37 fileellipses = '...'
37 fileellipses = '...'
38 changelogentry = changelogentry.tmpl
38 changelogentry = changelogentry.tmpl
39 searchentry = changelogentry.tmpl
39 searchentry = changelogentry.tmpl
40 changeset = changeset.tmpl
40 changeset = changeset.tmpl
41 manifest = manifest.tmpl
41 manifest = manifest.tmpl
42 direntry = '
42 direntry = '
43 <tr class="parity#parity#">
43 <tr class="parity{parity}">
44 <td style="font-family:monospace">drwxr-xr-x</td>
44 <td style="font-family:monospace">drwxr-xr-x</td>
45 <td style="font-family:monospace"></td>
45 <td style="font-family:monospace"></td>
46 <td style="font-family:monospace"></td>
46 <td style="font-family:monospace"></td>
47 <td>
47 <td>
48 <a href="#url#file/#node|short##path|urlescape#{sessionvars%urlparameter}">#basename|escape#</a>
48 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>
49 <a href="#url#file/#node|short##path|urlescape#/#emptydirs|urlescape#{sessionvars%urlparameter}">#emptydirs|escape#</a>
49 <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a>
50 </td>
50 </td>
51 <td class="link">
51 <td class="link">
52 <a href="#url#file/#node|short##path|urlescape#{sessionvars%urlparameter}">files</a>
52 <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a>
53 </td>
53 </td>
54 </tr>'
54 </tr>'
55 fileentry = '
55 fileentry = '
56 <tr class="parity#parity#">
56 <tr class="parity{parity}">
57 <td style="font-family:monospace">#permissions|permissions#</td>
57 <td style="font-family:monospace">{permissions|permissions}</td>
58 <td style="font-family:monospace" align=right>#date|isodate#</td>
58 <td style="font-family:monospace" align=right>{date|isodate}</td>
59 <td style="font-family:monospace" align=right>#size#</td>
59 <td style="font-family:monospace" align=right>{size}</td>
60 <td class="list">
60 <td class="list">
61 <a class="list" href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">#basename|escape#</a>
61 <a class="list" href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>
62 </td>
62 </td>
63 <td class="link">
63 <td class="link">
64 <a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">file</a> |
64 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
65 <a href="#url#log/#node|short#/#file|urlescape#{sessionvars%urlparameter}">revisions</a> |
65 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
66 <a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">annotate</a>
66 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a>
67 </td>
67 </td>
68 </tr>'
68 </tr>'
69 filerevision = filerevision.tmpl
69 filerevision = filerevision.tmpl
70 fileannotate = fileannotate.tmpl
70 fileannotate = fileannotate.tmpl
71 filediff = filediff.tmpl
71 filediff = filediff.tmpl
72 filelog = filelog.tmpl
72 filelog = filelog.tmpl
73 fileline = '<div style="font-family:monospace" class="parity#parity#"><pre><a class="linenr" href="##lineid#" id="#lineid#">#linenumber#</a> #line|escape#</pre></div>'
73 fileline = '<div style="font-family:monospace" class="parity{parity}"><pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</pre></div>'
74 annotateline = '
74 annotateline = '
75 <tr style="font-family:monospace" class="parity#parity#">
75 <tr style="font-family:monospace" class="parity{parity}">
76 <td class="linenr" style="text-align: right;">
76 <td class="linenr" style="text-align: right;">
77 <a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}#l{targetline}"
77 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
78 title="{node|short}: {desc|escape|firstline}">#author|user#@#rev#</a>
78 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
79 </td>
79 </td>
80 <td><pre><a class="linenr" href="##lineid#" id="#lineid#">#linenumber#</a></pre></td>
80 <td><pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a></pre></td>
81 <td><pre>#line|escape#</pre></td>
81 <td><pre>{line|escape}</pre></td>
82 </tr>'
82 </tr>'
83 difflineplus = '<span style="color:#008800;"><a class="linenr" href="##lineid#" id="#lineid#">#linenumber#</a> #line|escape#</span>'
83 difflineplus = '<span style="color:#008800;"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
84 difflineminus = '<span style="color:#cc0000;"><a class="linenr" href="##lineid#" id="#lineid#">#linenumber#</a> #line|escape#</span>'
84 difflineminus = '<span style="color:#cc0000;"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
85 difflineat = '<span style="color:#990099;"><a class="linenr" href="##lineid#" id="#lineid#">#linenumber#</a> #line|escape#</span>'
85 difflineat = '<span style="color:#990099;"><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
86 diffline = '<span><a class="linenr" href="##lineid#" id="#lineid#">#linenumber#</a> #line|escape#</span>'
86 diffline = '<span><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</span>'
87 changelogparent = '
87 changelogparent = '
88 <tr>
88 <tr>
89 <th class="parent">parent #rev#:</th>
89 <th class="parent">parent {rev}:</th>
90 <td class="parent">
90 <td class="parent">
91 <a href="#url#rev/#node|short#{sessionvars%urlparameter}">#node|short#</a>
91 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
92 </td>
92 </td>
93 </tr>'
93 </tr>'
94 changesetbranch = '<tr><td>branch</td><td>{name}</td></tr>'
94 changesetbranch = '<tr><td>branch</td><td>{name}</td></tr>'
95 changesetparent = '
95 changesetparent = '
96 <tr>
96 <tr>
97 <td>parent {rev}</td>
97 <td>parent {rev}</td>
98 <td style="font-family:monospace">
98 <td style="font-family:monospace">
99 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
99 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
100 </td>
100 </td>
101 </tr>'
101 </tr>'
102 filerevbranch = '<tr><td>branch</td><td>{name}</td></tr>'
102 filerevbranch = '<tr><td>branch</td><td>{name}</td></tr>'
103 filerevparent = '
103 filerevparent = '
104 <tr>
104 <tr>
105 <td>parent {rev}</td>
105 <td>parent {rev}</td>
106 <td style="font-family:monospace">
106 <td style="font-family:monospace">
107 <a class="list" href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
107 <a class="list" href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
108 {rename%filerename}{node|short}
108 {rename%filerename}{node|short}
109 </a>
109 </a>
110 </td>
110 </td>
111 </tr>'
111 </tr>'
112 filerename = '{file|escape}@'
112 filerename = '{file|escape}@'
113 filelogrename = '| <a href="{url}file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">base</a>'
113 filelogrename = '| <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">base</a>'
114 fileannotateparent = '
114 fileannotateparent = '
115 <tr>
115 <tr>
116 <td>parent {rev}</td>
116 <td>parent {rev}</td>
117 <td style="font-family:monospace">
117 <td style="font-family:monospace">
118 <a class="list" href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
118 <a class="list" href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
119 {rename%filerename}{node|short}
119 {rename%filerename}{node|short}
120 </a>
120 </a>
121 </td>
121 </td>
122 </tr>'
122 </tr>'
123 changelogchild = '
123 changelogchild = '
124 <tr>
124 <tr>
125 <th class="child">child #rev#:</th>
125 <th class="child">child {rev}:</th>
126 <td class="child"><a href="{url}rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td>
126 <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
127 </tr>'
127 </tr>'
128 changesetchild = '
128 changesetchild = '
129 <tr>
129 <tr>
130 <td>child {rev}</td>
130 <td>child {rev}</td>
131 <td style="font-family:monospace">
131 <td style="font-family:monospace">
132 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
132 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
133 </td>
133 </td>
134 </tr>'
134 </tr>'
135 filerevchild = '
135 filerevchild = '
136 <tr>
136 <tr>
137 <td>child {rev}</td>
137 <td>child {rev}</td>
138 <td style="font-family:monospace">
138 <td style="font-family:monospace">
139 <a class="list" href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
139 <a class="list" href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
140 </tr>'
140 </tr>'
141 fileannotatechild = '
141 fileannotatechild = '
142 <tr>
142 <tr>
143 <td>child {rev}</td>
143 <td>child {rev}</td>
144 <td style="font-family:monospace">
144 <td style="font-family:monospace">
145 <a class="list" href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
145 <a class="list" href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
146 </tr>'
146 </tr>'
147 tags = tags.tmpl
147 tags = tags.tmpl
148 tagentry = '
148 tagentry = '
149 <tr class="parity#parity#">
149 <tr class="parity{parity}">
150 <td class="age"><i>#date|age# ago</i></td>
150 <td class="age"><i>{date|age} ago</i></td>
151 <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>#tag|escape#</b></a></td>
151 <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{tag|escape}</b></a></td>
152 <td class="link">
152 <td class="link">
153 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> |
153 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
154 <a href="{url}log/#node|short#{sessionvars%urlparameter}">changelog</a> |
154 <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
155 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
155 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
156 </td>
156 </td>
157 </tr>'
157 </tr>'
158 branches = branches.tmpl
158 branches = branches.tmpl
159 branchentry = '
159 branchentry = '
160 <tr class="parity{parity}">
160 <tr class="parity{parity}">
161 <td class="age"><i>{date|age} ago</i></td>
161 <td class="age"><i>{date|age} ago</i></td>
162 <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>
162 <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>
163 <td>{branch|escape}</td>
163 <td>{branch|escape}</td>
164 <td class="link">
164 <td class="link">
165 <a href="{url}changeset/{node|short}{sessionvars%urlparameter}">changeset</a> |
165 <a href="{url}changeset/{node|short}{sessionvars%urlparameter}">changeset</a> |
166 <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
166 <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
167 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
167 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
168 </td>
168 </td>
169 </tr>'
169 </tr>'
170 diffblock = '<pre>#lines#</pre>'
170 diffblock = '<pre>{lines}</pre>'
171 filediffparent = '
171 filediffparent = '
172 <tr>
172 <tr>
173 <td>parent {rev}</td>
173 <td>parent {rev}</td>
174 <td style="font-family:monospace">
174 <td style="font-family:monospace">
175 <a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
175 <a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
176 {node|short}
176 {node|short}
177 </a>
177 </a>
178 </td>
178 </td>
179 </tr>'
179 </tr>'
180 filelogparent = '
180 filelogparent = '
181 <tr>
181 <tr>
182 <td align="right">parent #rev#:&nbsp;</td>
182 <td align="right">parent {rev}:&nbsp;</td>
183 <td><a href="{url}file/{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td>
183 <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
184 </tr>'
184 </tr>'
185 filediffchild = '
185 filediffchild = '
186 <tr>
186 <tr>
187 <td>child {rev}</td>
187 <td>child {rev}</td>
188 <td style="font-family:monospace">
188 <td style="font-family:monospace">
189 <a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
189 <a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
190 </td>
190 </td>
191 </tr>'
191 </tr>'
192 filelogchild = '
192 filelogchild = '
193 <tr>
193 <tr>
194 <td align="right">child #rev#:&nbsp;</td>
194 <td align="right">child {rev}:&nbsp;</td>
195 <td><a href="{url}file{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td>
195 <td><a href="{url}file{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
196 </tr>'
196 </tr>'
197 shortlog = shortlog.tmpl
197 shortlog = shortlog.tmpl
198 graph = graph.tmpl
198 graph = graph.tmpl
199 tagtag = '<span class="tagtag" title="{name}">{name}</span> '
199 tagtag = '<span class="tagtag" title="{name}">{name}</span> '
200 branchtag = '<span class="branchtag" title="{name}">{name}</span> '
200 branchtag = '<span class="branchtag" title="{name}">{name}</span> '
201 inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> '
201 inbranchtag = '<span class="inbranchtag" title="{name}">{name}</span> '
202 shortlogentry = '
202 shortlogentry = '
203 <tr class="parity#parity#">
203 <tr class="parity{parity}">
204 <td class="age"><i>#date|age# ago</i></td>
204 <td class="age"><i>{date|age} ago</i></td>
205 <td><i>#author|person#</i></td>
205 <td><i>{author|person}</i></td>
206 <td>
206 <td>
207 <a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}">
207 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">
208 <b>#desc|strip|firstline|escape|nonempty#</b>
208 <b>{desc|strip|firstline|escape|nonempty}</b>
209 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span>
209 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span>
210 </a>
210 </a>
211 </td>
211 </td>
212 <td class="link" nowrap>
212 <td class="link" nowrap>
213 <a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> |
213 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
214 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
214 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
215 </td>
215 </td>
216 </tr>'
216 </tr>'
217 filelogentry = '
217 filelogentry = '
218 <tr class="parity#parity#">
218 <tr class="parity{parity}">
219 <td class="age"><i>#date|age# ago</i></td>
219 <td class="age"><i>{date|age} ago</i></td>
220 <td>
220 <td>
221 <a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}">
221 <a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">
222 <b>#desc|strip|firstline|escape|nonempty#</b>
222 <b>{desc|strip|firstline|escape|nonempty}</b>
223 </a>
223 </a>
224 </td>
224 </td>
225 <td class="link">
225 <td class="link">
226 <a href="{url}file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url}diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url}annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">annotate</a> #rename%filelogrename#</td>
226 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a>&nbsp;|&nbsp;<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a>&nbsp;|&nbsp;<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> {rename%filelogrename}</td>
227 </tr>'
227 </tr>'
228 archiveentry = ' | <a href="{url}archive/{node|short}{extension}">#type|escape#</a> '
228 archiveentry = ' | <a href="{url}archive/{node|short}{extension}">{type|escape}</a> '
229 indexentry = '
229 indexentry = '
230 <tr class="parity{parity}">
230 <tr class="parity{parity}">
231 <td>
231 <td>
232 <a class="list" href="{url}{sessionvars%urlparameter}">
232 <a class="list" href="{url}{sessionvars%urlparameter}">
233 <b>{name|escape}</b>
233 <b>{name|escape}</b>
234 </a>
234 </a>
235 </td>
235 </td>
236 <td>{description}</td>
236 <td>{description}</td>
237 <td>{contact|obfuscate}</td>
237 <td>{contact|obfuscate}</td>
238 <td class="age">{lastchange|age} ago</td>
238 <td class="age">{lastchange|age} ago</td>
239 <td class="indexlinks">{archives%indexarchiveentry}</td>
239 <td class="indexlinks">{archives%indexarchiveentry}</td>
240 <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td>
240 <td><div class="rss_logo"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></div></td>
241 </tr>\n'
241 </tr>\n'
242 indexarchiveentry = ' <a href="{url}archive/{node|short}{extension}">{type|escape}</a> '
242 indexarchiveentry = ' <a href="{url}archive/{node|short}{extension}">{type|escape}</a> '
243 index = index.tmpl
243 index = index.tmpl
244 urlparameter = '#separator##name#=#value|urlescape#'
244 urlparameter = '{separator}{name}={value|urlescape}'
245 hiddenformentry = '<input type="hidden" name="#name#" value="#value|escape#" />'
245 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
@@ -1,36 +1,36 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Search</title>
2 <title>{repo|escape}: Search</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / search
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / search
12
12
13 <form action="{url}log">
13 <form action="{url}log">
14 {sessionvars%hiddenformentry}
14 {sessionvars%hiddenformentry}
15 <div class="search">
15 <div class="search">
16 <input type="text" name="rev" value="#query|escape#" />
16 <input type="text" name="rev" value="{query|escape}" />
17 </div>
17 </div>
18 </form>
18 </form>
19 </div>
19 </div>
20
20
21 <div class="page_nav">
21 <div class="page_nav">
22 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
22 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
24 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
24 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
25 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
25 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
28 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>#archives%archiveentry#
28 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}
29 <br/>
29 <br/>
30 </div>
30 </div>
31
31
32 <div class="title">searching for #query|escape#</div>
32 <div class="title">searching for {query|escape}</div>
33
33
34 #entries#
34 {entries}
35
35
36 #footer#
36 {footer}
@@ -1,41 +1,41 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Shortlog</title>
2 <title>{repo|escape}: Shortlog</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / shortlog
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / shortlog
12 </div>
12 </div>
13
13
14 <form action="{url}log">
14 <form action="{url}log">
15 {sessionvars%hiddenformentry}
15 {sessionvars%hiddenformentry}
16 <div class="search">
16 <div class="search">
17 <input type="text" name="rev" />
17 <input type="text" name="rev" />
18 </div>
18 </div>
19 </form>
19 </form>
20 <div class="page_nav">
20 <div class="page_nav">
21 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
21 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
22 shortlog |
22 shortlog |
23 <a href="{url}log/#rev#{sessionvars%urlparameter}">changelog</a> |
23 <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a> |
24 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
24 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
25 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
25 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
26 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
26 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
27 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>#archives%archiveentry#
27 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}
28 <br/>
28 <br/>
29 #changenav%navshortentry#<br/>
29 {changenav%navshortentry}<br/>
30 </div>
30 </div>
31
31
32 <div class="title">&nbsp;</div>
32 <div class="title">&nbsp;</div>
33 <table cellspacing="0">
33 <table cellspacing="0">
34 #entries%shortlogentry#
34 {entries%shortlogentry}
35 </table>
35 </table>
36
36
37 <div class="page_nav">
37 <div class="page_nav">
38 #changenav%navshortentry#
38 {changenav%navshortentry}
39 </div>
39 </div>
40
40
41 #footer#
41 {footer}
@@ -1,58 +1,58 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Summary</title>
2 <title>{repo|escape}: Summary</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / summary
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / summary
12
12
13 <form action="{url}log">
13 <form action="{url}log">
14 {sessionvars%hiddenformentry}
14 {sessionvars%hiddenformentry}
15 <div class="search">
15 <div class="search">
16 <input type="text" name="rev" />
16 <input type="text" name="rev" />
17 </div>
17 </div>
18 </form>
18 </form>
19 </div>
19 </div>
20
20
21 <div class="page_nav">
21 <div class="page_nav">
22 summary |
22 summary |
23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
24 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
24 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
25 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
25 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
26 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
27 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
28 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>#archives%archiveentry#
28 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}
29 <br/>
29 <br/>
30 </div>
30 </div>
31
31
32 <div class="title">&nbsp;</div>
32 <div class="title">&nbsp;</div>
33 <table cellspacing="0">
33 <table cellspacing="0">
34 <tr><td>description</td><td>#desc#</td></tr>
34 <tr><td>description</td><td>{desc}</td></tr>
35 <tr><td>owner</td><td>#owner|obfuscate#</td></tr>
35 <tr><td>owner</td><td>{owner|obfuscate}</td></tr>
36 <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr>
36 <tr><td>last change</td><td>{lastchange|rfc822date}</td></tr>
37 </table>
37 </table>
38
38
39 <div><a class="title" href="{url}shortlog{sessionvars%urlparameter}">changes</a></div>
39 <div><a class="title" href="{url}shortlog{sessionvars%urlparameter}">changes</a></div>
40 <table cellspacing="0">
40 <table cellspacing="0">
41 #shortlog#
41 {shortlog}
42 <tr class="light"><td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td></tr>
42 <tr class="light"><td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td></tr>
43 </table>
43 </table>
44
44
45 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>
45 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>
46 <table cellspacing="0">
46 <table cellspacing="0">
47 #tags#
47 {tags}
48 <tr class="light"><td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td></tr>
48 <tr class="light"><td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td></tr>
49 </table>
49 </table>
50
50
51 <div><a class="title" href="#">branches</a></div>
51 <div><a class="title" href="#">branches</a></div>
52 <table cellspacing="0">
52 <table cellspacing="0">
53 {branches%branchentry}
53 {branches%branchentry}
54 <tr class="light">
54 <tr class="light">
55 <td colspan="4"><a class="list" href="#">...</a></td>
55 <td colspan="4"><a class="list" href="#">...</a></td>
56 </tr>
56 </tr>
57 </table>
57 </table>
58 #footer#
58 {footer}
@@ -1,30 +1,30 b''
1 #header#
1 {header}
2 <title>#repo|escape#: Tags</title>
2 <title>{repo|escape}: Tags</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-tags" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-tags" title="RSS feed for {repo|escape}"/>
7 </head>
7 </head>
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / tags
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / tags
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 tags |
19 tags |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
21 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
22 <br/>
22 <br/>
23 </div>
23 </div>
24
24
25 <div class="title">&nbsp;</div>
25 <div class="title">&nbsp;</div>
26 <table cellspacing="0">
26 <table cellspacing="0">
27 #entries%tagentry#
27 {entries%tagentry}
28 </table>
28 </table>
29
29
30 #footer#
30 {footer}
General Comments 0
You need to be logged in to leave comments. Login now