Show More
@@ -0,0 +1,37 b'' | |||||
|
1 | #header# | |||
|
2 | <title>#repo|escape#: shortlog</title> | |||
|
3 | <link rel="alternate" type="application/rss+xml" | |||
|
4 | href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> | |||
|
5 | </head> | |||
|
6 | <body> | |||
|
7 | ||||
|
8 | <div class="buttons"> | |||
|
9 | <a href="?cmd=tags">tags</a> | |||
|
10 | <a href="?mf=#manifest|short#;path=/">manifest</a> | |||
|
11 | #archives%archiveentry# | |||
|
12 | <a type="application/rss+xml" href="?style=rss">rss</a> | |||
|
13 | </div> | |||
|
14 | ||||
|
15 | <h2>shortlog for #repo|escape#</h2> | |||
|
16 | ||||
|
17 | <form action="#"> | |||
|
18 | <p> | |||
|
19 | <label for="search1">search:</label> | |||
|
20 | <input type="hidden" name="cmd" value="changelog"> | |||
|
21 | <input name="rev" id="search1" type="text" size="30"> | |||
|
22 | navigate: <small class="navigate">#changenav%navshortentry#</small> | |||
|
23 | </p> | |||
|
24 | </form> | |||
|
25 | ||||
|
26 | #entries%shortlogentry# | |||
|
27 | ||||
|
28 | <form action="#"> | |||
|
29 | <p> | |||
|
30 | <label for="search2">search:</label> | |||
|
31 | <input type="hidden" name="cmd" value="changelog"> | |||
|
32 | <input name="rev" id="search2" type="text" size="30"> | |||
|
33 | navigate: <small class="navigate">#changenav%navshortentry#</small> | |||
|
34 | </p> | |||
|
35 | </form> | |||
|
36 | ||||
|
37 | #footer# |
@@ -0,0 +1,7 b'' | |||||
|
1 | <table class="slogEntry parity#parity#"> | |||
|
2 | <tr> | |||
|
3 | <td class="age">#date|age#</td> | |||
|
4 | <td class="author">#author|obfuscate#</td> | |||
|
5 | <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td> | |||
|
6 | </tr> | |||
|
7 | </table> |
@@ -3,7 +3,10 b' header = header.tmpl' | |||||
3 | footer = footer.tmpl |
|
3 | footer = footer.tmpl | |
4 | search = search.tmpl |
|
4 | search = search.tmpl | |
5 | changelog = changelog.tmpl |
|
5 | changelog = changelog.tmpl | |
|
6 | shortlog = shortlog.tmpl | |||
|
7 | shortlogentry = shortlogentry.tmpl | |||
6 | naventry = '<a href="?cl=#rev#">#label|escape#</a> ' |
|
8 | naventry = '<a href="?cl=#rev#">#label|escape#</a> ' | |
|
9 | navshortentry = '<a href="?sl=#rev#">#label|escape#</a> ' | |||
7 | filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' |
|
10 | filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' | |
8 | filenodelink = '<a href="?f=#filenode|short#;file=#file|urlescape#">#file|escape#</a> ' |
|
11 | filenodelink = '<a href="?f=#filenode|short#;file=#file|urlescape#">#file|escape#</a> ' | |
9 | fileellipses = '...' |
|
12 | fileellipses = '...' |
@@ -57,6 +57,12 b' pre { margin: 0; }' | |||||
57 | .logEntry th.age, .logEntry th.firstline { font-weight: bold; } |
|
57 | .logEntry th.age, .logEntry th.firstline { font-weight: bold; } | |
58 | .logEntry th.firstline { text-align: left; width: inherit; } |
|
58 | .logEntry th.firstline { text-align: left; width: inherit; } | |
59 |
|
59 | |||
|
60 | /* Shortlog entries */ | |||
|
61 | .slogEntry { width: 100%; font-size: smaller; } | |||
|
62 | .slogEntry .age { width: 7%; } | |||
|
63 | .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } | |||
|
64 | .slogEntry td.author { width: 35%; } | |||
|
65 | ||||
60 | /* Tag entries */ |
|
66 | /* Tag entries */ | |
61 | #tagEntries { list-style: none; margin: 0; padding: 0; } |
|
67 | #tagEntries { list-style: none; margin: 0; padding: 0; } | |
62 | #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
|
68 | #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
General Comments 0
You need to be logged in to leave comments.
Login now