[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.5,1.6 opac-main.tmpl,1.4,1.5 opac-user.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 12 23:27:14 CEST 2005


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

Modified Files:
	opac-detail.tmpl opac-main.tmpl opac-user.tmpl 
Log Message:
Synching with rel_2_2.

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac-detail.tmpl	5 Jul 2005 20:56:30 -0000	1.5
--- opac-detail.tmpl	12 Jul 2005 21:27:11 -0000	1.6
***************
*** 26,51 ****
  </div>
  <h2><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF NAME="subtitle" --> <span class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></span><!-- /TMPL_IF --></h2>
! <!-- TMPL_IF NAME="author" --><h3 class="author">By <a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&and_or=and&excluding=&operator=contains&value=<!-- TMPL_VAR NAME="author" -->.&resultsperpage=20&orderby=biblio.title&op=do_search"><!-- TMPL_VAR NAME="author" --></a></h3><!-- /TMPL_IF --> 
! 
! <table>
! 
! <!-- TMPL_IF NAME="abstract" --><tr><th>Format:</th><td><!-- TMPL_VAR NAME="abstract" --></td></tr><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="copyrightdate" -->
!     <tr><th>Copyright:</th><td><!-- TMPL_VAR NAME="copyrightdate" --></td></tr>
! <!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="seriestitle" --><tr><th>Series Title:</th><td><a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.seriestitle&and_or=and&excluding=&operator=contains&value=<!-- TMPL_VAR NAME="seriestitle" ESCAPE=URL -->.&resultsperpage=20&orderby=biblio.title&op=do_search"><!-- TMPL_VAR NAME="seriestitle" --></a><!-- TMPL_IF NAME="volume" --><!-- TMPL_VAR NAME="volume" --><!-- /TMPL_IF --></td></tr><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="isbn" -->
! 	    <tr><th>ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="lccn" -->
! 	    <tr><th>LCCN:</th><td><!-- TMPL_VAR NAME="lccn" --></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>Physical Details: </th><td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td></tr>
! <!-- /TMPL_IF -->
  <!-- /TMPL_LOOP -->
  
  <!-- TMPL_UNLESS NAME="MARCNOTES" -->
--- 26,32 ----
  </div>
  <h2><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF NAME="subtitle" --> <span class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></span><!-- /TMPL_IF --></h2>
! <!-- TMPL_IF NAME="author" --><h3 class="author">By <a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="author" -->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- TMPL_VAR NAME="author" --></a></h3><!-- /TMPL_IF --> 
  <!-- /TMPL_LOOP -->
+ <table>
  
  <!-- TMPL_UNLESS NAME="MARCNOTES" -->
***************
*** 62,68 ****
  <!-- /TMPL_UNLESS -->
  
- <!-- Hide from NPL --> <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
-  <tr><th>Record No.:</th><td><!-- TMPL_VAR NAME="biblionumber" --></td></tr> <!-- /TMPL_LOOP --> <!-- Hide from NPL -->
- 
  <!-- TMPL_IF NAME="MARCNOTES" -->
  		<tr>
--- 43,46 ----
***************
*** 73,77 ****
  		<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>
  	<!-- /TMPL_IF -->
  </table>
--- 51,83 ----
  		<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&amp;and_or=and&amp;operator=contains&value=<!-- TMPL_VAR NAME="marcsubjct" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a></li><!-- /TMPL_LOOP --></ul></td></tr>
! 	<!-- /TMPL_IF -->
! 
! <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
! <!-- TMPL_IF NAME="abstract" --><tr><th>Format:</th><td><!-- TMPL_VAR NAME="abstract" --></td></tr><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="copyrightdate" -->
!     <tr><th>Copyright:</th><td><!-- TMPL_VAR NAME="copyrightdate" --></td></tr>
! <!-- /TMPL_IF -->
! 			<!-- TMPL_IF NAME="seriestitle" --><tr><th>Series Title:</th><td><a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.seriestitle&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="seriestitle" ESCAPE=URL -->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- TMPL_VAR NAME="seriestitle" --></a><!-- TMPL_IF NAME="volume" --><!-- TMPL_VAR NAME="volume" --><!-- /TMPL_IF --></td></tr><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="isbn" -->
! 	    <tr><th>ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="lccn" -->
! 	    <tr><th>LCCN:</th><td><!-- TMPL_VAR NAME="lccn" --></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>Physical Details: </th><td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- /TMPL_LOOP -->
! 
! <!-- Hide from NPL --> <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
!  <tr><th>Record No.:</th><td><!-- TMPL_VAR NAME="biblionumber" --></td></tr> <!-- /TMPL_LOOP --> <!-- Hide from NPL -->
! </table>
! <table>
! <!-- TMPL_IF NAME="MARCURLS" -->
! 		<tr><th>Related URLs: </th><td><ul><!-- TMPL_LOOP NAME="MARCURLS" --><li><a href="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="MARCURL" --></a></li><!-- /TMPL_LOOP --></ul></td></tr>
  	<!-- /TMPL_IF -->
  </table>

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-main.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-main.tmpl	1 Mar 2005 13:41:08 -0000	1.4
--- opac-main.tmpl	12 Jul 2005 21:27:11 -0000	1.5
***************
*** 12,16 ****
  <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
  <h3>Log in to Check Your Account</h3>
! <p><label for="userid">Card Number:</label> <input type="text" id="userid" size="10" name="userid" /></p>
  <p><label for="password">Password:</label> <input type="password" id="password" size="10" name="password" /></p>
  <p><input type="submit" value="Log In" class="submit" /></p>
--- 12,16 ----
  <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
  <h3>Log in to Check Your Account</h3>
! <p><label for="userid">Card Number:</label><!-- Hide from NPL --><input type="text" id="userid" size="10" name="userid" /><!-- /Hide from NPL --> <!-- Display for NPL // <input type="text" id="userid" size="10" name="userid" onblur="ValidateCode();" /> //Display for NPL --></p>
  <p><label for="password">Password:</label> <input type="password" id="password" size="10" name="password" /></p>
  <p><input type="submit" value="Log In" class="submit" /></p>
***************
*** 33,42 ****
  			<a href="/cgi-bin/koha/opac-search.pl">Advanced Search (More Options)</a>
  		</p>
! <!-- Display for NPL <p><em class="new">New! </em>Find the latest additions: <br /><a href="/format-search.php">Search by format and date</a></p> /Display for NPL -->
  	</form>
! 	<br clear="right" />
  </div>
  
! <div class="content-block">
  	<h3>Recent acquisitions</h3>
  	<form action="/cgi-bin/koha/opac-search.pl">
--- 33,43 ----
  			<a href="/cgi-bin/koha/opac-search.pl">Advanced Search (More Options)</a>
  		</p>
! <!-- Display for NPL // <p>Find the latest additions: <br /><a href="/opac-format-search.php">Search by format and date</a></p> //Display for NPL -->
  	</form>
! 	<!-- TMPL_IF NAME="loggedinusername" -->
! <!-- TMPL_ELSE --><br clear="right" /><!-- /TMPL_IF -->
  </div>
  
! <!-- Hide from NPL --><div class="content-block">
  	<h3>Recent acquisitions</h3>
  	<form action="/cgi-bin/koha/opac-search.pl">
***************
*** 49,69 ****
  			<input type="hidden" name="op" value="do_search" />
  			<input type="hidden" name="type" value="opac" />
! 			<input type="hidden" name="orderby" value="biblio.timestamp desc">
  			<input type="submit" value="Search" class="submit" />
  		</p>
  	</form>
! </div>
  	
  <!-- TMPL_IF NAME="loggedinusername" -->
  <div class="content-block">
! <h3>Logged in as </h3>
! <p><!-- TMPL_LOOP NAME="USER_INFO" -->
!  <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->
! <!-- /TMPL_LOOP --></p>
! <p><a href="/cgi-bin/koha/opac-user.pl">your library home</a> |   
! 	<a href="/cgi-bin/koha/opac-account.pl">your account</a> |
! 	<a href="/cgi-bin/koha/opac-userdetails.pl">your personal details</a>		<!-- TMPL_IF name="virtualshelves" -->| <a href="/cgi-bin/koha/opac-shelves.pl" class="button">virtual shelves</a><!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">view &amp; manage suggestions</a><!-- /TMPL_IF --></p>
  		<!-- TMPL_IF name="textmessaging"-->
! 			<h2>Message from the library</h2>
  			<p><!-- TMPL_VAR name="textmessaging" --></p>
  		<!-- /TMPL_IF -->
--- 50,67 ----
  			<input type="hidden" name="op" value="do_search" />
  			<input type="hidden" name="type" value="opac" />
! 			<input type="hidden" name="orderby" value="biblio.timestamp" />
! 			<input type="hidden" name="desc_or_asc" value="desc" />
  			<input type="submit" value="Search" class="submit" />
  		</p>
  	</form>
! </div><!-- /Hide from NPL -->
  	
  <!-- TMPL_IF NAME="loggedinusername" -->
  <div class="content-block">
! <h3>You're logged in as <em><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></em> <span class="print">(<a href="/cgi-bin/koha/opac-logout.pl">Click here</a> if you're not <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->)</span><!-- /TMPL_LOOP --></h3>
! <p><a href="/cgi-bin/koha/opac-user.pl">my library home</a> | <!-- Hide from NPL--> <a href="/cgi-bin/koha/opac-account.pl">my fines</a> | <!-- Hide from NPL -->
! 	<a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>	| <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a>	<!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
  		<!-- TMPL_IF name="textmessaging"-->
