comparison templates/raw/map @ 3276:105253b30239

Moved hgweb map-* files into their style directories and adjusted them.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 06 Oct 2006 18:38:32 +0200
parents templates/map-raw@a63be0dfa42e
children 472d9670e6e9
comparison
equal deleted inserted replaced
3275:db9d2a624521 3276:105253b30239
1 header = header.tmpl
2 footer = ''
3 changeset = changeset.tmpl
4 difflineplus = '#line#'
5 difflineminus = '#line#'
6 difflineat = '#line#'
7 diffline = '#line#'
8 changesetparent = '# Parent #node#'
9 changesetchild = '# Child #node#'
10 filenodelink = ''
11 filerevision = '#rawfileheader##raw#'
12 fileline = '#line#'
13 diffblock = '#lines#'
14 filediff = filediff.tmpl
15 fileannotate = fileannotate.tmpl
16 annotateline = '#author#@#rev#: #line#'