]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/npl/en/authorities/authorities-home.tmpl
Synching with rel_2_2.
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / authorities / authorities-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
4 <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
5 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
6
7 <div id="main">
8
9 <form name="f" method="post">
10         <input type="hidden" name="op" value="do_search" />
11         <input type="hidden" name="type" value="intranet" />
12         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
13 <div class="data"><table>
14 <caption>Authority search</caption>
15 <tr><th><label for="authtypecode">Authority type</label></th><td><select id="authtypecode" name="authtypecode">
16                         <!-- TMPL_LOOP NAME="authtypesloop" -->
17                                 <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
18                                         <!-- TMPL_VAR NAME="authtypetext" -->
19                                 </option>
20                         <!-- /TMPL_LOOP -->
21                         </select></td></tr>
22 <tr><th><label id="mainentry">Main entry</label></th><td><select name="operator" id="mainentry">
23                                 <option value="contains">contains</option>
24                                 <option value="start">start by</option>
25                         </select> <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
26                         <input type="hidden" name="marclist" value="mainentry" />
27                         <input type="hidden" name="and_or" value="and" />
28                         <input type="hidden" name="excluding" value="" />
29                         </td></tr>                      
30 <tr><th><label for="anywhere">Anywhere</label></th><td><select name="operator" id="anywhere">
31                                 <option value="contains">contains</option>
32                                 <option value="start">start by</option>
33                         </select> <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
34                         <input type="hidden" name="marclist" value="">
35                         <input type="hidden" name="and_or" value="and">
36                         <input type="hidden" name="excluding" value="">
37                         </td></tr></table></div>
38                 <p>
39                         <input type="submit" value="Start search" class="submit">
40                 </p>
41 </form>
42 </div>
43
44 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
45