Show More
@@ -23,7 +23,7 b'' | |||||
23 | <div class="main"> |
|
23 | <div class="main"> | |
24 |
|
24 | |||
25 | <h2>{repo|escape}</h2> |
|
25 | <h2>{repo|escape}</h2> | |
26 | <h3>changeset {node|short} {changesettag}</h3> |
|
26 | <h3>changeset {rev}:{node|short} {changesettag}</h3> | |
27 |
|
27 | |||
28 | <form class="search" action="{url}log"> |
|
28 | <form class="search" action="{url}log"> | |
29 | {sessionvars%hiddenformentry} |
|
29 | {sessionvars%hiddenformentry} |
@@ -28,7 +28,7 b'' | |||||
28 |
|
28 | |||
29 | <div class="main"> |
|
29 | <div class="main"> | |
30 | <h2>{repo|escape}</h2> |
|
30 | <h2>{repo|escape}</h2> | |
31 | <h3>Annotate {file|escape} @ {node|short}</h2> |
|
31 | <h3>Annotate {file|escape} @ {diff}:{node|short}</h2> | |
32 |
|
32 | |||
33 | <form class="search" action="{url}log"> |
|
33 | <form class="search" action="{url}log"> | |
34 | {sessionvars%hiddenformentry} |
|
34 | {sessionvars%hiddenformentry} |
@@ -27,7 +27,7 b'' | |||||
27 |
|
27 | |||
28 | <div class="main"> |
|
28 | <div class="main"> | |
29 | <h2>{repo|escape}</h2> |
|
29 | <h2>{repo|escape}</h2> | |
30 | <h3>diff {file|escape} @ {node|short}</h3> |
|
30 | <h3>diff {file|escape} @ {rev}:{node|short}</h3> | |
31 |
|
31 | |||
32 | <form class="search" action="{url}log"> |
|
32 | <form class="search" action="{url}log"> | |
33 | {sessionvars%hiddenformentry} |
|
33 | {sessionvars%hiddenformentry} |
@@ -23,7 +23,7 b'' | |||||
23 | </ul> |
|
23 | </ul> | |
24 | <ul> |
|
24 | <ul> | |
25 | <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> |
|
25 | <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> | |
26 |
<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> |
|
26 | <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> | |
27 | <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> |
|
27 | <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> | |
28 | <li class="active">file log</li> |
|
28 | <li class="active">file log</li> | |
29 | <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> |
|
29 | <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> | |
@@ -33,7 +33,7 b'' | |||||
33 | <div class="main"> |
|
33 | <div class="main"> | |
34 |
|
34 | |||
35 | <h2>{repo|escape}</h2> |
|
35 | <h2>{repo|escape}</h2> | |
36 |
<h3>log {file|escape} |
|
36 | <h3>log {file|escape}</h3> | |
37 |
|
37 | |||
38 | <form class="search" action="{url}log"> |
|
38 | <form class="search" action="{url}log"> | |
39 | {sessionvars%hiddenformentry} |
|
39 | {sessionvars%hiddenformentry} |
@@ -28,7 +28,7 b'' | |||||
28 | <div class="main"> |
|
28 | <div class="main"> | |
29 |
|
29 | |||
30 | <h2>{repo|escape}</h2> |
|
30 | <h2>{repo|escape}</h2> | |
31 | <h3>view {file|escape} @ {node|short}</h3> |
|
31 | <h3>view {file|escape} @ {rev}:{node|short}</h3> | |
32 |
|
32 | |||
33 | <form class="search" action="{url}log"> |
|
33 | <form class="search" action="{url}log"> | |
34 | {sessionvars%hiddenformentry} |
|
34 | {sessionvars%hiddenformentry} |
@@ -24,7 +24,7 b'' | |||||
24 | <div class="main"> |
|
24 | <div class="main"> | |
25 |
|
25 | |||
26 | <h2>{repo|escape}</h2> |
|
26 | <h2>{repo|escape}</h2> | |
27 | <h3>directory {path|escape} @ {node|short} {tags%changelogtag}</h3> |
|
27 | <h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3> | |
28 |
|
28 | |||
29 | <form class="search" action="{url}log"> |
|
29 | <form class="search" action="{url}log"> | |
30 | {sessionvars%hiddenformentry} |
|
30 | {sessionvars%hiddenformentry} |
@@ -16,19 +16,26 b'' | |||||
16 | <li class="active">log</li> |
|
16 | <li class="active">log</li> | |
17 | <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
|
17 | <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> | |
18 | </ul> |
|
18 | </ul> | |
|
19 | <ul> | |||
|
20 | <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> | |||
|
21 | <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> | |||
|
22 | </ul> | |||
|
23 | <ul> | |||
|
24 | {archives%archiveentry} | |||
|
25 | </ul> | |||
19 | </div> |
|
26 | </div> | |
20 |
|
27 | |||
21 | <div class="main"> |
|
28 | <div class="main"> | |
22 |
|
29 | |||
23 | <h2>{repo|escape}</h2> |
|
30 | <h2>{repo|escape}</h2> | |
24 |
<h3>log |
|
31 | <h3>log</h3> | |
25 |
|
32 | |||
26 | <form class="search" action="{url}log"> |
|
33 | <form class="search" action="{url}log"> | |
27 | {sessionvars%hiddenformentry} |
|
34 | {sessionvars%hiddenformentry} | |
28 | <p><input name="rev" id="search1" type="text" size="30"></p> |
|
35 | <p><input name="rev" id="search1" type="text" size="30"></p> | |
29 | </form> |
|
36 | </form> | |
30 |
|
37 | |||
31 | <div class="navigate">{changenav%navshortentry}</div> |
|
38 | <div class="navigate">rev {rev}: {changenav%navshortentry}</div> | |
32 |
|
39 | |||
33 | <table class="bigtable"> |
|
40 | <table class="bigtable"> | |
34 | <tr> |
|
41 | <tr> | |
@@ -39,6 +46,6 b'' | |||||
39 | {entries%shortlogentry} |
|
46 | {entries%shortlogentry} | |
40 | </table> |
|
47 | </table> | |
41 |
|
48 | |||
42 | <div class="navigate">{changenav%navshortentry}</div> |
|
49 | <div class="navigate">rev {rev}: {changenav%navshortentry}</div> | |
43 |
|
50 | |||
44 | {footer} |
|
51 | {footer} |
@@ -61,7 +61,7 b' body {' | |||||
61 | right: 2em; |
|
61 | right: 2em; | |
62 | } |
|
62 | } | |
63 |
|
63 | |||
64 | .menu a { color: black; } |
|
64 | .menu a { color: black; display: block; } | |
65 |
|
65 | |||
66 | a { text-decoration:none; } |
|
66 | a { text-decoration:none; } | |
67 | .age { white-space:nowrap; } |
|
67 | .age { white-space:nowrap; } | |
@@ -130,9 +130,9 b' h3 {' | |||||
130 | .bigtable .lineno { width: 2em; text-align: right;} |
|
130 | .bigtable .lineno { width: 2em; text-align: right;} | |
131 | .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;} |
|
131 | .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;} | |
132 | .bigtable td.source { font-family: monospace; white-space: pre; } |
|
132 | .bigtable td.source { font-family: monospace; white-space: pre; } | |
133 | .bigtable .permissions { width: 8em; } |
|
133 | .bigtable .permissions { width: 8em; text-align: left;} | |
134 | .bigtable td.permissions { font-family: monospace; } |
|
134 | .bigtable td.permissions { font-family: monospace; } | |
135 | .bigtable .date { width: 10em; } |
|
135 | .bigtable .date { width: 10em; text-align: left;} | |
136 | .bigtable .size { width: 5em; text-align: right; } |
|
136 | .bigtable .size { width: 5em; text-align: right; } | |
137 | .bigtable td.size { font-family: monospace; } |
|
137 | .bigtable td.size { font-family: monospace; } | |
138 | .bigtable .annotate { text-align: right; padding-right: } |
|
138 | .bigtable .annotate { text-align: right; padding-right: } |
General Comments 0
You need to be logged in to leave comments.
Login now