Lines 112-121
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
112 |
<div class="yui-u first"> |
112 |
<div class="yui-u first"> |
113 |
<fieldset class="rows"> |
113 |
<fieldset class="rows"> |
114 |
<ol> |
114 |
<ol> |
115 |
<li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li> |
115 |
<li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li> |
116 |
<li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li> |
116 |
<li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li> |
117 |
<li><label for="title">Title: </label> <input type="text" id="title" name="title" value="[% title |html %]" /></li> |
117 |
<li><label for="title">Title: </label> <input type="text" id="title" name="title" value="[% title |html %]" /></li> |
118 |
<li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li> |
118 |
<li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> |
119 |
<li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> |
119 |
<li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> |
120 |
<li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li> |
120 |
<li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li> |
121 |
<li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> |
121 |
<li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> |
Lines 124-131
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
124 |
<li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li> |
124 |
<li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li> |
125 |
</ol> |
125 |
</ol> |
126 |
<p><a id="resetZ3950Search" href="#">Clear search form</a></p> |
126 |
<p><a id="resetZ3950Search" href="#">Clear search form</a></p> |
127 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
127 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/> |
128 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
128 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" /> |
129 |
</div> |
129 |
</div> |
130 |
<div class="yui-g"> |
130 |
<div class="yui-g"> |
131 |
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2> |
131 |
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2> |
Lines 150-165
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
150 |
[% ELSE %] |
150 |
[% ELSE %] |
151 |
<h2>Results</h2> |
151 |
<h2>Results</h2> |
152 |
<p>You searched for: |
152 |
<p>You searched for: |
153 |
[% IF ( title ) %]<em>Title: </em><span class=term>[% title %]</span> [% END %] |
153 |
[% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %] |
154 |
[% IF ( author ) %]<em>Author: </em><span class=term>[% author %]</span> [% END %] |
154 |
[% IF ( author ) %]<em>Author: </em><span class=term>[% author | html %]</span> [% END %] |
155 |
[% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn %]</span> [% END %] |
155 |
[% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn | html %]</span> [% END %] |
156 |
[% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn %]</span> [% END %] |
156 |
[% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn | html %]</span> [% END %] |
157 |
[% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall %]</span> [% END %] |
157 |
[% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall | html %]</span> [% END %] |
158 |
[% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject %]</span> [% END %] |
158 |
[% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject | html %]</span> [% END %] |
159 |
[% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber %]</span> [% END %] |
159 |
[% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber | html %]</span> [% END %] |
160 |
[% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey %]</span> [%END %] |
160 |
[% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey | html %]</span> [%END %] |
161 |
[% IF ( srchany ) %]<em>Raw (any): </em><span class=term>[% srchany %]</span> [% END %] |
161 |
[% IF ( srchany ) %]<em>Raw (any): </em><span class=term>[% srchany | html %]</span> [% END %] |
162 |
[% IF ( stdid ) %]<em>Standard ID: </em><span class=term>[% stdid %]</span> [% END %] |
162 |
[% IF ( stdid ) %]<em>Standard ID: </em><span class=term>[% stdid | html %]</span> [% END %] |
163 |
</p> |
163 |
</p> |
164 |
[% IF ( errconn ) %] |
164 |
[% IF ( errconn ) %] |
165 |
<div class="dialog alert"> |
165 |
<div class="dialog alert"> |
Lines 211-227
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
211 |
<form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed"> |
211 |
<form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed"> |
212 |
<input type="hidden" name="op" id="op" value="do_search" /> |
212 |
<input type="hidden" name="op" id="op" value="do_search" /> |
213 |
<input type="hidden" name="current_page" id="current_page" value="[% current_page %]" /> |
213 |
<input type="hidden" name="current_page" id="current_page" value="[% current_page %]" /> |
214 |
<input type="hidden" id="title" name="title" value="[% title %]" /> |
214 |
<input type="hidden" id="title" name="title" value="[% title | html %]" /> |
215 |
<input type="hidden" id="isbn" name="isbn" value="[% isbn %]" /> |
215 |
<input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" /> |
216 |
<input type="hidden" id="lccall" name="lccall" value="[% lccall %]" /> |
216 |
<input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" /> |
217 |
<input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber %]" /> |
217 |
<input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" /> |
218 |
<input type="hidden" id="srchany" name="srchany" value="[% srchany %]" /> |
218 |
<input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" /> |
219 |
<input type="hidden" id="author" name="author" value="[% author %]" /> |
219 |
<input type="hidden" id="author" name="author" value="[% author | html %]" /> |
220 |
<input type="hidden" id="subject" name="subject" value="[% subject %]" /> |
220 |
<input type="hidden" id="subject" name="subject" value="[% subject | html %]" /> |
221 |
<input type="hidden" id="dewey" name="dewey" value="[% dewey %]" /> |
221 |
<input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" /> |
222 |
<input type="hidden" id="stdid" name="stdid" value="[% stdid %]" /> |
222 |
<input type="hidden" id="stdid" name="stdid" value="[% stdid | html %]" /> |
223 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
223 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
224 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
224 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" /> |
225 |
|
225 |
|
226 |
[% FOREACH server IN servers %] |
226 |
[% FOREACH server IN servers %] |
227 |
<input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" /> |
227 |
<input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" /> |
Lines 240-246
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
240 |
[% ELSE %] |
240 |
[% ELSE %] |
241 |
<div class="dialog message">Nothing found.</div> |
241 |
<div class="dialog message">Nothing found.</div> |
242 |
[% END %] |
242 |
[% END %] |
243 |
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try another search"/></form></p> |
243 |
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/><input type="submit" value="Try another search"/></form></p> |
244 |
|
244 |
|
245 |
[% END %] |
245 |
[% END %] |
246 |
|
246 |
|
247 |
- |
|
|