##// END OF EJS Templates
convert: "unknown" is a string
convert: "unknown" is a string

File last commit:

r4710:1aba0b75 default
r4721:96614af3 default
Show More
summary.tmpl
54 lines | 1.7 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">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / summary
Josef "Jeff" Sipek
gitweb: Add search box to the summary page
r4468
<form action="{url}log">
{sessionvars%hiddenformentry}
<div class="search">
<input type="text" name="rev" />
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Josef "Jeff" Sipek
gitweb: Add search box to the summary page
r4468 </form>
</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <div class="page_nav">
Brendan Cully
hgweb: convert gitweb to NWI
r3271 summary |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> |
<a href="{url}file/#node|short#{sessionvars%urlparameter}">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>
Markus F.X.J. Oberhumer
gitweb: do not mix shortlog and changelog in summary page.
r4710 <div><a class="title" href="{url}shortlog{sessionvars%urlparameter}">changes</a></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#shortlog#
Markus F.X.J. Oberhumer
gitweb: do not mix shortlog and changelog in summary page.
r4710 <tr class="light"><td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#tags#
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <tr class="light"><td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td></tr>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
greg@maptuit.com
hgweb: display named branches in gitweb-style summary page
r4300 <div><a class="title" href="#">branches</a></div>
<table cellspacing="0">
{branches%branchentry}
<tr class="light">
Josef "Jeff" Sipek
gitweb: Fix summary page ellipsis line colspans
r4452 <td colspan="4"><a class="list" href="#">...</a></td>
greg@maptuit.com
hgweb: display named branches in gitweb-style summary page
r4300 </tr>
</table>
Brendan Cully
Move gitweb theme into subdirectory
r3234 #footer#