[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-basket.tmpl,1.3,1.4 opac-detail.tmpl,1.16,1.17 opac-main.tmpl,1.16,1.17 opac-reserve.tmpl,1.6,1.7 opac-search.tmpl,1.11,1.12 opac-searchresults.tmpl,1.20,1.21 opac-serial-issues.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 1 14:41:39 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20915/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-basket.tmpl opac-detail.tmpl opac-main.tmpl 
	opac-reserve.tmpl opac-search.tmpl opac-searchresults.tmpl 
	opac-serial-issues.tmpl 
Log Message:
merging 2.2 branch with head. Sorry for not making it before, many many commits done here

Index: opac-basket.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-basket.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-basket.tmpl	13 Aug 2004 05:54:55 -0000	1.3
--- opac-basket.tmpl	1 Mar 2005 13:41:05 -0000	1.4
***************
*** 7,10 ****
--- 7,117 ----
  <!-- /TMPL_IF -->
  <div id="mainbloc" style="margin-top:10px;margin-bottom:20px;padding-top:10px;padding-bottom:10px;">
+ <!-- TMPL_IF NAME="verbose" -->
+ 	<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
+ 	<h3><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF name="subtitle" --> <!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_IF --></h3>
+ 	<table>
+ 		<!-- TMPL_UNLESS NAME="print_basket" -->
+ 			<tr><td colspan="2">
+ 				<form>
+ 					<label for="bib<!-- TMPL_VAR NAME="biblionumber" -->">
+ 						<input type="checkbox" value="<!-- TMPL_VAR NAME="biblionumber" -->" name="bib<!-- TMPL_VAR NAME="biblionumber" -->" id="bib<!-- TMPL_VAR NAME="biblionumber" -->" onclick="selRecord(value,checked)"> Select this Item
+ 					</label>
+ 				</form>
+ 			</td></tr>
+ 		<!-- /TMPL_UNLESS -->
+ 		<!-- TMPL_IF name="isbn" -->
+ 			<tr>
+ 				<th>ISBN:</th>
+ 				<td><!-- TMPL_VAR NAME="ISBN" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="author" -->
+ 			<tr>
+ 				<th>Author:</th>
+ 				<td> <!-- TMPL_VAR NAME="author" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="additional" -->
+ 			<tr>
+ 				<th>Additional authors:</th>
+ 				<td><!-- TMPL_VAR NAME="additional" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF NAME="publishercode" -->
+ 			<tr>
+ 				<th>Publisher:</th>
+ 				<td><!-- TMPL_VAR NAME="place" --> <!-- TMPL_VAR NAME="publishercode" --> <!-- TMPL_VAR NAME="publicationyear" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF NAME="pages" -->
+ 			<tr>
+ 				<th>Details: </th>
+ 				<td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="collection" -->
+ 			<tr>
+ 				<th>Collection:</th>
+ 				<td> <!-- TMPL_VAR NAME="seriestitle" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="subject" -->
+ 			<tr>
+ 				<th>Subject:</th>
+ 				<td> <!-- TMPL_VAR NAME="subject" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="copyrightdate" -->
+ 			<tr>
+ 				<th>Copyright:</th>
+ 				<td> <!-- TMPL_VAR NAME="copyrightdate" --></td>
+ 				</tr>
+ 			<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="notes" -->
+ 			<tr>
+ 				<th>Notes:</th>
+ 				<td> <!-- TMPL_VAR NAME="notes" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="unititle" -->
+ 			<tr>
+ 				<th>Unified title:</th>
+ 				<td> <!-- TMPL_VAR NAME="unititle" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="serial" -->
+ 			<tr>
+ 				<th>Serial:</th>
+ 				<td><!-- TMPL_VAR NAME="serial" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="dewey" -->
+ 			<tr>
+ 				<th>Dewey:</th>
+ 				<td><!-- TMPL_VAR name="dewey" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="classification" -->
+ 			<tr>
+ 				<th>Call Number:</th>
+ 				<td> <!-- TMPL_VAR name="classification" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="lccn" -->
+ 			<tr>
+ 				<th>LCCN:</th>
+ 				<td> <!-- TMPL_VAR name="lccn" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="url" -->
+ 			<tr>
+ 				<th>URL:</th>
+ 				<td> <!-- TMPL_VAR NAME="url" --></td>
+ 			</tr>
+ 		<!-- /TMPL_IF -->
+ 		</table>
+ 	<!-- /TMPL_LOOP -->
+ <!-- TMPL_ELSE -->
+ 
  	<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  	<div width="100%" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-bottom:10px;">
***************
*** 21,25 ****
  				<tr>
  					<th>
! 						<!-- TMPL_VAR NAME="title" -->  (record <!-- TMPL_VAR NAME="biblionumber" -->)
  					</th>
  				</tr>
--- 128,132 ----
  				<tr>
  					<th>
! 						<a onClick="javascript:openBiblio(<!-- TMPL_VAR name="biblionumber" -->)"><!-- TMPL_VAR NAME="title" --></a>
  					</th>
  				</tr>
***************
*** 52,55 ****
--- 159,163 ----
  	</div>
  	<!-- /TMPL_LOOP -->
+ <!-- /TMPL_IF -->
  </div>
  

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** opac-detail.tmpl	24 Jan 2005 22:11:54 -0000	1.16
--- opac-detail.tmpl	1 Mar 2005 13:41:05 -0000	1.17
***************
*** 41,68 ****
  		<tr>
  			<th>
! 				<!-- TMPL_VAR NAME="title" -->  (record <!-- TMPL_VAR NAME="biblionumber" -->)
  			</th>
  		</tr>
  		<tr>
  			<td>
! <!-- TMPL_IF name="subtitle" --><b>Subtitle:</b> <!-- TMPL_VAR NAME="subtitle" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="author" --><b>Author:</b> <!-- TMPL_VAR NAME="author" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="publishercode" --><b>Published by :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="publishercode" -->
! 				<!-- TMPL_IF name="publicationyear" --><b>in </b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" -->
  				<!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
  				<!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br />
! 				<!-- TMPL_IF name="isbn" --><b>ISBN:</b> <!-- TMPL_VAR NAME="isbn" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="seriestitle" --><b>Collection:</b> <!-- TMPL_VAR NAME="seriestitle" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="subjects" --><b>Subject(s):</b> 
  					<!-- TMPL_LOOP name="subjects" -->
  						<a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP -->
  					<br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="copyrightdate" --><b>Year :</b> <!-- TMPL_VAR NAME="copyrightdate" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="notes" --><b>Notes:</b> <!-- TMPL_VAR NAME="notes" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="unititle" --><b>Unititle:</b> <!-- TMPL_VAR NAME="unititle" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dewey" --><b>Dewey:</b><!-- TMPL_VAR name="dewey" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="url" --><b>URL:</b> <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a><br /><!-- /TMPL_IF -->
! 				<b>Item type : </b><!-- TMPL_VAR NAME="itemtype" --><br/>
  				<b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" -->
  			</td>
--- 41,80 ----
  		<tr>
  			<th>
! 				<!-- TMPL_VAR NAME="title" -->
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				<!-- TMPL_IF name="subtitles" -->
! 					<label><b>Subtitle(s):</b> </label>
! 					<!-- TMPL_LOOP name="subtitles" -->
! 						<!-- TMPL_VAR NAME="subtitle" --> ; 
! 					<!-- /TMPL_LOOP -->
! 					<br />
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="author" --><label><b>Author:</b> </label><!-- TMPL_VAR NAME="author" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="additional" --><label><b>Additional Author:</b></label><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="publishercode" --><label><b>Published by :</b></label><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="publishercode" --><br />
! 				<!-- TMPL_IF name="publicationyear" --><label><b>in </b></label><!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" -->
  				<!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
  				<!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br />
! 				<!-- TMPL_IF name="isbn" --><label><b>ISBN:</b> </label><!-- TMPL_VAR NAME="isbn" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="seriestitle" --><label><b>Collection:</b> </label><!-- TMPL_VAR NAME="seriestitle" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="subjects" --><label><b>Subject(s):</b> </label>
  					<!-- TMPL_LOOP name="subjects" -->
  						<a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP -->
  					<br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="copyrightdate" --><label><b>Year :</b> </label><!-- TMPL_VAR NAME="copyrightdate" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="notes" --><label><b>Notes:</b> </label><!-- TMPL_VAR NAME="notes" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="unititle" --><label><b>Unititle:</b> </label><!-- TMPL_VAR NAME="unititle" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dewey" --><label><b>Dewey:</b></label><!-- TMPL_VAR name="dewey" --><br /><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="url" --><label><b>URL:</b> </label><a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a><br /><!-- /TMPL_IF -->
! 				<label><b>Item type : </b></label>
! 					<!-- TMPL_IF name="description" -->
! 						<!-- TMPL_VAR name="description" -->
! 					<!-- TMPL_ELSE -->
! 						<!-- TMPL_VAR NAME="itemtype" -->
! 					<!-- /TMPL_IF -->
! 					<br/>
  				<b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" -->
  			</td>
***************
*** 107,110 ****
--- 119,123 ----
  		<tr>
  			<th>location</th>
+ 			<th>status</th>
  			<th>date Due</th>
  			<th>last Seen</th>
***************
*** 113,117 ****
  		<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
  			<tr>
! 				<td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --></td>
  				<td><!-- TMPL_VAR NAME="datedue" --></td>
  				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
--- 126,142 ----
  		<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
  			<tr>
! 				<td>
! 					<!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> 
! 					<!-- TMPL_IF name="itemcallnumber" -->
! 						(<!-- TMPL_VAR NAME="itemcallnumber" -->)
! 					<!-- /TMPL_IF -->
! 				</td>
! 				<td>
! 					<!-- TMPL_IF name="datedue" -->
! 						On loan
! 					<!-- TMPL_ELSE -->
! 						<!-- TMPL_VAR name="notforloan" -->
! 					<!-- /TMPL_IF -->
! 				</td>
  				<td><!-- TMPL_VAR NAME="datedue" --></td>
  				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
***************
*** 130,137 ****
  		<!-- /TMPL_LOOP -->
  	</table>
! 	<!-- TMPL_IF name="subscriptionid" -->
  		<p>
! 			This is a serial subscription. You can see which 
! 				<a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
  					Issues
  				</a> we have and don't have
--- 155,162 ----
  		<!-- /TMPL_LOOP -->
  	</table>
! 	<!-- TMPL_IF name="subscriptionsnumber" -->
  		<p>
! 			This is a serial subscription (we have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions). You can see which 
! 				<a href="opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue" title="Serial issues">
  					Issues
  				</a> we have and don't have

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** opac-main.tmpl	3 Jan 2005 11:09:33 -0000	1.16
--- opac-main.tmpl	1 Mar 2005 13:41:05 -0000	1.17
***************
*** 9,12 ****
--- 9,13 ----
  		<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
  	<!-- /TMPL_IF -->
+ 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  	<title><!--TMPL_VAR name="LibraryName"--></title>
  </head>

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-reserve.tmpl	6 Dec 2004 17:56:56 -0000	1.6
--- opac-reserve.tmpl	1 Mar 2005 13:41:05 -0000	1.7
***************
*** 5,8 ****
--- 5,9 ----
  	<h2>Impossible to set reserve because </h2>
  	<ul>
+ 		<!-- TMPL_IF name="noreserve" --><li>You can't make reserve in this library (feature unactivated)</li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="too_much_oweing" --><li>you owe <!-- TMPL_VAR NAME="too_much_oweing" --></li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="too_many_reserves" --><li>you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.</li><!-- /TMPL_IF -->
***************
*** 69,73 ****
  		</ul>
  		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
! 		<!-- TMPL_IF NAME="fee" -->
  			<p>Note there will be a reserve charge of <b>$<!-- TMPL_VAR NAME="fee" --></b></p>
  		<!-- /TMPL_IF -->
--- 70,74 ----
  		</ul>
  		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
! 		<!-- TMPL_IF NAME="istherefee" -->
  			<p>Note there will be a reserve charge of <b>$<!-- TMPL_VAR NAME="fee" --></b></p>
  		<!-- /TMPL_IF -->

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** opac-search.tmpl	2 Dec 2004 16:46:48 -0000	1.11
--- opac-search.tmpl	1 Mar 2005 13:41:05 -0000	1.12
***************
*** 6,10 ****
  <form name="f" method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->">
  	
! 	<div id="bloc20">
  		<h2 class="catalogue">Search on</h2>
  		<p>
--- 6,10 ----
  <form name="f" method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->">
  	
! 	<div id="bloc60">
  		<h2 class="catalogue">Search on</h2>
  		<p>
***************
*** 42,45 ****
--- 42,53 ----
  		</p>
  		<p>
+ 			<label class="label20">Series title</label>
+ 			<input type="hidden" name="marclist" value="biblio.seriestitle" />
+ 			<input type="hidden" name="and_or" value="and" />
+ 			<input type="hidden" name="excluding" value="" />
+ 			<input type="hidden" name="operator" value="contains" />
+ 			<input type="text" name="value" onchange="sql_update()" size="35"/>
+ 		</p>
+ 		<p>
  			<label class="label20">Item Type</label>
  			<input type="hidden" name="marclist" value="biblioitems.itemtype" />
***************
*** 57,63 ****
  				<!-- TMPL_VAR name="CGIbranch" -->
  		</p>
- 		<p>
- 			<input type="submit" value="Start search" class="button catalogue" />
- 		</p>
  	</div>
  	<div id="bloc20">
--- 65,68 ----
***************
*** 68,72 ****
  				<input type="hidden" name="and_or" value="and" />
  				<input type="hidden" name="excluding" value="" />
! 				<input type="hidden" name="operator" value="contains" />
  				<input type="text" name="value" onchange="sql_update()" /> 
  		</p>
--- 73,77 ----
  				<input type="hidden" name="and_or" value="and" />
  				<input type="hidden" name="excluding" value="" />
! 				<input type="hidden" name="operator" value="start" />
  				<input type="text" name="value" onchange="sql_update()" /> 
  		</p>
***************
*** 95,98 ****
--- 100,117 ----
  			<input type="text" name="value" onchange="sql_update()" />
  		</p>
+ 		<p>
+ 			<label class="label20">Published between</label>
+ 			<input type="hidden" name="marclist" value="biblioitems.publicationyear" />
+ 			<input type="hidden" name="and_or" value="and" />
+ 			<input type="hidden" name="excluding" value="" />
+ 			<input type="hidden" name="operator" value=">=" />
+ 			<input type="text" name="value" size="6" maxlength="4" onchange="sql_update()" />
+ 			and
+ 			<input type="hidden" name="marclist" value="biblioitems.publicationyear" />
+ 			<input type="hidden" name="and_or" value="and" />
+ 			<input type="hidden" name="excluding" value="" />
+ 			<input type="hidden" name="operator" value="<=" />
+ 			<input type="text" name="value" size="6" maxlength="4" onchange="sql_update()" />
+ 		</p>
  		<p>Results per page :
  			<select name="resultsperpage" size="1">
***************
*** 112,118 ****
  			</select>
  		</p>
- 		<p>&nbsp;</p>
- 		<p>&nbsp;</p>
  	</div>
  	<div id="bloc60">
  		<h2>Hints</h2>
--- 131,139 ----
  			</select>
  		</p>
  	</div>
+ 	<p>
+ 		<input type="submit" value="Start search" class="button catalogue" />
+ 		<input type="reset" value="Clear all" class="button catalogue" />
+ 	</p>
  	<div id="bloc60">
  		<h2>Hints</h2>

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** opac-searchresults.tmpl	10 Dec 2004 16:11:29 -0000	1.20
--- opac-searchresults.tmpl	1 Mar 2005 13:41:05 -0000	1.21
***************
*** 79,92 ****
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP name="CN" -->
! 						<p><!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" --> 
! 						<!-- TMPL_IF name="date_due" -->
! 							<i>(On Loan until <!-- TMPL_VAR name="date_due" -->)</i>
! 						<!-- TMPL_ELSE -->
! 							<!-- TMPL_IF name="itemcallnumber" -->
! 								(<!-- TMPL_VAR name="itemcallnumber" -->)
  							<!-- /TMPL_IF -->
- 						<!-- /TMPL_IF -->
  						</p>
  					<!-- /TMPL_LOOP -->
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
--- 79,97 ----
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP name="CN" -->
! 						<p>
! 							<!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" -->
! 							<!-- TMPL_IF name="date_due" -->
! 								<i>(On Loan until <!-- TMPL_VAR name="date_due" -->)</i>
! 							<!-- TMPL_ELSE -->
! 								<!-- TMPL_IF name="itemcallnumber" -->
! 									(<!-- TMPL_VAR name="itemcallnumber" -->)
! 								<!-- /TMPL_IF -->
! 							<!-- /TMPL_IF -->
! 							<!-- TMPL_IF name="notforloan" -->
! 								<i>(<!-- TMPL_VAR name="notforloan" -->)</i>
  							<!-- /TMPL_IF -->
  						</p>
  					<!-- /TMPL_LOOP -->
+ 					<!-- TMPL_IF name="onorder" --><p>On order</p><!-- /TMPL_IF -->
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>

Index: opac-serial-issues.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-serial-issues.tmpl	13 Aug 2004 05:54:55 -0000	1.2
--- opac-serial-issues.tmpl	1 Mar 2005 13:41:06 -0000	1.3
***************
*** 5,9 ****
  <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Back to biblio</a>
  <form method="post" name="f">
! <div id="bloc25">
  	<h2 class="catalogue">Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
  		<p>It began on <b><!-- TMPL_VAR name="startdate" --></b> and is issued every
--- 5,10 ----
  <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Back to biblio</a>
  <form method="post" name="f">
! <!-- TMPL_LOOP name="subscription_LOOP" -->
! <div id="bloc60">
  	<h2 class="catalogue">Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
  		<p>It began on <b><!-- TMPL_VAR name="startdate" --></b> and is issued every
***************
*** 75,84 ****
  		</p>
  		<p><!-- TMPL_VAR name="notes" --></p>
! 	<h2 class="catalogue">Issues summary</h2>
! 	<p>
! 		<!-- TMPL_VAR name="opacnote" -->
! 	</p>
  </div>
! 
  </div>
  
--- 76,87 ----
  		</p>
  		<p><!-- TMPL_VAR name="notes" --></p>
! 	<!-- TMPL_IF name="opacnotes" -->
! 		<h2 class="catalogue">Issues summary</h2>
! 		<p>
! 			<!-- TMPL_VAR name="opacnote" -->
! 		</p>
! 	<!-- /TMPL_IF -->
  </div>
! <!-- /TMPL_LOOP -->
  </div>
  





More information about the Koha-cvs mailing list