[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-user.tmpl,1.1.2.3,1.1.2.4

Owen Leonard oleonard at users.sourceforge.net
Thu Mar 17 23:47:39 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-user.tmpl 
Log Message:
Some formatting changes, adding OPAC note

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-user.tmpl	28 Jan 2005 20:13:54 -0000	1.1.2.3
--- opac-user.tmpl	17 Mar 2005 22:47:37 -0000	1.1.2.4
***************
*** 8,12 ****
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  <h2>Welcome <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h2>
! 
  <!-- FINES BOX -->
  <!-- TMPL_IF NAME="amountoverfive" -->
--- 8,15 ----
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  <h2>Welcome <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h2>
! 		<!-- 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">
--- 50,54 ----
  		<!-- 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">
***************
*** 66,70 ****
  <!-- OVERDUES TABLE ROWS -->
  <tr>
! <th colspan="2">Title</th>
  <th>Due</th>
  <!-- <th>Fine to Date</th> -->
--- 69,73 ----
  <!-- OVERDUES TABLE ROWS -->
  <tr>
! <th colspan="2">Title</th><th>Call No.</th>
  <th>Due</th>
  <!-- <th>Fine to Date</th> -->
***************
*** 74,79 ****
  <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> -->
--- 77,83 ----
  <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><!-- 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>
  <td><!-- TMPL_VAR NAME="date_due" --></td>
  <!-- <td><!-- TMPL_VAR NAME="charges" --></td> -->
***************
*** 88,94 ****
  <!-- ISSUES TABLE ROWS --><tr>
  <th colspan="2">Title</th>
  <th>Due</th>
! <!-- <th>Fines</th> -->
! <!-- <th>Status</th> -->
  </tr>
  
--- 92,98 ----
  <!-- ISSUES TABLE ROWS --><tr>
  <th colspan="2">Title</th>
+ <th>Call No.</th>
  <th>Due</th>
! <!-- Hide from NPL --><th>Fines</th><!-- /Hide from NPL -->
  </tr>
  
***************
*** 97,111 ****
  <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 -->
--- 101,109 ----
  <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><!-- 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 -->
! <!-- Hide from NPL --><td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td><!-- /Hide from NPL -->
  </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>
--- 131,135 ----
  <!-- 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 -->
--- 142,146 ----
  </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