diff templates/raw/map @ 9946:2059be77d4f8

templates: add raw templates for tags/branches pages
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 27 Nov 2009 13:53:27 +0100
parents 4bf90ee588b9
children
line wrap: on
line diff
--- a/templates/raw/map	Thu Nov 26 23:10:59 2009 +0100
+++ b/templates/raw/map	Fri Nov 27 13:53:27 2009 +0100
@@ -21,3 +21,7 @@
 notfound = notfound.tmpl
 error = error.tmpl
 indexentry = '{url}\n'
+tags = '{entries%tagentry}'
+tagentry = '{tag}	{node}\n'
+branches = '{entries%branchentry}'
+branchentry = '{branch}	{node}	{status}\n'