Lines 31-36
Link Here
|
31 |
<li> |
31 |
<li> |
32 |
<label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> |
32 |
<label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> |
33 |
<li> |
33 |
<li> |
|
|
34 |
<label for="publicationyear">Publication year: </label> <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" /></li> |
35 |
<li> |
34 |
<label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> |
36 |
<label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> |
35 |
<li> |
37 |
<li> |
36 |
<label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li> |
38 |
<label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li> |
Lines 88-93
Link Here
|
88 |
You searched for: |
90 |
You searched for: |
89 |
[% IF ( title ) %]<em>Title: </em><span class="term">[% title | html %]</span> [% END %] |
91 |
[% IF ( title ) %]<em>Title: </em><span class="term">[% title | html %]</span> [% END %] |
90 |
[% IF ( author ) %]<em>Author: </em><span class="term">[% author | html %]</span> [% END %] |
92 |
[% IF ( author ) %]<em>Author: </em><span class="term">[% author | html %]</span> [% END %] |
|
|
93 |
[% IF ( publicationyear ) %]<em>Publication year: </em><span class="term">[% publicationyear | html %]</span> [% END %] |
91 |
[% IF ( isbn ) %]<em>ISBN: </em><span class="term">[% isbn | html %]</span> [% END %] |
94 |
[% IF ( isbn ) %]<em>ISBN: </em><span class="term">[% isbn | html %]</span> [% END %] |
92 |
[% IF ( issn ) %]<em>ISSN: </em><span class="term">[% issn | html %]</span> [% END %] |
95 |
[% IF ( issn ) %]<em>ISSN: </em><span class="term">[% issn | html %]</span> [% END %] |
93 |
[% IF ( lccall ) %]<em>LC call number: </em><span class="term">[% lccall | html %]</span> [% END %] |
96 |
[% IF ( lccall ) %]<em>LC call number: </em><span class="term">[% lccall | html %]</span> [% END %] |
Lines 192-197
Link Here
|
192 |
<input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" /> |
195 |
<input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" /> |
193 |
<input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" /> |
196 |
<input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" /> |
194 |
<input type="hidden" id="author" name="author" value="[% author | html %]" /> |
197 |
<input type="hidden" id="author" name="author" value="[% author | html %]" /> |
|
|
198 |
<input type="hidden" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" /> |
195 |
<input type="hidden" id="subject" name="subject" value="[% subject | html %]" /> |
199 |
<input type="hidden" id="subject" name="subject" value="[% subject | html %]" /> |
196 |
<input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" /> |
200 |
<input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" /> |
197 |
<input type="hidden" id="stdid" name="stdid" value="[% stdid | html %]" /> |
201 |
<input type="hidden" id="stdid" name="stdid" value="[% stdid | html %]" /> |
198 |
- |
|
|