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