comparison mercurial/templates/gitweb/map @ 13864:fd8a6ca3a750 stable

hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75)
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 23:47:05 +0900
parents b602ac02f1ba
children b24e5a708fad
comparison
equal deleted inserted replaced
13863:b602ac02f1ba 13864:fd8a6ca3a750
168 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | 168 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
169 <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> | 169 <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
170 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> 170 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
171 </td> 171 </td>
172 </tr>' 172 </tr>'
173 bookmarks = bookmarks.tmpl
174 bookmarkentry = '
175 <tr class="parity{parity}">
176 <td class="age"><i>{date|age}</i></td>
177 <td><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}"><b>{bookmark|escape}</b></a></td>
178 <td class="link">
179 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
180 <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
181 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
182 </td>
183 </tr>'
173 branches = branches.tmpl 184 branches = branches.tmpl
174 branchentry = ' 185 branchentry = '
175 <tr class="parity{parity}"> 186 <tr class="parity{parity}">
176 <td class="age"><i>{date|age}</i></td> 187 <td class="age"><i>{date|age}</i></td>
177 <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td> 188 <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>