translated by hellen
[koha.git] / koha-tmpl / intranet-tmpl / default / de / authorities / authorities-home.tmpl
1     <!-- TMPL_INCLUDE NAME="auth-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
12                         <select name="authtypecode">
13                         <!-- TMPL_LOOP NAME="authtypesloop" -->
14                                 <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
15                                         <!-- TMPL_VAR NAME="authtypetext" -->
16                                 </option>
17                         <!-- /TMPL_LOOP -->
18                         </select>
19                 </h2>
20                 <p>
21                         <label class="label100">Main entry</label>
22                         <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
23                         <input type="hidden" name="marclist" value="mainentry">
24                         <input type="hidden" name="and_or" value="and">
25                         <input type="hidden" name="excluding" value="">
26                         <select name="operator">
27                                 <option value="contains">contains</option>
28                                 <option value="start">start by</option>
29                         </select>
30                 </p>
31                 <p>
32                         <label class="label100">Anywhere</label>
33                         <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                         <select name="operator">
38                                 <option value="contains">contains</option>
39                                 <option value="start">start by</option>
40                         </select>
41                 </p>
42                 <p>
43                         <input type="submit" value="Suche starten" class="button authority">
44                 </p>
45         </div>
46 </form>
47 </div>
48 <!-- TMPL_INCLUDE NAME="auth-bottom.inc" -->
49