[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui newba... [dev_week]

Chris Cormack crc at liblime.com
Mon Jun 18 23:56:07 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Chris Cormack <rangi>	07/06/18 21:56:07

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/acqui: newbasket2.tmpl 

Log message:
	Displaying isbn and providing a link to the showmarc.pl script, if you have
	greybox set up in you htdocs dir it will use this, otherwise it will be a
	standard link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbasket2.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.3&r2=1.1.2.1.2.4

Patches:
Index: newbasket2.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/newbasket2.tmpl,v
retrieving revision 1.1.2.1.2.3
retrieving revision 1.1.2.1.2.4
diff -u -b -r1.1.2.1.2.3 -r1.1.2.1.2.4
--- newbasket2.tmpl	14 Feb 2007 13:16:19 -0000	1.1.2.1.2.3
+++ newbasket2.tmpl	18 Jun 2007 21:56:07 -0000	1.1.2.1.2.4
@@ -2,6 +2,15 @@
 <!-- TMPL_INCLUDE name="masthead.inc" -->
 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
 
+<script type="text/javascript">
+    var GB_ROOT_DIR = "/greybox/";
+ </script>
+<script type="text/javascript" src="/greybox/AJS.js"></script>
+<script type="text/javascript" src="/greybox/AJS_fx.js"></script>
+<script type="text/javascript" src="/greybox/gb_scripts.js"></script>
+<link href="/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
+
+
 <div id="main">
  <h1>Shopping Basket <!-- TMPL_VAR name="basketno" --> For: <!-- TMPL_VAR name="bookselname" --></h1>
 
@@ -26,9 +35,11 @@
 <table>
 	<tr>
 		<th>Title</th>
+		<th>View MARC</th>
 		<th>Author</th>
 		<th>&copy;</th>
 		<th>Count</th>
+		<th>ISBN</th>
 		<th>Location</th>
 	</tr>
 
@@ -40,6 +51,9 @@
 					</a>
 		</td>
 		<td>
+		<a href="/cgi-bin/koha/acqui/showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">View MARC</a>
+		</td>
+		<td>
 			<a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR name="word" -->&amp;type=<!-- TMPL_VAR name="type" -->">
 			<!-- TMPL_VAR name="author" -->
 			</a>
@@ -51,6 +65,9 @@
 				<!-- TMPL_VAR NAME="itemcount" -->
 			</td>
 			<td>
+		 <!-- TMPL_VAR NAME="isbn" -->
+		 </td>
+			<td>
 				<!-- TMPL_IF name="use-location-flags-p" -->
 				<!-- TMPL_IF name="location-only" --><!-- TMPL_VAR NAME="location-only" --><br><!-- /TMPL_IF -->
 				<!-- TMPL_IF name="on-loan-p" -->On Loan<br><!-- /TMPL_IF -->





More information about the Koha-cvs mailing list