memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / authorities / auth_linker.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3
4
5 <div id="main">
6
7 <h1>Authority search</h1>
8
9 <form name="f" method="post">
10         <input type="hidden" name="nonav" value="<!-- TMPL_VAR NAME="nonav" -->">
11         <input type="hidden" name="op" value="do_search">
12         <input type="hidden" name="type" value="author">
13         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
14         <div id="bloc25">
15                 <h2 class="authority">Search on</h2>
16                 <p>
17                         
18 <label for="authtypecode">Authority type</label></th><td><select id="authtypecode" name="authtypecode">
19                         <!-- TMPL_LOOP NAME="authtypesloop" -->
20                                 <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
21                                         <!-- TMPL_VAR NAME="authtypetext" -->
22                                 </option>
23                         <!-- /TMPL_LOOP -->
24                         </select>
25                         
26                 </p>
27                 <p>
28                         <label class="label100">Main heading(a)</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
29                         <input type="hidden" name="marclist" value="mainentry">
30                         <input type="hidden" name="and_or" value="and">
31                         <input type="hidden" name="excluding" value="">
32                         <select name="operator">
33                                 <option value="all">All words</option>
34                                 <option value="phrase">Phrase</option>
35                         </select>
36                         <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
37                 </p>
38                 <p>
39                         <label class="label100">Sub heading</label><input type="text" name="value">
40                         <input type="hidden" name="marclist" value="">
41                         <input type="hidden" name="and_or" value="and">
42                         <input type="hidden" name="excluding" value="">
43                         <select name="operator">
44                                 <option value="all">All words</option>
45                                 <option value="phrase">Phrase</option>
46                         </select>
47                         <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
48                 </p>
49                 <p>
50                         <input type="submit" value="Start search" class="button authority">
51                 </p>
52         </div>
53 </form>
54 </div>
55
56
57 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
58