! 			<h3>Message from the library</h3>
  			<p><!-- TMPL_VAR name="textmessaging" --></p>
  		<!-- /TMPL_IF -->
***************
*** 73,86 ****
  </div><!-- /TMPL_IF -->
  
! 	<div class="content-block">
  	<h4 class="inline">Change Language:</h3>
  	<form action="/cgi-bin/koha/changelanguage.pl" method="post" class="inline">
  		<select name="language">
! 			<TMPL_LOOP NAME="languages">
! 				<option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
! 			</TMPL_LOOP>
  		</select>
  		<input type="submit" value="Switch" class="submit">
! 	</form></div>
  </div>
  
--- 71,84 ----
  </div><!-- /TMPL_IF -->
  
! 	<!-- Hide from NPL --><div class="content-block">
  	<h4 class="inline">Change Language:</h3>
  	<form action="/cgi-bin/koha/changelanguage.pl" method="post" class="inline">
  		<select name="language">
! 			<!-- TMPL_LOOP NAME="languages" -->
! 				<option value="<TMPL_VAR NAME="language">"><!-- TMPL_VAR NAME="language" --></option>
! 			<!-- /TMPL_LOOP -->
  		</select>
  		<input type="submit" value="Switch" class="submit">
! 	</form></div> <!-- /Hide from NPL -->
  </div>
  

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-user.tmpl	19 Jan 2005 21:21:59 -0000	1.2
--- opac-user.tmpl	12 Jul 2005 21:27:11 -0000	1.3
***************
*** 7,12 ****
  <div id="main">
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
! <h2>Welcome <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h2>
! 
  <!-- FINES BOX -->
  <!-- TMPL_IF NAME="amountoverfive" -->
