]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
Merge remote branch 'working/user/dbs/fix-nonfiling-titles'
[working/Evergreen.git] / Open-ILS / src / templates / opac / parts / advanced / numeric.tt2
1 <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     <input type="hidden" name="_special" value="1" />
5     [% IF loc %]<input type="hidden" name="loc" value="[% loc %]" />[% END %]
6     <table>
7         <tr>
8             <td>
9                 <select name="qtype">
10                     <!-- TODO: Pull labels from config.metabib_field.label -->
11                     <option value="identifier|isbn">[% l('ISBN') %]</option>
12                     <option value="identifier|issn">[% l('ISSN') %]</option>
13                     <option value="identifier|bib_cn">[% l('Bib Call Number') %]</option>
14                     <option value="cnbrowse">[% l('Call Number (Shelf Browse)') %]</option>
15                     <option value="identifier|lccn">[% l('LCCN') %]</option>
16                     <option value="identifier|tcn">[% l('TCN') %]</option>
17                     <option value="item_barcode">[% l('Item Barcode') %]</option>
18                 </select>
19             </td>
20             <td>
21                 <input type="text" name="query" size="16" />
22             </td>
23         </tr>
24         <tr>
25             <td colspan="2" align="right">
26                 <input type="submit" alt="[% l('Search') %]"
27                     value="[% l('Search') %]" class="opac-button" />
28             </td>
29     </table>
30 </form>