[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members readingrec.tmpl,1.4,1.4.2.1

Owen Leonard oleonard at users.sourceforge.net
Wed Feb 9 22:18:03 CET 2005


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

Modified Files:
      Tag: rel_2_2
	readingrec.tmpl 
Log Message:
- better labelling for display options
- alternating table row colors
- better styling of on-issue items
- link to sort by return date
- call number added to results

Index: readingrec.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/readingrec.tmpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** readingrec.tmpl	26 Nov 2004 18:41:08 -0000	1.4
--- readingrec.tmpl	9 Feb 2005 21:18:00 -0000	1.4.2.1
***************
*** 6,13 ****
  <div id="main"><div class="table">
  <table>
! <caption>Reading Record for <a href="moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a></caption>
  <!-- TMPL_IF NAME="showfulllink" -->
! <tr><td colspan="4"><a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;limit=full">Show Last 50 Items Only</a></td></tr><!-- TMPL_ELSE -->
! <tr><td colspan="4"><a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;limit=full">Show All Items</a></td></tr>
  <!-- /TMPL_IF --><tr>
  	<th>
--- 6,13 ----
  <div id="main"><div class="table">
  <table>
! <caption>Reading Record for <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a></caption>
  <!-- TMPL_IF NAME="showfulllink" -->
! <tr><td colspan="4">Showing All Items | <a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;limit=full">Show Last 50 Items Only</a></td></tr><!-- TMPL_ELSE -->
! <tr><td colspan="4">Showing Last 50 Items | <a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;limit=full">Show All Items</a></td></tr>
  <!-- /TMPL_IF --><tr>
  	<th>
***************
*** 17,33 ****
  		<a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;order=author&amp;limit=<!-- TMPL_VAR name="limit" -->">Author</a>
  	</th>
  	<th>
! 		<a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;limit=<!-- TMPL_VAR name="limit" -->">Return Date</a>
  	</th>
  </tr>
  <!-- TMPL_LOOP name="loop_reading" -->
! <tr<!-- TMPL_IF NAME="returndate" --><!-- TMPL_ELSE --> class="highlight"<!-- /TMPL_IF -->>
! 	<td>
   		<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR name="title" --></a>&nbsp;
  	</td>
! 	<td>
   		<!-- TMPL_VAR name="author" -->&nbsp;
  	</td>
! 	<td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR name="returndate" --><!-- TMPL_ELSE -->Checked Out<!-- /TMPL_IF -->
  	</td>
  <!-- /TMPL_LOOP -->
--- 17,35 ----
  		<a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;order=author&amp;limit=<!-- TMPL_VAR name="limit" -->">Author</a>
  	</th>
+ 	<th>Call No.</th>
  	<th>
! 		<a href="readingrec.pl?bornum=<!-- TMPL_VAR name="bornum" -->&amp;order=returndate DESC&amp;limit=<!-- TMPL_VAR name="limit" -->">Return Date</a>
  	</th>
  </tr>
  <!-- TMPL_LOOP name="loop_reading" -->
! <tr<!-- TMPL_IF NAME="toggle" --><!-- TMPL_ELSE --> class="highlight"<!-- /TMPL_IF -->>
! 	<td<!-- TMPL_IF NAME="returndate" --><!-- TMPL_ELSE --> class="onissue"<!-- /TMPL_IF -->>
   		<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR name="title" --></a>&nbsp;
  	</td>
! 	<td<!-- TMPL_IF NAME="returndate" --><!-- TMPL_ELSE --> class="onissue"<!-- /TMPL_IF -->>
   		<!-- TMPL_VAR name="author" -->&nbsp;
  	</td>
! 	<td<!-- TMPL_IF NAME="returndate" --><!-- TMPL_ELSE --> class="onissue"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="classification" --></td>
! 	<td<!-- TMPL_IF NAME="returndate" --><!-- TMPL_ELSE --> class="onissue"<!-- /TMPL_IF -->><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR name="returndate" --><!-- TMPL_ELSE -->Checked Out<!-- /TMPL_IF -->
  	</td>
  <!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list