##// END OF EJS Templates
gitweb: Add error text to error page
gitweb: Add error text to error page

File last commit:

r3355:c10eacad default
r3357:7cc0f49d default
Show More
summary.tmpl
39 lines | 1.3 KiB | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Summary</title>
<link rel="alternate" type="application/rss+xml"
Brendan Cully
hgweb: convert gitweb to NWI
r3271 href="{url}rss-log" title="RSS feed for #repo|escape#">
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{getentries}">#repo|escape#</a> / summary
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Brendan Cully
hgweb: convert gitweb to NWI
r3271 summary |
<a href="{url}shortlog{getentries}">shortlog</a> |
<a href="{url}log{getentries}">changelog</a> |
<a href="{url}tags{getentries}">tags</a> |
<a href="{url}file/#node|short#{getentries}">manifest</a>#archives%archiveentry#
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
</div>
<div class="title">&nbsp;</div>
<table cellspacing="0">
<tr><td>description</td><td>#desc#</td></tr>
<tr><td>owner</td><td>#owner|escape#</td></tr>
Brendan Cully
gitweb: fix last change field in summary
r3355 <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <div><a class="title" href="{url}log{getentries}">changes</a></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#shortlog#
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <tr class="light"><td colspan="3"><a class="list" href="{url}log{getentries}">...</a></td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <div><a class="title" href="{url}tags{getentries}">tags</a></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#tags#
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <tr class="light"><td colspan="3"><a class="list" href="{url}tags{getentries}">...</a></td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
#footer#