koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.6,1.7
Date: Thu, 18 Sep 2003 00:38:24 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory 
sc8-pr-cvs1:/tmp/cvs-serv21577/koha-tmpl/intranet-tmpl/default/en/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/en/catalogue/detail.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** detail.tmpl 8 May 2003 13:24:05 -0000       1.6
--- detail.tmpl 18 Sep 2003 07:38:22 -0000      1.7
***************
*** 37,50 ****
                        <br>
                        <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="seriestitle"><br>
!                       <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
!                       <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
!                       <b>Notes:</b> <TMPL_VAR NAME="notes"><br>
!                       <b>Unititle:</b> <TMPL_VAR NAME="unititle"><br>
!                       <b>Serial:</b> <TMPL_VAR NAME="serial"><br>
                        <b>Total Number of Items:</b> <TMPL_VAR NAME="count">
                        <p>
--- 37,49 ----
                        <br>
                        <FONT SIZE=2  face="arial, helvetica">
!                       <TMPL_IF name="subtitle"><b>Subtitle:</b></TMPL_IF> 
<TMPL_VAR NAME="subtitle"><br>
!                       <TMPL_IF name="author"><b>Author:</b></TMPL_IF> <a 
href=/cgi-bin/koha/search.pl?author=<TMPL_VAR NAME="author" 
ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
!                       <TMPL_IF name="additional"><b>Additional 
Author:</b></TMPL_IF> <TMPL_VAR NAME="additional"><br>
!                       <TMPL_IF name="collection"><b>Series Title:</b> 
</TMPL_IF><TMPL_VAR NAME="seriestitle"><br>
!                       <TMPL_IF name="subject"><b>Subject:</b></TMPL_IF> 
<TMPL_VAR NAME="subject"><br>
!                       <TMPL_IF 
name="copyrightdate"><b>Copyright:</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>Unititle:</b> 
</TMPL_IF><TMPL_VAR NAME="unititle"><br>
!                       <TMPL_IF name="serial"><b>Serial:</b></TMPL_IF> 
<TMPL_VAR NAME="serial"><br>
                        <b>Total Number of Items:</b> <TMPL_VAR NAME="count">
                        <p>
***************
*** 75,79 ****
        <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>
--- 74,78 ----
        <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>




reply via email to

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