[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-readingrecord.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 12 22:18:41 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-readingrecord.tmpl 
Log Message:
Updating template to go with improvements to script

Index: opac-readingrecord.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-readingrecord.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-readingrecord.tmpl	9 Jul 2005 17:01:14 -0000	1.1.2.1
--- opac-readingrecord.tmpl	12 Jul 2005 20:18:38 -0000	1.1.2.2
***************
*** 3,37 ****
  <!-- TMPL_INCLUDE name="masthead-user.inc" -->
  <!-- TMPL_INCLUDE name="navigation.inc" -->
! <!-- CONTENT -->
  <div id="main">
! <span class="head1bold">Reading Record of: </span><span class="head1"><TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></span><P>
! <!--+Katipo+start name="maintext"-->
  
! <TMPL_UNLESS NAME="count">
  You have never borrowed anything from the library.
! <TMPL_ELSE>
! <table border=0 cellspacing=0 cellpadding=0>
! <tr bgcolor="#D7AB7A">
! <td colspan="4" class="dk-brown"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/brown-dot.gif" WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td></tr>
! <tr class="table-heading"><td><a href="/cgi-bin/koha/opac-readingrecord.pl?order=title"><b>TITLE</b></a></td>
! <td><a href="/cgi-bin/koha/opac-readingrecord.pl?order=author"><b>AUTHOR</b></a></td>
! <td><a href="/cgi-bin/koha/opac-readingrecord.pl"><b>DATE</b></a></td>
! <td>Volume</td></tr>
! <tr><td colspan="4" class="dk-brown"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/brown-dot.gif" WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td></tr>
! 
! <TMPL_LOOP NAME="READING_RECORD">
! 
! <tr valign=top class=<TMPL_IF NAME="odd">"plain"<TMPL_ELSE>"pink"</TMPL_IF>>
! <td class="padded"><TMPL_VAR NAME="title"></td>
! <td class="padded"><TMPL_VAR NAME="author"></td>
! <td class="padded"><TMPL_VAR NAME="date_due"></td>
! <td class="padded"><TMPL_VAR NAME="volume"></td></tr>
! 
! </TMPL_LOOP>
  
! <tr><td colspan="4" class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif" WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td></tr>
  </table>
  
! </TMPL_UNLESS>
  
  </div>
--- 3,34 ----
  <!-- TMPL_INCLUDE name="masthead-user.inc" -->
  <!-- TMPL_INCLUDE name="navigation.inc" -->
! 
  <div id="main">
! <h3>Reading History of <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h3>
  
! <!-- TMPL_UNLESS NAME="count" -->
  You have never borrowed anything from the library.
! <!-- TMPL_ELSE -->
! <table>
! <!-- TMPL_IF NAME="showfulllink" -->
! <tr><td colspan="4">Showing All Items | <a href="opac-readingrecord.pl?limit=">Show Last 50 Items Only</a></td></tr><!-- TMPL_ELSE -->
! <tr><td colspan="4">Showing Last 50 Items | <a href="opac-readingrecord.pl?limit=full">Show All Items</a></td></tr>
! <!-- /TMPL_IF --><tr>
! <tr><th><!-- TMPL_UNLESS NAME="orderbytitle" --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_UNLESS NAME="orderbyauthor"--></th>
! <th><!-- TMPL_UNLESS --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=author">Author</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_UNLESS --></th>
! <th><!-- TMPL_UNLESS NAME="orderbydate" --><a href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th></tr>
! 
! <!-- TMPL_LOOP NAME="READING_RECORD" -->
! 
! <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
! <td><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
! <td><!-- TMPL_VAR NAME="author" --></td>
! <td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
! </tr>
  
! <!-- /TMPL_LOOP -->
  </table>
  
! <!-- /TMPL_UNLESS -->
  
  </div>





More information about the Koha-cvs mailing list