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

Finlay Thompson finlayt at users.sourceforge.net
Thu Oct 3 06:28:33 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	detail.tmpl 
Log Message:
Chris fixed links


Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue/detail.tmpl,v
retrieving revision 1.4.4.6
retrieving revision 1.4.4.7
diff -C2 -r1.4.4.6 -r1.4.4.7
*** detail.tmpl	9 Sep 2002 19:11:47 -0000	1.4.4.6
--- detail.tmpl	3 Oct 2002 04:28:31 -0000	1.4.4.7
***************
*** 1,4 ****
--- 1,5 ----
  <TMPL_INCLUDE NAME="cat-top.inc">
  
+ <!--
  <TMPL_IF NAME="loggedinuser">
      <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
***************
*** 6,9 ****
--- 7,11 ----
      <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
  </TMPL_IF>
+ -->
  
  <TMPL_LOOP NAME="BIBLIO_RESULTS">
***************
*** 44,48 ****
  <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>
--- 46,51 ----
  <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>
***************
*** 72,81 ****
  <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>
  <td><TMPL_VAR NAME="datelastseen"></td>
! <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">"><TMPL_VAR NAME="barcode"></a></td>
  <td><TMPL_VAR NAME="volumeddesc"></td>
  </tr>
  </TMPL_LOOP>
--- 75,88 ----
  <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>
  <td><TMPL_VAR NAME="datelastseen"></td>
! <td><a href="/cgi-bin/koha/moredetail.pl?type=<TMPL_VAR NAME="type">&item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">"><TMPL_VAR NAME="barcode"></a></td>
  <td><TMPL_VAR NAME="volumeddesc"></td>
+ <TMPL_IF NAME="type">
+ <td><a href=/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&bi=<TMPL_VAR
+ NAME="biblioitemnumber">&item=<TMPL_VAR NAME="itemtype">>Fix Itemtype</a></td>
+ </TMPL_IF>
  </tr>
  </TMPL_LOOP>
***************
*** 113,116 ****
--- 120,125 ----
  <br clear=all>
  <p />
+ 
+ <!--
  <table border="1" cellspacing="0" cellpadding="5" width="90%">
  <tr valign="top">
***************
*** 140,143 ****
--- 149,154 ----
  </TMPL_LOOP>
  </table>
+ 
+ -->
  
  <TMPL_INCLUDE NAME="cat-bottom.inc">





More information about the Koha-cvs mailing list