templates/map
changeset 3362 887da2247b57
parent 3311 0708bdb4987a
child 3363 ce8f31e0b3b8
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#" />'