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

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Nov 30 22:08:01 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/11/30 21:08:01

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

Log message:
	Corrections to output of subject headings

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

Patches:
Index: opac-detailprint.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detailprint.tmpl,v
retrieving revision 1.1.2.3.2.1
retrieving revision 1.1.2.3.2.2
diff -u -b -r1.1.2.3.2.1 -r1.1.2.3.2.2
--- opac-detailprint.tmpl	6 Sep 2006 14:42:07 -0000	1.1.2.3.2.1
+++ opac-detailprint.tmpl	30 Nov 2006 21:08:01 -0000	1.1.2.3.2.2
@@ -32,7 +32,7 @@
 	
 <!-- TMPL_UNLESS NAME="MARCSUBJCTS" -->
 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
-<!-- TMPL_IF name="subjects" --><tr><th>Subject(s):</th><td><!-- TMPL_LOOP name="subjects" --><a href="/cgi-bin/koha/opac-search.pl?op=do_search&amp;marclist=bibliosubject.subject&amp;and_or=and&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP --></td></tr><!-- /TMPL_IF -->
+<!-- TMPL_IF name="subjects" --><tr><th>Subject(s):</th><td><!-- TMPL_LOOP name="subjects" --><a href="/search?q=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP --></td></tr><!-- /TMPL_IF -->
 <!-- /TMPL_LOOP -->
 <!-- /TMPL_UNLESS -->
 
@@ -47,21 +47,25 @@
 		<!-- TMPL_IF NAME="MARCSUBJCTS" -->
 		<tr>
 			<th>Related links:</th>
-			<td><ul><!-- TMPL_LOOP NAME="MARCSUBJCTS" --><li><a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="marcsubjct" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a></li><!-- /TMPL_LOOP --></ul></td></tr>
+			<td><!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
+							<!-- TMPL_LOOP NAME="MARCSUBJECT_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" -->su:<!-- TMPL_VAR NAME="link" --> <!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a>
+							<!-- /TMPL_LOOP --> |
+			<!-- /TMPL_LOOP --></td></tr>
 	<!-- /TMPL_IF -->
 </table>
 </div>
 
 <!-- TMPL_IF NAME="ITEM_RESULTS" -->
-<div class="table"><table>
+<table>
 <!--HOLDINGS INFORMATION HEADER TABLE ROWS-->
-<tr><!-- <th>&nbsp;</th> -->
+<thead><tr><!-- <th>&nbsp;</th> -->
 <th>Type/Format</th>
 <th>Call Number</th>
 <th>Location</th>
 <th>Due Date</th>
 <th>Last Seen</th>
-<!-- <th>Barcode</th> --></tr>
+<!-- <th>Barcode</th> --></tr></thead>
 <tbody>
 <!--INFORMATION ROWS-->
 <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
@@ -77,8 +81,8 @@
 <!-- TMPL_ELSE -->
 <table><tr><td>No copies available.</td></tr></table>
 <!-- /TMPL_IF -->
-
 </div>
+
 <script language="javascript" type="text/javascript">
 function docprint() {
 	window.print();





More information about the Koha-cvs mailing list