##// END OF EJS Templates
hgweb: descend empty directories in web view...
hgweb: descend empty directories in web view When a manifest has a series of directories with nothing in them but a single directory, displaying the entire chain of empty directories allows for navigation down to the first non-empty directory with a single click. Because Java links package hierarchy to directory hierarchy, and because Java conventions include at least three empty directories at the top of this hierarchy, descending down empty directories is very common in Java web tools.

File last commit:

r6693:7f58dec6 default
r7305:c21d236c 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#