1 <!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
4 <h1 class="authority">Autoritätensuche</h1>
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" -->">
11 <h2 class="authority">Suche nach</h2>
13 <label class="label100">Autoritätstyp</label>
14 <!-- TMPL_VAR NAME="authtypecode" -->
15 <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
18 <label class="label100">Haupteintrag</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">starten mit</option>
24 <option value="contains">enthält</option>
26 <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
29 <label class="label100">Irgendwo</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">enthält</option>
35 <option value="start">starten mit</option>
37 <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
40 <input type="submit" value="Suche starten" class="button authority">
45 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->