]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/advanced/global_row.tt2
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[working/Evergreen.git] / Open-ILS / web / templates / default / opac / parts / advanced / global_row.tt2
1 <tr id='adv_global_trow' type='input'>
2     <td align='left' width='100%' nowrap='nowrap'>
3         <!-- select the search class -->
4         <span class="opac-auto-078">
5             [% INCLUDE "default/opac/parts/stypes_selector.tt2" %]
6         </span>
7         <!-- select how to treat the text -->
8         <select name='contains' style='margin-right: 7px;'>
9             <option value='contains'>[% l("Contains") %]</option>
10             <option value='nocontains'>[% l("Does not contain") %]</option>
11             <option value='exact'>[% l("Matches Exactly") %]</option>
12         </select>
13         <!-- search term -->
14         <input type='text' size='18' name='term' style='margin-right: 3px;' />
15         <!-- Remove this row -->
16     </td>
17 </tr>