##// END OF EJS Templates
Include inttypes.h instead of stdint.h (fixes issue299)...
Include inttypes.h instead of stdint.h (fixes issue299) Many projects use inttypes.h, too. stdint.h isn't available everywhere, e.g. on some versions of Solaris, while inttypes.h is available everywhere where stdint.h is.

File last commit:

r1441:cbc36ad7 default
r2543:860e9c83 default
Show More
search.tmpl
32 lines | 580 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">
TK Soh
hgweb: fix broken search->changelog link
r1432 <a href="?cl=tip">changelog</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?tags=">tags</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </div>
<h2>searching for #query|escape#</h2>
<form>
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
<input type="hidden" name="cmd" value="changelog">
<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>
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
<input type="hidden" name="cmd" value="changelog">
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#