diff templates/map @ 3362:887da2247b57

hgweb: Keep session variables (currently only style) in HTML forms, too. Adjusted default and gitweb template for this.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 11 Oct 2006 20:59:37 +0200
parents 0708bdb4987a
children ce8f31e0b3b8
line wrap: on
line diff
--- a/templates/map
+++ b/templates/map
@@ -51,3 +51,4 @@ index = index.tmpl
 archiveentry = '<a href="#url#archive/#node|short##extension|urlescape#">#type|escape#</a> '
 notfound = notfound.tmpl
 error = error.tmpl
+hiddenformentry = '<input type="hidden" name="#name#" value="#value|escape#" />'