diff mercurial/templates/monoblue/map @ 10254:8d5de52431f2

hgweb: changenav: separate pages before and after the current position This should allow styles to customize more precisely navigation bar, for example inserting a cursor to show where we are in the navigation bar.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 16 Jan 2010 02:33:06 +0100
parents f91e5630ce7e
children ead4e21f49f1
line wrap: on
line diff
--- a/mercurial/templates/monoblue/map	Fri Jan 15 21:32:53 2010 +0100
+++ b/mercurial/templates/monoblue/map	Sat Jan 16 02:33:06 2010 +0100
@@ -32,6 +32,12 @@
       <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a>
     </td>
   </tr>'
+
+nav = '{before%naventry} {after%naventry}'
+navshort = '{before%navshortentry}{after%navshortentry}'
+navgraph = '{before%navgraphentry}{after%navgraphentry}'
+filenav = '{before%filenaventry}{after%filenaventry}'
+
 fileellipses = '...'
 changelogentry = changelogentry.tmpl
 searchentry = changelogentry.tmpl