Show More
@@ -1,201 +1,214 | |||
|
1 | 1 | default = 'shortlog' |
|
2 | 2 | |
|
3 | 3 | mimetype = 'text/html; charset={encoding}' |
|
4 | 4 | header = header.tmpl |
|
5 | 5 | footer = ../paper/footer.tmpl |
|
6 | 6 | search = ../paper/search.tmpl |
|
7 | 7 | |
|
8 | 8 | changelog = ../paper/shortlog.tmpl |
|
9 | 9 | shortlog = ../paper/shortlog.tmpl |
|
10 | 10 | shortlogentry = ../paper/shortlogentry.tmpl |
|
11 | 11 | graph = ../paper/graph.tmpl |
|
12 | 12 | |
|
13 | 13 | help = ../paper/help.tmpl |
|
14 | 14 | helptopics = ../paper/helptopics.tmpl |
|
15 | 15 | |
|
16 | 16 | helpentry = '<tr><td><a href="{url}help/{topic|escape}{sessionvars%urlparameter}">{topic|escape}</a></td><td>{summary|escape}</td></tr>' |
|
17 | 17 | |
|
18 | 18 | naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
19 | 19 | navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
20 | 20 | navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
21 | 21 | filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
22 | 22 | filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
23 | 23 | filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
24 | 24 | filenolink = '{file|escape} ' |
|
25 | 25 | fileellipses = '...' |
|
26 | 26 | changelogentry = ../paper/shortlogentry.tmpl |
|
27 | 27 | searchentry = ../paper/shortlogentry.tmpl |
|
28 | 28 | changeset = ../paper/changeset.tmpl |
|
29 | 29 | manifest = ../paper/manifest.tmpl |
|
30 | 30 | |
|
31 | 31 | nav = '{before%naventry} {after%naventry}' |
|
32 | 32 | navshort = '{before%navshortentry}{after%navshortentry}' |
|
33 | 33 | navgraph = '{before%navgraphentry}{after%navgraphentry}' |
|
34 | 34 | filenav = '{before%filenaventry}{after%filenaventry}' |
|
35 | 35 | |
|
36 | 36 | direntry = ' |
|
37 | 37 | <tr class="fileline parity{parity}"> |
|
38 | 38 | <td class="name"> |
|
39 | 39 | <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"> |
|
40 | 40 | <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/ |
|
41 | 41 | </a> |
|
42 | 42 | <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}"> |
|
43 | 43 | {emptydirs|escape} |
|
44 | 44 | </a> |
|
45 | 45 | </td> |
|
46 | 46 | <td class="size"></td> |
|
47 | 47 | <td class="permissions">drwxr-xr-x</td> |
|
48 | 48 | </tr>' |
|
49 | 49 | |
|
50 | 50 | fileentry = ' |
|
51 | 51 | <tr class="fileline parity{parity}"> |
|
52 | 52 | <td class="filename"> |
|
53 | 53 | <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> |
|
54 | 54 | <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape} |
|
55 | 55 | </a> |
|
56 | 56 | </td> |
|
57 | 57 | <td class="size">{size}</td> |
|
58 | 58 | <td class="permissions">{permissions|permissions}</td> |
|
59 | 59 | </tr>' |
|
60 | 60 | |
|
61 | 61 | filerevision = ../paper/filerevision.tmpl |
|
62 | 62 | fileannotate = ../paper/fileannotate.tmpl |
|
63 | 63 | filediff = ../paper/filediff.tmpl |
|
64 | 64 | filelog = ../paper/filelog.tmpl |
|
65 | 65 | fileline = ' |
|
66 | 66 | <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>' |
|
67 | 67 | filelogentry = ../paper/filelogentry.tmpl |
|
68 | 68 | |
|
69 | 69 | annotateline = ' |
|
70 | 70 | <tr class="parity{parity}"> |
|
71 | 71 | <td class="annotate"> |
|
72 | 72 | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}" |
|
73 | 73 | title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a> |
|
74 | 74 | </td> |
|
75 | 75 | <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td> |
|
76 | 76 | </tr>' |
|
77 | 77 | |
|
78 | 78 | diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>' |
|
79 | 79 | difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>' |
|
80 | 80 | difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>' |
|
81 | 81 | difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>' |
|
82 | 82 | diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}' |
|
83 | 83 | |
|
84 | 84 | changelogparent = ' |
|
85 | 85 | <tr> |
|
86 | 86 | <th class="parent">parent {rev}:</th> |
|
87 | 87 | <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
88 | 88 | </tr>' |
|
89 | 89 | |
|
90 | 90 | changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> ' |
|
91 | 91 | |
|
92 | 92 | filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> ' |
|
93 | 93 | filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> ' |
|
94 | 94 | |
|
95 | 95 | filerename = '{file|escape}@' |
|
96 | 96 | filelogrename = ' |
|
97 | 97 | <tr> |
|
98 | 98 | <th>base:</th> |
|
99 | 99 | <td> |
|
100 | 100 | <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> |
|
101 | 101 | {file|escape}@{node|short} |
|
102 | 102 | </a> |
|
103 | 103 | </td> |
|
104 | 104 | </tr>' |
|
105 | 105 | fileannotateparent = ' |
|
106 | 106 | <tr> |
|
107 | 107 | <td class="metatag">parent:</td> |
|
108 | 108 | <td> |
|
109 | 109 | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> |
|
110 | 110 | {rename%filerename}{node|short} |
|
111 | 111 | </a> |
|
112 | 112 | </td> |
|
113 | 113 | </tr>' |
|
114 | 114 | changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' |
|
115 | 115 | changelogchild = ' |
|
116 | 116 | <tr> |
|
117 | 117 | <th class="child">child</th> |
|
118 | 118 | <td class="child"> |
|
119 | 119 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
120 | 120 | {node|short} |
|
121 | 121 | </a> |
|
122 | 122 | </td> |
|
123 | 123 | </tr>' |
|
124 | 124 | fileannotatechild = ' |
|
125 | 125 | <tr> |
|
126 | 126 | <td class="metatag">child:</td> |
|
127 | 127 | <td> |
|
128 | 128 | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> |
|
129 | 129 | {node|short} |
|
130 | 130 | </a> |
|
131 | 131 | </td> |
|
132 | 132 | </tr>' |
|
133 | 133 | tags = ../paper/tags.tmpl |
|
134 | 134 | tagentry = ' |
|
135 | 135 | <tr class="tagEntry parity{parity}"> |
|
136 | 136 | <td> |
|
137 | 137 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> |
|
138 | 138 | {tag|escape} |
|
139 | 139 | </a> |
|
140 | 140 | </td> |
|
141 | 141 | <td class="node"> |
|
142 | 142 | {node|short} |
|
143 | 143 | </td> |
|
144 | 144 | </tr>' |
|
145 | bookmarks = ../paper/bookmarks.tmpl | |
|
146 | bookmarkentry = ' | |
|
147 | <tr class="tagEntry parity{parity}"> | |
|
148 | <td> | |
|
149 | <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> | |
|
150 | {bookmark|escape} | |
|
151 | </a> | |
|
152 | </td> | |
|
153 | <td class="node"> | |
|
154 | {node|short} | |
|
155 | </td> | |
|
156 | </tr>' | |
|
145 | 157 | branches = ../paper/branches.tmpl |
|
146 | 158 | branchentry = ' |
|
147 | 159 | <tr class="tagEntry parity{parity}"> |
|
148 | 160 | <td> |
|
149 | 161 | <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}"> |
|
150 | 162 | {branch|escape} |
|
151 | 163 | </a> |
|
152 | 164 | </td> |
|
153 | 165 | <td class="node"> |
|
154 | 166 | {node|short} |
|
155 | 167 | </td> |
|
156 | 168 | </tr>' |
|
157 | 169 | changelogtag = '<span class="tag">{name|escape}</span> ' |
|
158 | 170 | changesettag = '<span class="tag">{tag|escape}</span> ' |
|
171 | changesetbookmark = '<span class="tag">{bookmark|escape}</span> ' | |
|
159 | 172 | changelogbranchhead = '<span class="branchhead">{name|escape}</span> ' |
|
160 | 173 | changelogbranchname = '<span class="branchname">{name|escape}</span> ' |
|
161 | 174 | |
|
162 | 175 | filediffparent = ' |
|
163 | 176 | <tr> |
|
164 | 177 | <th class="parent">parent {rev}:</th> |
|
165 | 178 | <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
166 | 179 | </tr>' |
|
167 | 180 | filelogparent = ' |
|
168 | 181 | <tr> |
|
169 | 182 | <th>parent {rev}:</th> |
|
170 | 183 | <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> |
|
171 | 184 | </tr>' |
|
172 | 185 | filediffchild = ' |
|
173 | 186 | <tr> |
|
174 | 187 | <th class="child">child {rev}:</th> |
|
175 | 188 | <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> |
|
176 | 189 | </td> |
|
177 | 190 | </tr>' |
|
178 | 191 | filelogchild = ' |
|
179 | 192 | <tr> |
|
180 | 193 | <th>child {rev}:</th> |
|
181 | 194 | <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> |
|
182 | 195 | </tr>' |
|
183 | 196 | |
|
184 | 197 | indexentry = ' |
|
185 | 198 | <tr class="parity{parity}"> |
|
186 | 199 | <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> |
|
187 | 200 | <td>{description}</td> |
|
188 | 201 | <td>{contact|obfuscate}</td> |
|
189 | 202 | <td class="age">{lastchange|age}</td> |
|
190 | 203 | <td class="indexlinks">{archives%indexarchiveentry}</td> |
|
191 | 204 | </tr>\n' |
|
192 | 205 | indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' |
|
193 | 206 | index = ../paper/index.tmpl |
|
194 | 207 | archiveentry = ' |
|
195 | 208 | <li> |
|
196 | 209 | <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> |
|
197 | 210 | </li>' |
|
198 | 211 | notfound = ../paper/notfound.tmpl |
|
199 | 212 | error = ../paper/error.tmpl |
|
200 | 213 | urlparameter = '{separator}{name}={value|urlescape}' |
|
201 | 214 | hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />' |
General Comments 0
You need to be logged in to leave comments.
Login now