templates/gitweb/search.tmpl
changeset 3362 887da2247b57
parent 3270 36fa5db79dd5
child 3363 ce8f31e0b3b8
equal deleted inserted replaced
3361:bc5985d53386 3362:887da2247b57
     8 </div>
     8 </div>
     9 
     9 
    10 <h2>searching for #query|escape#</h2>
    10 <h2>searching for #query|escape#</h2>
    11 
    11 
    12 <form action="{url}log">
    12 <form action="{url}log">
       
    13 {sessionvars%hiddenformentry}
    13 search:
    14 search:
    14 <input type="hidden" name="style" value="gitweb">
       
    15 <input name="rev" type="text" width="30" value="#query|escape#">
    15 <input name="rev" type="text" width="30" value="#query|escape#">
    16 </form>
    16 </form>
    17 
    17 
    18 #entries#
    18 #entries#
    19 
    19 
    20 <form action="{url}log">
    20 <form action="{url}log">
       
    21 {sessionvars%hiddenformentry}
    21 search:
    22 search:
    22 <input type="hidden" name="style" value="gitweb">
    23 <input type="hidden" name="style" value="gitweb">
    23 <input name="rev" type="text" width="30">
    24 <input name="rev" type="text" width="30">
    24 </form>
    25 </form>
    25 
    26