comparison tests/test-hgweb-commands.t @ 19396:afc23eddc324

hgweb: show current search query in the input field
author Alexander Plavin <me@aplavin.ru>
date Thu, 11 Jul 2013 17:01:54 +0400
parents f2e4fdb3dd27
children c3cdba6e5d7f
comparison
equal deleted inserted replaced
19395:19622224559b 19396:afc23eddc324
287 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> 287 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
288 <h3>log</h3> 288 <h3>log</h3>
289 289
290 <form class="search" action="/log"> 290 <form class="search" action="/log">
291 291
292 <p><input name="rev" id="search1" type="text" size="30" /></p> 292 <p><input name="rev" id="search1" type="text" size="30" value="" /></p>
293 <div id="hint">find changesets by author, revision, 293 <div id="hint">find changesets by author, revision,
294 files, or words in the commit message</div> 294 files, or words in the commit message</div>
295 </form> 295 </form>
296 296
297 <div class="navigate"> 297 <div class="navigate">
523 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2> 523 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
524 <h3>searching for 'base'</h3> 524 <h3>searching for 'base'</h3>
525 525
526 <form class="search" action="/log"> 526 <form class="search" action="/log">
527 527
528 <p><input name="rev" id="search1" type="text" size="30"></p> 528 <p><input name="rev" id="search1" type="text" size="30" value="base"></p>
529 <div id="hint">find changesets by author, revision, 529 <div id="hint">find changesets by author, revision,
530 files, or words in the commit message</div> 530 files, or words in the commit message</div>
531 </form> 531 </form>
532 532
533 <div class="navigate"> 533 <div class="navigate">