koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/fr opac-detail.tmpl,1.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/fr opac-detail.tmpl,1.1,1.2
Date: Fri, 04 Apr 2003 00:40:24 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr
In directory sc8-pr-cvs1:/tmp/cvs-serv12992/koha-tmpl/opac-tmpl/default/fr

Modified Files:
        opac-detail.tmpl 
Log Message:
french templates for 1.9.1

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr/opac-detail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-detail.tmpl    19 Dec 2002 11:02:25 -0000      1.1
--- opac-detail.tmpl    4 Apr 2003 08:40:21 -0000       1.2
***************
*** 1,65 ****
! 
! 
! <TMPL_LOOP NAME="BIBLIO_RESULTS">
! <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
! <TMPL_VAR NAME="class"></em></font><p>
! <!-- FIXME - "callpadding" should be "cellpadding", right? -->
! <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
! <!-----------------BIBLIO RECORD TABLE--------->
! <tr valign="top">
! 
! <td bgcolor="#99cccc">
! <b>NOTICE</b>
! 
! <TMPL_VAR NAME="biblionumber">
! </td>
! </tr>
! <tr valign="top">
! <td>
! <FONT SIZE=2  face="arial, helvetica">
! <b>Sous-titre:</b> <TMPL_VAR NAME="subtitle"><br>
! <b>Auteur:</b> <TMPL_VAR NAME="author"><br>
! <b>Sujet:</b> <TMPL_VAR NAME="subject"><br>
! <b>Ann&eacute;e:</b> <TMPL_VAR NAME="copyrightdate"><br>
! <b>Nombre d'exemplaires:</b> <TMPL_VAR NAME="count">
! <p>
! </font></td>
! </tr>
! </table>
! </TMPL_LOOP>
! <center>
! <table border=0 cellspacing=0 cellpadding=2>
! <tr bgcolor="#99cccc">
! <td>Type de document</td>
! <td>Cat&eacute;gorie</td>
! <td>Localisation</td>
! <td>Date de retour</td>
! <td>Derni&egrave;re transaction</td>
! <td>Code barres</td>
! </tr>
! <TMPL_LOOP NAME="ITEM_RESULTS">
! <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><TMPL_VAR NAME="barcode"></td>
! </tr>
! </TMPL_LOOP>
! <TMPL_LOOP NAME="WEB_RESULTS">
! <tr>
! <td><TMPL_VAR NAME="itemtype"></td>
! <td>Site web</td>
! <td>En ligne</td>
! <td>Disponible</td>
! <td></td>
! <td><TMPL_VAR NAME="url"></td>
! </tr>
! </TMPL_LOOP>
! </table>
! <p>
! </center>
! <br clear=all>
! <p />&nbsp;       
! <TMPL_INCLUDE NAME="opac-bottom.inc">
--- 1,64 ----
! <TMPL_INCLUDE NAME="opac-top.inc">
! 
! 
! <TMPL_LOOP NAME="BIBLIO_RESULTS">
! <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
! <TMPL_VAR NAME="class"></em></font><p>
! <!-- FIXME - "callpadding" should be "cellpadding", right? -->
! <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
! <!-----------------BIBLIO RECORD TABLE--------->
! <tr valign="top">
!       <td bgcolor="#99cccc">
!               <b>NOTICE</b> N°<TMPL_VAR NAME="biblionumber">
!       </td>
! </tr>
! <tr valign="top">
!       <td>
!               <FONT SIZE=2  face="arial, helvetica">
!               <b>Sous-titre:</b> <TMPL_VAR NAME="subtitle"><br>
!               <b>Auteur:</b> <TMPL_VAR NAME="author"><br>
!               <b>Sujet:</b> <TMPL_VAR NAME="subject"><br>
!               <b>Ann&eacute;e:</b> <TMPL_VAR NAME="copyrightdate"><br>
!               <b>Nombre d'exemplaires:</b> <TMPL_VAR NAME="count">
!               <p>
!               </font>
!       </td>
! </tr>
! </table>
! </TMPL_LOOP>
! <center>
! <table border=0 cellspacing=0 cellpadding=2>
!       <tr bgcolor="#99cccc">
!               <td>Type de document</td>
!               <td>Cat&eacute;gorie</td>
!               <td>Localisation</td>
!               <td>Date de retour</td>
!               <td>Derni&egrave;re transaction</td>
!               <td>Code barres</td>
!       </tr>
!       <TMPL_LOOP NAME="ITEM_RESULTS">
!               <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><TMPL_VAR NAME="barcode"></td>
!               </tr>
!       </TMPL_LOOP>
!       <TMPL_LOOP NAME="WEB_RESULTS">
!               <tr>
!                       <td><TMPL_VAR NAME="itemtype"></td>
!                       <td>Site web</td>
!                       <td>En ligne</td>
!                       <td>Disponible</td>
!                       <td></td>
!                       <td><TMPL_VAR NAME="url"></td>
!               </tr>
!       </TMPL_LOOP>
! </table>
! <p>
! </center>
! <br clear=all>
! <p />&nbsp;
! <TMPL_INCLUDE NAME="opac-bottom.inc">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]