##// END OF EJS Templates
tighter default argument selection in localrepo.branchheads()
tighter default argument selection in localrepo.branchheads()

File last commit:

r6693:7f58dec6 default
r6726:e85951ae default
Show More
search.tmpl
35 lines | 1.1 KiB | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
Josef "Jeff" Sipek
gitweb: Fixed-up search template...
r4469 <title>#repo|escape#: Search</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
Josef "Jeff" Sipek
gitweb: Fixed-up search template...
r4469 <link rel="alternate" type="application/rss+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
Josef "Jeff" Sipek
gitweb: Fixed-up search template...
r4469 </head>
<body>
<div class="page_header">
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / search
Josef "Jeff" Sipek
gitweb: Fixed-up search template...
r4469
<form action="{url}log">
{sessionvars%hiddenformentry}
<div class="search">
<input type="text" name="rev" value="#query|escape#" />
</div>
</form>
</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <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> |
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> |
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>#archives%archiveentry#
Josef "Jeff" Sipek
gitweb: Fixed-up search template...
r4469 <br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Josef "Jeff" Sipek
gitweb: Fixed-up search template...
r4469 <div class="title">searching for #query|escape#</div>
Brendan Cully
Move gitweb theme into subdirectory
r3234
#entries#
#footer#