[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue detail.tmpl,1.5,1.6

Chris Cormack rangi at users.sourceforge.net
Wed Jul 24 02:00:49 CEST 2002


Update of /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv20273

Modified Files:
	detail.tmpl 
Log Message:
Added links so ppl can spawn a search on the author, or the dewey number of
the biblio from this page


Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue/detail.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** detail.tmpl	11 Jul 2002 16:16:36 -0000	1.5
--- detail.tmpl	24 Jul 2002 00:00:46 -0000	1.6
***************
*** 36,40 ****
  <FONT SIZE=2  face="arial, helvetica">
  <b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
! <b>Author:</b> <TMPL_VAR NAME="author"><br>
  <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
  <b>Series Title:</b> <TMPL_VAR NAME="series"><br>
--- 36,41 ----
  <FONT SIZE=2  face="arial, helvetica">
  <b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
! <b>Author:</b> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR
! NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
  <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
  <b>Series Title:</b> <TMPL_VAR NAME="series"><br>
***************
*** 63,67 ****
  <tr>
  <td><TMPL_VAR NAME="itemtype"></td>
! <td><TMPL_VAR NAME="class"></td>
  <td><TMPL_VAR NAME="branchname"></td>
  <td><TMPL_VAR NAME="datedue"></td>
--- 64,68 ----
  <tr>
  <td><TMPL_VAR NAME="itemtype"></td>
! <td><a href=/cgi-bin/koha/search.pl?dewey=<TMPL_VAR NAME="dewey" ESCAPE=URL>><TMPL_VAR NAME="class"></a></td>
  <td><TMPL_VAR NAME="branchname"></td>
  <td><TMPL_VAR NAME="datedue"></td>





More information about the Koha-cvs mailing list