View | Details | Raw Unified | Return to bug 1561
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-3 / +15 lines)
Lines 148-153 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
148
148
149
[% ELSE %]
149
[% ELSE %]
150
    <h2>Results</h2>
150
    <h2>Results</h2>
151
    <p>You searched for:
152
        [% IF ( title ) %]<em>Title: </em><span class=term>[% title %]</span> [% END %]
153
        [% IF ( author ) %]<em>Author: </em><span class=term>[% author %]</span> [% END %]
154
        [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn %]</span> [% END %]
155
        [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn %]</span> [% END %]
156
        [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall %]</span> [% END %]
157
        [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject %]</span> [% END %]
158
        [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber %]</span> [% END %]
159
        [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey %]</span> [%END %]
160
        [% IF ( srchany ) %]<em>Raw (any): </em><span class=term>[% srchany %]</span> [% END %]
161
        [% IF ( stdid ) %]<em>Standard ID: </em><span class=term>[% stdid %]</span> [% END %]
162
    </p>
163
151
    [% IF ( breeding_loop ) %]
164
    [% IF ( breeding_loop ) %]
152
    <table id="resultst">
165
    <table id="resultst">
153
<thead>    <tr>
166
<thead>    <tr>
Lines 222-229 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
222
                </ul>
235
                </ul>
223
            </div>
236
            </div>
224
         [% END %]
237
         [% END %]
225
   <div class="dialog message">Nothing found.</div>
238
    <div class="dialog message"><h3>Nothing found</h3>
226
	<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>
239
    <p><form method="gut" 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>
227
    [% END %]
240
    [% END %]
228
241
229
242
230
- 

Return to bug 1561