diff templates/gitweb/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 fddb0ab6d307
children ce8f31e0b3b8
line wrap: on
line diff
--- a/templates/gitweb/map	Wed Oct 11 20:53:02 2006 +0200
+++ b/templates/gitweb/map	Wed Oct 11 20:59:37 2006 +0200
@@ -51,3 +51,4 @@
 archiveentry = ' | <a href="{url}archive/{node|short}{extension}">#type|escape#</a> '
 indexentry = '<tr class="parity#parity#"><td><a class="list" href="#url#"><b>#name|escape#</b></a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a class="rss_logo" href="#url#rss-log">RSS</a> #archives%archiveentry#</td></tr>' 
 index = index.tmpl
+hiddenformentry = '<input type="hidden" name="#name#" value="#value|escape#" />'