translated by hellen
[koha.git] / koha-tmpl / intranet-tmpl / default / de / authorities / auth_finder.tmpl
1 <!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
2 <div id="mainbloc">
3
4 <h1 class="authority">Authority search</h1>
5
6 <form name="f" method="post">
7         <input type="hidden" name="op" value="do_search">
8         <input type="hidden" name="type" value="intranet">
9         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
10         <div id="bloc25">
11                 <h2 class="authority">Suche nach</h2>
12                 <p>
13                         <label class="label100">Authority type</label>
14                         <!-- TMPL_VAR NAME="authtypecode" -->
15                         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
16                 </p>
17                 <p>
18                         <label class="label100">Main entry</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
19                         <input type="hidden" name="marclist" value="mainentry">
20                         <input type="hidden" name="and_or" value="and">
21                         <input type="hidden" name="excluding" value="">
22                         <select name="operator">
23                                 <option value="start">start by</option>
24                                 <option value="contains">contains</option>
25                         </select>
26                         <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
27                 </p>
28                 <p>
29                         <label class="label100">Anywhere</label><input type="text" name="value">
30                         <input type="hidden" name="marclist" value="">
31                         <input type="hidden" name="and_or" value="and">
32                         <input type="hidden" name="excluding" value="">
33                         <select name="operator">
34                                 <option value="contains">contains</option>
35                                 <option value="start">start by</option>
36                         </select>
37                         <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
38                 </p>
39                 <p>
40                         <input type="submit" value="Suche starten" class="button authority">
41                 </p>
42         </div>
43 </form>
44 </div>
45 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
46