##// END OF EJS Templates
Include inttypes.h instead of stdint.h (fixes issue299)...
Include inttypes.h instead of stdint.h (fixes issue299) Many projects use inttypes.h, too. stdint.h isn't available everywhere, e.g. on some versions of Solaris, while inttypes.h is available everywhere where stdint.h is.

File last commit:

r1668:586b5029 default
r2543:860e9c83 default
Show More
filerevision-gitweb.tmpl
43 lines | 1.6 KiB | application/x-cheetah | CheetahLexer
/ templates / filerevision-gitweb.tmpl
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #header#
<title>#repo|escape#: File revision</title>
<link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
</head>
<body>
<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / file revision
</div>
<div class="page_nav">
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="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#manifest|short#;path=#path|urlescape#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | file | <a href="?cmd=filelog;file=#file|urlescape#;filenode=#filenode#;style=gitweb">revisions</a> | <a href="?cmd=annotate;file=#file|urlescape#;filenode=#filenode#;style=gitweb">annotate</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#filenode#;style=raw">raw</a><br/>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
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 <div class="title">#file|escape#</div>
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575
<table>
<tr>
<td class="metatag">changeset #rev#:</td>
<td><a href="?cs=#node|short#;style=gitweb">#node|short#</a></td></tr>
Josef "Jeff" Sipek
[hgweb] Added rename information to gitweb templates & misc cleanups...
r1668 #rename%filerename#
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 #parent%fileannotateparent#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%fileannotatechild#
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 <tr>
<td class="metatag">manifest:</td>
<td><a href="?mf=#manifest|short#;path=/;style=gitweb">#manifest|short#</a></td></tr>
<tr>
<td class="metatag">author:</td>
<td>#author|obfuscate#</td></tr>
<tr>
<td class="metatag">date:</td>
<td>#date|date# (#date|age# ago)</td></tr>
<tr>
<td class="metatag">permissions:</td>
<td>#permissions|permissions#</td></tr>
</table>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <div class="page_body">
Josef "Jeff" Sipek
File revision style fixed
r1573 #text%fileline#
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
#footer#