##// END OF EJS Templates
hgweb: make stripes in bookmark list with CSS
Alexander Plavin -
r19446:25dae11b default
parent child Browse files
Show More
@@ -47,7 +47,9 b' files, or words in the commit message</d'
47 <th>bookmark</th>
47 <th>bookmark</th>
48 <th>node</th>
48 <th>node</th>
49 </tr>
49 </tr>
50 <tbody class="stripes2">
50 {entries%bookmarkentry}
51 {entries%bookmarkentry}
52 </tbody>
51 </table>
53 </table>
52 </div>
54 </div>
53 </div>
55 </div>
@@ -167,7 +167,7 b" tagentry = '"
167 </tr>'
167 </tr>'
168 bookmarks = bookmarks.tmpl
168 bookmarks = bookmarks.tmpl
169 bookmarkentry = '
169 bookmarkentry = '
170 <tr class="tagEntry parity{parity}">
170 <tr class="tagEntry">
171 <td>
171 <td>
172 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
172 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
173 {bookmark|escape}
173 {bookmark|escape}
General Comments 0
You need to be logged in to leave comments. Login now