comparison 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
comparison
equal deleted inserted replaced
3361:bc5985d53386 3362:887da2247b57
49 indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a href="#url#rss-log">RSS</a> #archives%archiveentry#</td></tr>' 49 indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a href="#url#rss-log">RSS</a> #archives%archiveentry#</td></tr>'
50 index = index.tmpl 50 index = index.tmpl
51 archiveentry = '<a href="#url#archive/#node|short##extension|urlescape#">#type|escape#</a> ' 51 archiveentry = '<a href="#url#archive/#node|short##extension|urlescape#">#type|escape#</a> '
52 notfound = notfound.tmpl 52 notfound = notfound.tmpl
53 error = error.tmpl 53 error = error.tmpl
54 hiddenformentry = '<input type="hidden" name="#name#" value="#value|escape#" />'