##// END OF EJS Templates
[hgweb] links to shortlog for the default templates
Josef "Jeff" Sipek -
r2687:46b19175 default
parent child Browse files
Show More
@@ -1,37 +1,38 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="?cmd=changelog;style=rss" 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="?cmd=tags">tags</a>
10 <a href="?cmd=tags">tags</a>
10 <a href="?mf=#manifest|short#;path=/">manifest</a>
11 <a href="?mf=#manifest|short#;path=/">manifest</a>
11 #archives%archiveentry#
12 #archives%archiveentry#
12 <a type="application/rss+xml" href="?style=rss">rss</a>
13 <a type="application/rss+xml" href="?style=rss">rss</a>
13 </div>
14 </div>
14
15
15 <h2>changelog for #repo|escape#</h2>
16 <h2>changelog for #repo|escape#</h2>
16
17
17 <form action="#">
18 <form action="#">
18 <p>
19 <p>
19 <label for="search1">search:</label>
20 <label for="search1">search:</label>
20 <input type="hidden" name="cmd" value="changelog">
21 <input type="hidden" name="cmd" value="changelog">
21 <input name="rev" id="search1" type="text" size="30">
22 <input name="rev" id="search1" type="text" size="30">
22 navigate: <small class="navigate">#changenav%naventry#</small>
23 navigate: <small class="navigate">#changenav%naventry#</small>
23 </p>
24 </p>
24 </form>
25 </form>
25
26
26 #entries%changelogentry#
27 #entries%changelogentry#
27
28
28 <form action="#">
29 <form action="#">
29 <p>
30 <p>
30 <label for="search2">search:</label>
31 <label for="search2">search:</label>
31 <input type="hidden" name="cmd" value="changelog">
32 <input type="hidden" name="cmd" value="changelog">
32 <input name="rev" id="search2" type="text" size="30">
33 <input name="rev" id="search2" type="text" size="30">
33 navigate: <small class="navigate">#changenav%naventry#</small>
34 navigate: <small class="navigate">#changenav%naventry#</small>
34 </p>
35 </p>
35 </form>
36 </form>
36
37
37 #footer#
38 #footer#
@@ -1,46 +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="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="?cmd=tags">tags</a>
9 <a href="?cmd=tags">tags</a>
9 <a href="?mf=#manifest|short#;path=/">manifest</a>
10 <a href="?mf=#manifest|short#;path=/">manifest</a>
10 <a href="?cs=#node|short#;style=raw">raw</a>
11 <a href="?cs=#node|short#;style=raw">raw</a>
11 #archives%archiveentry#
12 #archives%archiveentry#
12 </div>
13 </div>
13
14
14 <h2>changeset: #desc|strip|escape|firstline#</h2>
15 <h2>changeset: #desc|strip|escape|firstline#</h2>
15
16
16 <table id="changesetEntry">
17 <table id="changesetEntry">
17 <tr>
18 <tr>
18 <th class="changeset">changeset #rev#:</th>
19 <th class="changeset">changeset #rev#:</th>
19 <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
20 <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
20 </tr>
21 </tr>
21 #parent%changesetparent#
22 #parent%changesetparent#
22 #child%changesetchild#
23 #child%changesetchild#
23 #changesettag#
24 #changesettag#
24 <tr>
25 <tr>
25 <th class="author">author:</th>
26 <th class="author">author:</th>
26 <td class="author">#author|obfuscate#</td>
27 <td class="author">#author|obfuscate#</td>
27 </tr>
28 </tr>
28 <tr>
29 <tr>
29 <th class="date">date:</th>
30 <th class="date">date:</th>
30 <td class="date">#date|date# (#date|age# ago)</td></tr>
31 <td class="date">#date|date# (#date|age# ago)</td></tr>
31 <tr>
32 <tr>
32 <th class="files">files:</th>
33 <th class="files">files:</th>
33 <td class="files">#files#</td></tr>
34 <td class="files">#files#</td></tr>
34 <tr>
35 <tr>
35 <th class="description">description:</th>
36 <th class="description">description:</th>
36 <td class="description">#desc|strip|escape|addbreaks#</td>
37 <td class="description">#desc|strip|escape|addbreaks#</td>
37 </tr>
38 </tr>
38 </table>
39 </table>
39
40
40 <div id="changesetDiff">
41 <div id="changesetDiff">
41 #diff#
42 #diff#
42 </div>
43 </div>
43
44
44 #footer#
45 #footer#
45
46
46
47
@@ -1,42 +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="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="?tags=">tags</a>
9 <a href="?tags=">tags</a>
9 <a href="?cs=#node|short#">changeset</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
11 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
11 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
12 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
12 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
13 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
13 <a href="?fa=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
14 <a href="?fa=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
14 </div>
15 </div>
15
16
16 <h2>Annotate #file|escape#</h2>
17 <h2>Annotate #file|escape#</h2>
17
18
18 <table>
19 <table>
19 <tr>
20 <tr>
20 <td class="metatag">changeset #rev#:</td>
21 <td class="metatag">changeset #rev#:</td>
21 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
22 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
22 #rename%filerename#
23 #rename%filerename#
23 #parent%fileannotateparent#
24 #parent%fileannotateparent#
24 #child%fileannotatechild#
25 #child%fileannotatechild#
25 <tr>
26 <tr>
26 <td class="metatag">author:</td>
27 <td class="metatag">author:</td>
27 <td>#author|obfuscate#</td></tr>
28 <td>#author|obfuscate#</td></tr>
28 <tr>
29 <tr>
29 <td class="metatag">date:</td>
30 <td class="metatag">date:</td>
30 <td>#date|date# (#date|age# ago)</td></tr>
31 <td>#date|date# (#date|age# ago)</td></tr>
31 <tr>
32 <tr>
32 <td class="metatag">permissions:</td>
33 <td class="metatag">permissions:</td>
33 <td>#permissions|permissions#</td></tr>
34 <td>#permissions|permissions#</td></tr>
34 </table>
35 </table>
35
36
36 <br/>
37 <br/>
37
38
38 <table cellspacing="0" cellpadding="0">
39 <table cellspacing="0" cellpadding="0">
39 #annotate%annotateline#
40 #annotate%annotateline#
40 </table>
41 </table>
41
42
42 #footer#
43 #footer#
@@ -1,33 +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="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="?tags=">tags</a>
9 <a href="?tags=">tags</a>
9 <a href="?cs=#node|short#">changeset</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
11 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
11 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
12 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
12 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
13 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
13 <a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a>
14 <a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a>
14 </div>
15 </div>
15
16
16 <h2>#file|escape#</h2>
17 <h2>#file|escape#</h2>
17
18
18 <table id="filediffEntry">
19 <table id="filediffEntry">
19 <tr>
20 <tr>
20 <th class="revision">revision #rev#:</th>
21 <th class="revision">revision #rev#:</th>
21 <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td>
22 <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td>
22 </tr>
23 </tr>
23 #parent%filediffparent#
24 #parent%filediffparent#
24 #child%filediffchild#
25 #child%filediffchild#
25 </table>
26 </table>
26
27
27 <div id="fileDiff">
28 <div id="fileDiff">
28 #diff#
29 #diff#
29 </div>
30 </div>
30
31
31 #footer#
32 #footer#
32
33
33
34
@@ -1,21 +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="?fl=0;file=#file|urlescape#;style=rss" 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="?cl=tip">changelog</a>
11 <a href="?sl=tip">shortlog</a>
11 <a href="?tags=">tags</a>
12 <a href="?tags=">tags</a>
12 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
13 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
13 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
14 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
14 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a>
15 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a>
15 </div>
16 </div>
16
17
17 <h2>#file|escape# revision history</h2>
18 <h2>#file|escape# revision history</h2>
18
19
19 #entries%filelogentry#
20 #entries%filelogentry#
20
21
21 #footer#
22 #footer#
@@ -1,40 +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="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="?tags=">tags</a>
9 <a href="?tags=">tags</a>
9 <a href="?cs=#node|short#">changeset</a>
10 <a href="?cs=#node|short#">changeset</a>
10 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
11 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
11 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
12 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
12 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
13 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
13 <a href="?f=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
14 <a href="?f=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
14 </div>
15 </div>
15
16
16 <h2>#file|escape#</h2>
17 <h2>#file|escape#</h2>
17
18
18 <table>
19 <table>
19 <tr>
20 <tr>
20 <td class="metatag">changeset #rev#:</td>
21 <td class="metatag">changeset #rev#:</td>
21 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
22 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
22 #rename%filerename#
23 #rename%filerename#
23 #parent%filerevparent#
24 #parent%filerevparent#
24 #child%filerevchild#
25 #child%filerevchild#
25 <tr>
26 <tr>
26 <td class="metatag">author:</td>
27 <td class="metatag">author:</td>
27 <td>#author|obfuscate#</td></tr>
28 <td>#author|obfuscate#</td></tr>
28 <tr>
29 <tr>
29 <td class="metatag">date:</td>
30 <td class="metatag">date:</td>
30 <td>#date|date# (#date|age# ago)</td></tr>
31 <td>#date|date# (#date|age# ago)</td></tr>
31 <tr>
32 <tr>
32 <td class="metatag">permissions:</td>
33 <td class="metatag">permissions:</td>
33 <td>#permissions|permissions#</td></tr>
34 <td>#permissions|permissions#</td></tr>
34 </table>
35 </table>
35
36
36 <pre>
37 <pre>
37 #text%fileline#
38 #text%fileline#
38 </pre>
39 </pre>
39
40
40 #footer#
41 #footer#
@@ -1,22 +1,23 b''
1 #header#
1 #header#
2 <title>#repo|escape#: manifest #manifest|short#</title>
2 <title>#repo|escape#: manifest #manifest|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="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
8 <a href="?tags=">tags</a>
9 <a href="?tags=">tags</a>
9 <a href="?cs=#node|short#">changeset</a>
10 <a href="?cs=#node|short#">changeset</a>
10 #archives%archiveentry#
11 #archives%archiveentry#
11 </div>
12 </div>
12
13
13 <h2>manifest for changeset #node|short#: #path|escape#</h2>
14 <h2>manifest for changeset #node|short#: #path|escape#</h2>
14
15
15 <table cellpadding="0" cellspacing="0">
16 <table cellpadding="0" cellspacing="0">
16 <tr class="parity1">
17 <tr class="parity1">
17 <td><tt>drwxr-xr-x</tt>&nbsp;
18 <td><tt>drwxr-xr-x</tt>&nbsp;
18 <td><a href="?mf=#manifest|short#;path=#up|urlescape#">[up]</a>
19 <td><a href="?mf=#manifest|short#;path=#up|urlescape#">[up]</a>
19 #dentries%manifestdirentry#
20 #dentries%manifestdirentry#
20 #fentries%manifestfileentry#
21 #fentries%manifestfileentry#
21 </table>
22 </table>
22 #footer#
23 #footer#
@@ -1,32 +1,33 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="?cl=tip">changelog</a>
8 <a href="?sl=tip">shortlog</a>
8 <a href="?tags=">tags</a>
9 <a href="?tags=">tags</a>
9 <a href="?mf=#manifest|short#;path=/">manifest</a>
10 <a href="?mf=#manifest|short#;path=/">manifest</a>
10 </div>
11 </div>
11
12
12 <h2>searching for #query|escape#</h2>
13 <h2>searching for #query|escape#</h2>
13
14
14 <form>
15 <form>
15 <p>
16 <p>
16 search:
17 search:
17 <input type="hidden" name="cmd" value="changelog">
18 <input type="hidden" name="cmd" value="changelog">
18 <input name="rev" type="text" width="30" value="#query|escape#">
19 <input name="rev" type="text" width="30" value="#query|escape#">
19 </p>
20 </p>
20 </form>
21 </form>
21
22
22 #entries#
23 #entries#
23
24
24 <form>
25 <form>
25 <p>
26 <p>
26 search:
27 search:
27 <input type="hidden" name="cmd" value="changelog">
28 <input type="hidden" name="cmd" value="changelog">
28 <input name="rev" type="text" width="30" value="#query|escape#">
29 <input name="rev" type="text" width="30" value="#query|escape#">
29 </p>
30 </p>
30 </form>
31 </form>
31
32
32 #footer#
33 #footer#
@@ -1,37 +1,38 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="?cmd=changelog;style=rss" 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="?cmd=tags">tags</a>
10 <a href="?cmd=tags">tags</a>
10 <a href="?mf=#manifest|short#;path=/">manifest</a>
11 <a href="?mf=#manifest|short#;path=/">manifest</a>
11 #archives%archiveentry#
12 #archives%archiveentry#
12 <a type="application/rss+xml" href="?style=rss">rss</a>
13 <a type="application/rss+xml" href="?style=rss">rss</a>
13 </div>
14 </div>
14
15
15 <h2>shortlog for #repo|escape#</h2>
16 <h2>shortlog for #repo|escape#</h2>
16
17
17 <form action="#">
18 <form action="#">
18 <p>
19 <p>
19 <label for="search1">search:</label>
20 <label for="search1">search:</label>
20 <input type="hidden" name="cmd" value="changelog">
21 <input type="hidden" name="cmd" value="changelog">
21 <input name="rev" id="search1" type="text" size="30">
22 <input name="rev" id="search1" type="text" size="30">
22 navigate: <small class="navigate">#changenav%navshortentry#</small>
23 navigate: <small class="navigate">#changenav%navshortentry#</small>
23 </p>
24 </p>
24 </form>
25 </form>
25
26
26 #entries%shortlogentry#
27 #entries%shortlogentry#
27
28
28 <form action="#">
29 <form action="#">
29 <p>
30 <p>
30 <label for="search2">search:</label>
31 <label for="search2">search:</label>
31 <input type="hidden" name="cmd" value="changelog">
32 <input type="hidden" name="cmd" value="changelog">
32 <input name="rev" id="search2" type="text" size="30">
33 <input name="rev" id="search2" type="text" size="30">
33 navigate: <small class="navigate">#changenav%navshortentry#</small>
34 navigate: <small class="navigate">#changenav%navshortentry#</small>
34 </p>
35 </p>
35 </form>
36 </form>
36
37
37 #footer#
38 #footer#
@@ -1,20 +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="?cmd=tags;style=rss" 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="?cl=tip">changelog</a>
10 <a href="?sl=tip">shortlog</a>
10 <a href="?mf=#manifest|short#;path=/">manifest</a>
11 <a href="?mf=#manifest|short#;path=/">manifest</a>
11 <a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
12 <a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
12 </div>
13 </div>
13
14
14 <h2>tags:</h2>
15 <h2>tags:</h2>
15
16
16 <ul id="tagEntries">
17 <ul id="tagEntries">
17 #entries%tagentry#
18 #entries%tagentry#
18 </ul>
19 </ul>
19
20
20 #footer#
21 #footer#
General Comments 0
You need to be logged in to leave comments. Login now