##// END OF EJS Templates
[hgweb] Prevent search engine bots from indexing the entire repository
[hgweb] Prevent search engine bots from indexing the entire repository

File last commit:

r1441:cbc36ad7 default
r1628:88ad18c1 default
Show More
search.tmpl
32 lines | 580 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: searching for #query|escape#</title>
</head>
<body>
<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?tags=">tags</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>
<h2>searching for #query|escape#</h2>
<form>
<p>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30" value="#query|escape#">
</p>
</form>
#entries#
<form>
<p>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30" value="#query|escape#">
</p>
</form>
#footer#