[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/catalogue detail.tmpl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 18 09:38:24 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/catalogue
In directory sc8-pr-cvs1:/tmp/cvs-serv21577/koha-tmpl/intranet-tmpl/default/fr/catalogue

Modified Files:
	detail.tmpl 
Log Message:
Title that have a value empty (or null) are no more shown.

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/catalogue/detail.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** detail.tmpl	6 May 2003 16:32:46 -0000	1.3
--- detail.tmpl	18 Sep 2003 07:38:22 -0000	1.4
***************
*** 42,55 ****
  <br>
  <FONT SIZE=2  face="arial, helvetica">
! <b>Sous-titre:</b> <TMPL_VAR NAME="subtitle"><br>
! <b>Auteur:</b> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR
! NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
! <b>Autre Auteur:</b> <TMPL_VAR NAME="additional"><br>
! <b>Collection:</b> <TMPL_VAR NAME="seriestitle"><br>
! <b>Sujet:</b> <TMPL_VAR NAME="subject"><br>
! <b>Ann&eacute;e:</b> <TMPL_VAR NAME="copyrightdate"><br>
! <b>Notes:</b> <TMPL_VAR NAME="notes"><br>
! <b>Titre unique:</b> <TMPL_VAR NAME="unititle"><br>
! <b>P&eacute;riodique:</b> <TMPL_VAR NAME="serial"><br>
  <b>Nbre total d'exemplaires:</b> <TMPL_VAR NAME="count">
  <p>
--- 42,54 ----
  <br>
  <FONT SIZE=2  face="arial, helvetica">
! <TMPL_IF name="subtitle"><b>Sous-titre:</b></TMPL_IF> <TMPL_VAR NAME="subtitle"><br>
! <TMPL_IF name="author"><b>Auteur:</b> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></TMPL_IF><br>
! <TMPL_IF name="additional"><b>Autre Auteur:</b></TMPL_IF> <TMPL_VAR NAME="additional"><br>
! <TMPL_IF name="collection"><b>Collection:</b></TMPL_IF> <TMPL_VAR NAME="seriestitle"><br>
! <TMPL_IF name="subject"><b>Sujet:</b></TMPL_IF> <TMPL_VAR NAME="subject"><br>
! <TMPL_IF name="copyrightdate"><b>Ann&eacute;e:</b></TMPL_IF> <TMPL_VAR NAME="copyrightdate"><br>
! <TMPL_IF name="notes"><b>Notes:</b></TMPL_IF> <TMPL_VAR NAME="notes"><br>
! <TMPL_IF name="unititle"><b>Titre unique:</b></TMPL_IF> <TMPL_VAR NAME="unititle"><br>
! <TMPL_IF name="serial"><b>P&eacute;riodique:</b><TMPL_VAR NAME="serial"></TMPL_IF><br>
  <b>Nbre total d'exemplaires:</b> <TMPL_VAR NAME="count">
  <p>
***************
*** 79,83 ****
  <TMPL_LOOP NAME="ITEM_RESULTS">
  <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>
--- 78,82 ----
  <TMPL_LOOP NAME="ITEM_RESULTS">
  <tr>
! <td><TMPL_VAR NAME="description"></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>





More information about the Koha-cvs mailing list