MercurialWebTheme

themes/mercurialweb/map

4:e6482a6c1f8e
2010-06-06 Paul Boddie Added branch and tag information. Introduced prettier navigation options in the shortlog. Added a menu entry for branches.
     1 default = 'summary'     2 mimetype = 'text/html; charset={encoding}'     3      4 header = header.tmpl     5 footer = footer.tmpl     6 index = index.tmpl     7 indexentry = indexentry.tmpl     8 search = search.tmpl     9 searchentry = searchentry.tmpl    10 shortlog = shortlog.tmpl    11 shortlogentry = shortlogentry.tmpl    12 summary = summary.tmpl    13     14 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> '    15 branchtag = '<span class="branch">{name}</span> '    16 inbranchtag = '<span class="inbranch">{name}</span> '    17 tagtag = '<span class="tag">{name}</span> '    18     19 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'    20 urlparameter = '{separator}{name}={value|urlescape}'