##// END OF EJS Templates
hgweb: don't blow up on search for unknown keys
hgweb: don't blow up on search for unknown keys

File last commit:

r155:083c38bd merge default
r166:39624c47 default
Show More
filerevision.tmpl
37 lines | 859 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
<title>#repo#:#file#</title>
</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">
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 <a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=changeset;node=#node#">changeset</a>
<a href="?cmd=manifest;manifest=#manifest#;path=#path#">manifest</a>
<a href="?cmd=filelog;file=#file#;filenode=#filenode#">revisions</a>
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
<h2>#file# (revision #filenode#)</h2>
<table>
<tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">changeset:</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td><a href="?cmd=changeset;node=#node#">#rev#:#node#</a></td></tr>
mpm@selenic.com
Prettify the web interface...
r142 #parent1#
#parent2#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">manifest:</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td><a href="?cmd=manifest;manifest=#manifest#;path=/">#rev#:#manifest#</a></td></tr>
<tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">author:</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td>#author#</td></tr>
<tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">date:</td>
mpm@selenic.com
Revamped templated hgweb
r138 <td>#date#</td></tr>
</table>
<pre>
#text#
</pre>
mpm@selenic.com
Prettify the web interface...
r142 #footer#