Lines 1-3
Link Here
|
|
|
1 |
[% PROCESS 'form-blocks.inc' %] |
1 |
<script type="text/javascript"> |
2 |
<script type="text/javascript"> |
2 |
//<![CDATA[ |
3 |
//<![CDATA[ |
3 |
|
4 |
|
Lines 90-99
$(document).ready(function(){
Link Here
|
90 |
|
91 |
|
91 |
|
92 |
|
92 |
<form name="f" method="get" action="auth_finder.pl"> |
93 |
<form name="f" method="get" action="auth_finder.pl"> |
|
|
94 |
<input type="hidden" name="source" value="[% source %]" /> |
93 |
<input type="hidden" name="op" value="do_search" /> |
95 |
<input type="hidden" name="op" value="do_search" /> |
94 |
<input type="hidden" name="type" value="intranet" /> |
96 |
<input type="hidden" name="type" value="intranet" /> |
95 |
<input type="hidden" name="index" value="[% index %]" /> |
97 |
<input type="hidden" name="index" value="[% index %]" /> |
96 |
<fieldset class="rows"><ol><li> |
98 |
<fieldset class="rows"><legend>Search options</legend> |
|
|
99 |
<ol><li> |
97 |
<span class="label">Authority type</span> |
100 |
<span class="label">Authority type</span> |
98 |
[% authtypecode %] |
101 |
[% authtypecode %] |
99 |
<input type="hidden" name="authtypecode" value="[% authtypecode %]" /> |
102 |
<input type="hidden" name="authtypecode" value="[% authtypecode %]" /> |
Lines 159-163
$(document).ready(function(){
Link Here
|
159 |
<option value="HeadingDsc">Heading descendant</option> |
162 |
<option value="HeadingDsc">Heading descendant</option> |
160 |
</select> |
163 |
</select> |
161 |
</li></ol></fieldset> |
164 |
</li></ol></fieldset> |
|
|
165 |
[% IF source == 'auth' %] |
166 |
<fieldset class="rows"><legend>Relationship information</legend> |
167 |
<ol> |
168 |
<li> |
169 |
<label for="relationship">Special relationship: </label> |
170 |
<select name="relationship" id="relationship"> |
171 |
[% selected=relationship %] |
172 |
[% PROCESS selectoption value='' text='None specified' %] |
173 |
[% PROCESS selectoption value='a' text='a - Earlier heading' %] |
174 |
[% PROCESS selectoption value='b' text='b - Later heading' %] |
175 |
[% PROCESS selectoption value='d' text='d - Acronym' %] |
176 |
[% PROCESS selectoption value='f' text='f - Musical composition' %] |
177 |
[% PROCESS selectoption value='g' text='g - Broader term' %] |
178 |
[% PROCESS selectoption value='h' text='h - Narrower term' %] |
179 |
[% PROCESS selectoption value='i' text='i - Reference instruction phrase in subfield $i' %] |
180 |
[% PROCESS selectoption value='n' text='n - Not applicable' %] |
181 |
[% PROCESS selectoption value='r' text='r - Relationship designation in $i or $4' %] |
182 |
[% PROCESS selectoption value='t' text='t - Immediate parent body' %] |
183 |
</select> |
184 |
</li> |
185 |
</ol> |
186 |
</fieldset> |
187 |
[% END %] |
162 |
<fieldset class="action"> <input type="submit" value="Start search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
188 |
<fieldset class="action"> <input type="submit" value="Start search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
163 |
</form> |
189 |
</form> |