mercurial/templates/spartan/map
changeset 18258 bebb05a7e249
parent 15375 fe9d36a6853e
child 18526 9409aeaafdc1
equal deleted inserted replaced
18257:a35d0128545e 18258:bebb05a7e249
   179 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> '
   179 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> '
   180 notfound = notfound.tmpl
   180 notfound = notfound.tmpl
   181 error = error.tmpl
   181 error = error.tmpl
   182 urlparameter = '{separator}{name}={value|urlescape}'
   182 urlparameter = '{separator}{name}={value|urlescape}'
   183 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
   183 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
       
   184 breadcrumb = '&gt; <a href="{url}">{name}</a> '