##// END OF EJS Templates
Revert e82dd2dd6276...
Revert e82dd2dd6276 Those files are supposed to be HTML 4.01, not XML.

File last commit:

r5820:3a1ffc1d default
r6029:5b6190df default
Show More
tags.tmpl
28 lines | 893 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Tags</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
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"
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> / tags
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
Brendan Cully
hgweb: convert gitweb to NWI
r3271 tags |
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
</div>
Josef "Jeff" Sipek
gitweb: Add title separator to tags template
r4456 <div class="title">&nbsp;</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <table cellspacing="0">
#entries%tagentry#
</table>
#footer#