comparison mercurial/templates/paper/shortlog.tmpl @ 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 9409aeaafdc1
children 6f5556454edd
comparison
equal deleted inserted replaced
19395:19622224559b 19396:afc23eddc324
42 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2> 42 <h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>
43 <h3>log</h3> 43 <h3>log</h3>
44 44
45 <form class="search" action="{url|urlescape}log"> 45 <form class="search" action="{url|urlescape}log">
46 {sessionvars%hiddenformentry} 46 {sessionvars%hiddenformentry}
47 <p><input name="rev" id="search1" type="text" size="30" /></p> 47 <p><input name="rev" id="search1" type="text" size="30" value="{query|escape}" /></p>
48 <div id="hint">find changesets by author, revision, 48 <div id="hint">find changesets by author, revision,
49 files, or words in the commit message</div> 49 files, or words in the commit message</div>
50 </form> 50 </form>
51 51
52 <div class="navigate"> 52 <div class="navigate">