[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-searchresu... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Aug 18 17:16:03 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/18 15:16:03

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-searchresults.tmpl 

Log message:
	Fixing error in variable encoding

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-searchresults.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.13&r2=1.1.2.14

Patches:
Index: opac-searchresults.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-searchresults.tmpl,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -b -r1.1.2.13 -r1.1.2.14
--- opac-searchresults.tmpl	10 Aug 2006 17:08:48 -0000	1.1.2.13
+++ opac-searchresults.tmpl	18 Aug 2006 15:16:03 -0000	1.1.2.14
@@ -59,7 +59,7 @@
 --></a></div></td>
 <!-- /TMPL_IF -->
 
-				<td><!-- TMPL_IF name="BiblioDefaultViewmarc" --><a href="/cgi-bin/koha/opac-MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" ESCAPE="URL" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="URL" --></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" ESCAPE="URL" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="URL" --></a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" ESCAPE="URL" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="URL" --></a><!-- /TMPL_IF --><!-- /TMPL_IF -->				
+				<td><!-- TMPL_IF name="BiblioDefaultViewmarc" --><a href="/cgi-bin/koha/opac-MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML" --></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" ESCAPE="HTML" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML" --></a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --> <!-- TMPL_VAR NAME="subtitle" ESCAPE="HTML" --></a><!-- /TMPL_IF --><!-- /TMPL_IF -->				
 			 <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
@@ -87,14 +87,9 @@
 				<a class="nav" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;orderby=<!-- TMPL_VAR NAME="orderby" -->&amp;type=intranet&amp;op=do_search">Next &gt;&gt;</a>
 				<!-- /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> 
 
@@ -102,14 +97,10 @@
 
 <!-- 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>





More information about the Koha-cvs mailing list