##// END OF EJS Templates
[hgweb] Shortlog template for default theme
[hgweb] Shortlog template for default theme

File last commit:

r1650:f2ebd525 default
r2686:d98eebc4 default
Show More
filelog.tmpl
21 lines | 597 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <title>#repo|escape#: #file|escape# history</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#">
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 </head>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
TK Soh
hgweb: fix broken filelog->changelog link
r1433 <a href="?cl=tip">changelog</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?tags=">tags</a>
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
<a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
<a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <h2>#file|escape# revision history</h2>
mpm@selenic.com
Revamped templated hgweb
r138
Josef "Jeff" Sipek
hgweb: Changed file revision page to list format syntax
r978 #entries%filelogentry#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#