[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Dec 4 16:48:22 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/12/04 15:48:22

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

Log message:
	Addition of complete series information in template loop (Bug 1227)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.19.2.17&r2=1.1.2.19.2.18

Patches:
Index: opac-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.19.2.17
retrieving revision 1.1.2.19.2.18
diff -u -b -r1.1.2.19.2.17 -r1.1.2.19.2.18
--- opac-detail.tmpl	30 Nov 2006 20:15:26 -0000	1.1.2.19.2.17
+++ opac-detail.tmpl	4 Dec 2006 15:48:22 -0000	1.1.2.19.2.18
@@ -17,8 +17,7 @@
 </div>
 <div class="further">
 <h4>Search for this title in:</h4>
-<ul><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="title" -->&rurl=http%3A//www.oplin.org/&wut_code=OH0156">Local Databases (OPLIN)</a></li>
-<li><a href="http://worldcat.org/search?q=<!-- TMPL_VAR NAME="title" ESCAPE="url" -->">Other Libraries (WorldCat)</a></li>
+<ul><li><a href="http://worldcat.org/search?q=<!-- TMPL_VAR NAME="title" ESCAPE="url" -->">Other Libraries (WorldCat)</a></li>
 <li><a href="http://www.scholar.google.com/scholar?q=<!-- TMPL_VAR NAME="title" ESCAPE="url" -->">Other Databases (Google Scholar)</a></li></ul></div>
 </div>
 
@@ -42,6 +41,15 @@
 <!-- TMPL_IF NAME="pages" -->
 	<p><strong>Physical Details: </strong><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></p>
 <!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="MARCSERIES" -->
+            <p><strong>Series:</strong> <!-- TMPL_LOOP NAME="MARCSERIES" -->
+                            <!-- TMPL_LOOP NAME="MARCSERIES_SUBFIELDS_LOOP" -->
+                                <!-- TMPL_VAR NAME="separator" --><a title="$<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" -->" href="/search?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" -->se:<!-- TMPL_VAR NAME="link" --> <!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a>
+                            <!-- /TMPL_LOOP --> |
+            <!-- /TMPL_LOOP --></p>
+<!-- /TMPL_IF -->
+
 <!-- TMPL_IF NAME="MARCSUBJCTS" -->
 			<p><strong>Subject(s):</strong> <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
 							<!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" -->





More information about the Koha-cvs mailing list