[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,1.2,1.3 |
Date: |
Thu, 07 Jul 2005 13:56:02 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19189/koha-tmpl/opac-tmpl/npl/en
Modified Files:
opac-searchresults.tmpl
Log Message:
Adding link to purchase suggestions at the bottom of search results. Also
adding some enhancements from the NPL catalog: Amazon cover thumbnails and
alternate search links (Google Scholar and WorldCat)
Index: opac-searchresults.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-searchresults.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-searchresults.tmpl 17 Feb 2005 21:22:54 -0000 1.2
--- opac-searchresults.tmpl 7 Jul 2005 20:55:53 -0000 1.3
***************
*** 5,8 ****
--- 5,13 ----
<div id="main">
+ <div class="further">
+ <h4>Try Your Search In:</h4>
+ <ul><!-- Display for NPL //<li><a
href="http://search3.webfeat.org/cgi-bin/webfeat.dll?Command=Search&BypassSessData=yes&noserial=1&Databases=wf_sirsdiscover,wf_elibrary2_e,wf_ebonline,wf_healthsourceconsumer,wf_masterfileprem,wf_newspapersource&wf_cat=0&Client_ID=oplin&wf_all_years=yes&wf_field1=wf_keyword&wf_term1=<!--
TMPL_VAR NAME="phraseorterm" ESCAPE="URL"
-->&rurl=http%3A//www.oplin.org/&wut_code=OH0156">Local Databases
(OPLIN)</a></li> //Display for NPL --><li><a
href="http://www.google.com/search?q=<!-- TMPL_VAR NAME="phraseorterm"
ESCAPE="URL" -->+site:worldcatlibraries.org">Other Libraries(WorldCat)</a></li>
+ <li><a href="http://www.scholar.google.com/scholar?q=<!-- TMPL_VAR
NAME="phraseorterm" ESCAPE="URL" -->">Other Databases (Google
Scholar)</a></li></ul></div>
+
<!-- TMPL_IF NAME="searchdesc" -->
<h3>Results for Search: <span class="ex"><!-- TMPL_VAR NAME="searchdesc"
--></span></h3>
***************
*** 39,43 ****
<table>
<tr>
! <th colspan="3">Title</th>
<th>Author</th>
<th>Call Number</th>
--- 44,48 ----
<table>
<tr>
! <th colspan="2">Title</th>
<th>Author</th>
<th>Call Number</th>
***************
*** 48,53 ****
<!-- TMPL_LOOP NAME="results" -->
<tr<!-- TMPL_IF name="even" --> class="highlight"<!--
/TMPL_IF -->>
! <td><input type="checkbox" name="bibid" value="<!--
TMPL_VAR NAME="bibid" -->"></td>
! <td><img src="<!-- TMPL_VAR NAME="themelang"
-->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR
NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /></td>
<td><!-- TMPL_IF name="BiblioDefaultViewmarc"
--><a href="/cgi-bin/koha/opac-MARCdetail.pl?bib=<!-- TMPL_VAR
NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!--
TMPL_VAR NAME="subtitle" --></a><!-- TMPL_ELSE --><!-- TMPL_IF
name="BiblioDefaultViewisbd" --><a
href="/cgi-bin/koha/opac-ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle"
--></a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!--
TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" -->
<!-- TMPL_VAR NAME="subtitle" --></a><!-- /TMPL_IF --><!-- /TMPL_IF -->
<!-- TMPL_IF name="publicationyear" --> - <!--
TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
--- 53,58 ----
<!-- TMPL_LOOP NAME="results" -->
<tr<!-- TMPL_IF name="even" --> class="highlight"<!--
/TMPL_IF -->>
! <td><label for="bib<!-- TMPL_VAR NAME="biblionumber"
-->"><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR
NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!--
TMPL_VAR NAME="itemtype" -->" /></label><br /><input type="checkbox"
name="bibid" id="bib<!-- TMPL_VAR NAME="biblionumber" -->" value="<!-- TMPL_VAR
NAME="biblionumber" -->" /></td>
!
<td><!-- TMPL_IF name="BiblioDefaultViewmarc"
--><a href="/cgi-bin/koha/opac-MARCdetail.pl?bib=<!-- TMPL_VAR
NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!--
TMPL_VAR NAME="subtitle" --></a><!-- TMPL_ELSE --><!-- TMPL_IF
name="BiblioDefaultViewisbd" --><a
href="/cgi-bin/koha/opac-ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle"
--></a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!--
TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" -->
<!-- TMPL_VAR NAME="subtitle" --></a><!-- /TMPL_IF --><!-- /TMPL_IF -->
<!-- TMPL_IF name="publicationyear" --> - <!--
TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
***************
*** 78,87 ****
<!-- /TMPL_IF --></div>
! <!-- Display for NPL
! <div class="note">
! Not finding what you're looking for?<br /> Make a <a
href="http://www.athenscounty.lib.oh.us/ipage.html">
! purchase suggestion</a>
! </div>
! /Display for NPL -->
</div>
--- 83,95 ----
<!-- /TMPL_IF --></div>
! <!-- Display for NPL <div class="note">Not finding what you're looking
for?<br /> Make a <a href="http://www.athenscounty.lib.oh.us/ipage.html">
! purchase suggestion</a><a
href="http://www.athenscounty.lib.oh.us/ipage.html">purchase
suggestion</a></div> /Display for NPL -->
!
! <!-- Hide from NPL -->
! <!-- TMPL_IF name="suggestion" -->
! <div class="note">Not finding what you're looking for?<br /> Make a <a
href="opac-suggestions.pl?op=add">purchase suggestion</a></div>
! <!-- /TMPL_IF -->
! <!-- /Hide from NPL -->
!
</div>
***************
*** 90,97 ****
<!-- TMPL_ELSE -->
Sorry, there were no results.
! <!-- Display for NPL <div class="note">
! Not finding what you're looking for?<br /> Make a <a
href="http://www.athenscounty.lib.oh.us/ipage.html">
! purchase suggestion</a>
! </div> /Display for NPL -->
<!-- /TMPL_IF -->
</div>
--- 98,110 ----
<!-- TMPL_ELSE -->
Sorry, there were no results.
! <!-- Display for NPL <div class="note">Not finding what you're looking
for?<br /> Make a <a href="http://www.athenscounty.lib.oh.us/ipage.html">
! purchase suggestion</a><a
href="http://www.athenscounty.lib.oh.us/ipage.html">purchase
suggestion</a></div> /Display for NPL -->
!
! <!-- Hide from NPL -->
! <!-- TMPL_IF name="suggestion" -->
! <div class="note">Not finding what you're looking for?<br /> Make a <a
href="opac-suggestions.pl?op=add">purchase suggestion</a></div>
! <!-- /TMPL_IF -->
! <!-- /Hide from NPL -->
!
<!-- /TMPL_IF -->
</div>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,1.2,1.3,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,1.1.2.4,1.1.2.5
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbookfund.tmpl,1.1,1.2 aqbudget.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,1.1.2.4,1.1.2.5
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbookfund.tmpl,1.1,1.2 aqbudget.tmpl,1.2,1.3
- Index(es):