##// END OF EJS Templates
monoblue: fix title for branches page
monoblue: fix title for branches page

File last commit:

r8936:1de6e7e1 default
r10137:daec0f64 stable
Show More
summary.tmpl
58 lines | 1.9 KiB | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {header}
<title>{repo|escape}: Summary</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <link rel="alternate" type="application/rss+xml"
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</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> |
Augie Fackler
hgweb: Fix up non-coal styles to support graph.
r6693 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
Sune Foldager
gitweb: add branches page
r8356 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
</div>
<div class="title">&nbsp;</div>
<table cellspacing="0">
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <tr><td>description</td><td>{desc}</td></tr>
<tr><td>owner</td><td>{owner|obfuscate}</td></tr>
<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">
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {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">
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {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>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {footer}