##// END OF EJS Templates
hgweb: centralize permission checks for protocol commands...
hgweb: centralize permission checks for protocol commands Consistently enforces authorization checks set up in hgrc up front, so that the actual commands don't have to worry about them and implementers of hgweb alternatives can easily implement their own permission checks.

File last commit:

r6693:7f58dec6 default
r6779:d3147b4e default
Show More
search.tmpl
35 lines | 756 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 #header#
<title>#repo|escape#: searching for #query|escape#</title>
</head>
<body>
<div class="buttons">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog{sessionvars%urlparameter}">shortlog</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>
Thomas Arendsen Hein
Add archive download links to hgweb search template
r4471 #archives%archiveentry#
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </div>
<h2>searching for #query|escape#</h2>
<form>
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
<input name="rev" type="text" width="30" value="#query|escape#">
TK Soh
hgweb: a couple of fixes on search page...
r1441 </p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </form>
#entries#
<form>
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
TK Soh
hgweb: a couple of fixes on search page...
r1441 <input name="rev" type="text" width="30" value="#query|escape#">
</p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </form>
#footer#