]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/advanced/numeric.tt2
Numeric search mostly works (except for item barcode)
[working/Evergreen.git] / Open-ILS / web / templates / default / opac / parts / advanced / numeric.tt2
1 <form id="adv_search_form" action="[% ctx.opac_root %]/results" method="GET">
2     <div class="header_middle">[% l("Numeric Search") %]</div>
3     <input type="hidden" name="contains" value="contains" />
4     <table>
5         <tr>
6             <td>
7                 <select name="qtype">
8                     <option value="identifier|isbn">[% l('ISBN') %]</option>
9                     <option value="identifier|issn">[% l('ISSN') %]</option>
10                     <option value="identifier|bib_cn">[% l('Call Number') %]</option>
11                     <option value="identifier|lccn">[% l('LCCN') %]</option>
12                     <option value="identifier|tcn">[% l('TCN') %]</option>
13                     <option disabled="disabled" value="item_barcode">[% l('Item Barcode') %]</option>[%# XXX have to implement special logic for this later %]
14                 </select>
15             </td>
16             <td>
17                 <input type="text" name="query" size="16" />
18             </td>
19         </tr>
20         <tr>
21             <td colspan="2" align="right">
22                 <input type="image" alt="[% l('Search') %]"
23                     src="[% ctx.media_prefix %]/images/search_btn.gif" />
24             </td>
25     </table>
26 </form>