--- 7,17 ----
  <div id="main">
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
! <h2>Welcome <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> <span class="print">(<a href="/cgi-bin/koha/opac-logout.pl">Click here</a> if you're not <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->)</span></h2>
! <p>	<!-- Hide from NPL--> <a href="/cgi-bin/koha/opac-account.pl">my fines</a> | <!-- Hide from NPL -->
! 	<a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>	| <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a>	<!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
! 		<!-- TMPL_IF name="textmessaging"-->
! 			<div class="error"><h3>Message from the library</h3>
! 			<p><!-- TMPL_VAR name="textmessaging" --></p></div>
! 		<!-- /TMPL_IF -->
  <!-- FINES BOX -->
  <!-- TMPL_IF NAME="amountoverfive" -->
***************
*** 47,51 ****
  		<!-- TMPL_LOOP NAME="WAITING" -->
  			<!-- TMPL_IF NAME="atdestination" --><tr>
! 			<td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /></td>
  				<td>
  					<a href="opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="btitle" --></a><span class="item-details">
--- 52,56 ----
  		<!-- TMPL_LOOP NAME="WAITING" -->
  			<!-- TMPL_IF NAME="atdestination" --><tr>
! 			<td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /></td>
  				<td>
  					<a href="opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="btitle" --></a><span class="item-details">
***************
*** 60,85 ****
  <!-- /TMPL_IF -->
  
- <!-- TMPL_IF NAME="overdues_count" -->
- 
- <div class="table"><table>
- <caption>Overdues <span class="count">(<!-- TMPL_VAR NAME="overdues_count" --> total)</span></caption>
- <!-- OVERDUES TABLE ROWS -->
- <tr>
- <th colspan="2">Title</th>
- <th>Due</th>
- <!-- <th>Fine to Date</th> -->
- <!-- <th>Status</th> --></tr>
  
- <!-- TMPL_LOOP NAME="OVERDUES" -->
- <tr>
- <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /></td>
- <td> <a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><span class="item-details">
- <!-- TMPL_VAR NAME="author" --></span></td>
- <td><!-- TMPL_VAR NAME="date_due" --></td>
- <!-- <td><!-- TMPL_VAR NAME="charges" --></td> -->
- </tr>
- <!-- /TMPL_LOOP -->
- </table></div>
- <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="issues_count" -->
--- 65,69 ----
***************
*** 88,111 ****
  <!-- ISSUES TABLE ROWS --><tr>
  <th colspan="2">Title</th>
  <th>Due</th>
! <!-- <th>Fines</th> -->
! <!-- <th>Status</th> -->
  </tr>
  
  <!-- TMPL_LOOP NAME="ISSUES" -->
  
! <tr>
  <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /></td>
! <td><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><span class="item-details">
  <!-- TMPL_VAR NAME="author" --></span></td>
! <td><!-- TMPL_VAR NAME="date_due" --></td>
! <!-- <td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td> -->
! <!-- <td>
  <!-- TMPL_IF NAME="status" -->
! <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bornum=<!-- TMPL_VAR NAME="borrowernumber" -->" class="padded">Renew</a>
  <!-- TMPL_ELSE -->
  Not renewable
  <!-- /TMPL_IF -->
! </td> -->
  </tr>
  <!-- /TMPL_LOOP -->
--- 72,97 ----
  <!-- ISSUES TABLE ROWS --><tr>
  <th colspan="2">Title</th>
+ <th>Call No.</th>
  <th>Due</th>
! <th>Renew</th>
! <th>Fines</th>
  </tr>
  
  <!-- TMPL_LOOP NAME="ISSUES" -->
  
! <!-- TMPL_IF NAME="overdue" --><tr class="overdue"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
  <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /></td>
! <td><!-- Display for NPL // <!-- TMPL_IF NAME="isbn" --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.THUMBZZZ.jpg" alt="Book Cover Image" class="thumbnail" /></a><!-- /TMPL_IF --> //Display for NPL --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><span class="item-details">
  <!-- TMPL_VAR NAME="author" --></span></td>
! <td><!-- TMPL_VAR NAME="classification" --></td>
! <!-- TMPL_IF NAME="overdue" --><td class="overdue"><!-- TMPL_VAR NAME="date_due" --></td><!-- TMPL_ELSE --><td><!-- TMPL_VAR NAME="date_due" --></td><!-- /TMPL_IF -->
! <td>
  <!-- TMPL_IF NAME="status" -->
! <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bornum=<!-- TMPL_VAR NAME="borrowernumber" -->">Renew</a>
  <!-- TMPL_ELSE -->
  Not renewable
  <!-- /TMPL_IF -->
! </td>
! <td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
  </tr>
  <!-- /TMPL_LOOP -->
***************
*** 133,137 ****
  <!-- TMPL_LOOP NAME="RESERVES" -->
  <tr>
! <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->" /></td>
  <td><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="btitle" --></a><span class="item-details">
  <!-- TMPL_VAR NAME="author" --></span></td>
--- 119,123 ----
  <!-- TMPL_LOOP NAME="RESERVES" -->
  <tr>
! <td><!-- TMPL_IF NAME="itemtype" --><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
  <td><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="btitle" --></a><span class="item-details">
  <!-- TMPL_VAR NAME="author" --></span></td>
***************
*** 144,148 ****
  </table></div>
  
! <p>If you no longer want a reserve, please <a href="mailto:nelpl at athenscounty.lib.oh.us">send us an e-mail</a>, or go to the circulation desk at your library to get it removed.</p>
  
  <!-- /TMPL_IF -->
--- 130,134 ----
  </table></div>
  
! <p>If you no longer want a reserve, please send us an e-mail, or go to the circulation desk at your library to get it removed.</p>
  
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list