author | Thomas Arendsen Hein <thomas@intevation.de> |
Thu, 26 Oct 2006 09:22:10 +0200 | |
changeset 3544 | 4745cf66f77d |
parent 3277 | 105253b30239 |
child 5928 | 3340aa5a64f7 |
permissions | -rw-r--r-- |
1901
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1766
diff
changeset
|
1 |
default = 'changelog' |
3277
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
2 |
header = header.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
3 |
changelog = changelog.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
4 |
changelogentry = changelogentry.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
5 |
filelog = filelog.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
6 |
filelogentry = filelogentry.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
7 |
tags = tags.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3235
diff
changeset
|
8 |
tagentry = tagentry.tmpl |