Bugzilla – Attachment 31412 Details for
Bug 12835
Acquisitions: Show search terms in z39.50 results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12835 - Acquisitions: Show search terms in z39.50 results
0001-Bug-12835-Acquisitions-Show-search-terms-in-z39.50-r.patch (text/plain), 2.11 KB, created by
Paola Rossi
on 2014-09-05 15:26:00 UTC
(
hide
)
Description:
Bug 12835 - Acquisitions: Show search terms in z39.50 results
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-09-05 15:26:00 UTC
Size:
2.11 KB
patch
obsolete
>From 07ac143225f7c55543f12ffedecff335b2ed4e6e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Fri, 15 Aug 2014 06:28:07 +0200 >Subject: [PATCH] Bug 12835 - Acquisitions: Show search terms in z39.50 > results > >To test: > >- Go to Acquisitions, select a bookshop and a basket, click 'Add to basket':'From an external source' >- Do a search >- Your search terms should display at the top of the results page. >- Repeat search with several combinations of search terms (with and without results). > >- Check the output for correct html. > >Fields Raw (any) and Standard ID removed / MV > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 605dcb6..d646d52 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -149,6 +149,18 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > > [% ELSE %] > <h2>Search results</h2> >+ >+ <p>You searched for: >+ [% IF ( title ) %]<em>Title: </em><span class=term>[% title %]</span> [% END %] >+ [% IF ( author ) %]<em>Author: </em><span class=term>[% author %]</span> [% END %] >+ [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn %]</span> [% END %] >+ [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn %]</span> [% END %] >+ [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall %]</span> [% END %] >+ [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject %]</span> [% END %] >+ [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber %]</span> [% END %] >+ [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey %]</span> [%END %] >+ </p> >+ > [% IF ( breeding_loop ) %] > <table id="resultst"> > <thead> <tr> >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12835
:
31222
|
31371
|
31412
|
31442