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/acqui.simple add


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.8,1.9 additem.tmpl,1.5,1.6
Date: Fri, 07 Mar 2003 08:37:04 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory 
sc8-pr-cvs1:/tmp/cvs-serv14066/koha-tmpl/intranet-tmpl/default/en/acqui.simple

Modified Files:
        addbiblio.tmpl additem.tmpl 
Log Message:
* bugfixes 
* adding buttons to switch between normal and MARC view of a record
* adding graphic buttons in templates

Index: addbiblio.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** addbiblio.tmpl      3 Feb 2003 19:32:15 -0000       1.8
--- addbiblio.tmpl      7 Mar 2003 16:36:29 -0000       1.9
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="acquisitions-top.inc">
  
  <STYLE TYPE="text/css" MEDIA=screen>
--- 1,3 ----
! <TMPL_INCLUDE NAME="cat-top.inc">
  
  <STYLE TYPE="text/css" MEDIA=screen>

Index: additem.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** additem.tmpl        27 Feb 2003 16:55:51 -0000      1.5
--- additem.tmpl        7 Mar 2003 16:36:30 -0000       1.6
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="acquisitions-top.inc">
  <STYLE TYPE="text/css" MEDIA=screen>
        table { font-family:Arial;
--- 1,3 ----
! <TMPL_INCLUDE NAME="cat-top.inc">
  <STYLE TYPE="text/css" MEDIA=screen>
        table { font-family:Arial;
***************
*** 6,34 ****
        font-size:10pt;}
  </STYLE>
! 
  <form method="post" action="additem.pl" name="f">
! <table width=100% cellspacing=0 cellpadding=5 border=1>
  <tr background="/images/background-mem.gif">
-       <th>MARC biblio : <TMPL_VAR name="bibid"></th>
- </tr>
- <tr>
        <td>
!       <table width=100% border=0 colspacing=0 cellpadding=0>
!       <tr>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=9% align="center">&nbsp;</td>
!               <td width=10% align="center">
!                       <input type="hidden" name="op" value="<TMPL_VAR 
name="op">">
!                       <input type="hidden" name="bibid" value="<TMPL_VAR 
name="bibid">">
!                       </td>
!       </tr>
        </table>
        </td>
--- 6,22 ----
        font-size:10pt;}
  </STYLE>
! <br /><br />
  <form method="post" action="additem.pl" name="f">
! <input type="hidden" name="op" value="<TMPL_VAR name="op">">
! <input type="hidden" name="bibid" value="<TMPL_VAR name="bibid">">
! <table width="80%" align="center" cellspacing=0 cellpadding=5 border=1>
  <tr background="/images/background-mem.gif">
        <td>
!       <table width="100%" border=0 cellpadding=0 cellspacing=0>
!               <tr>
!                       <td width=8%><a 
href="addbiblio.pl?oldbiblionumber=<TMPL_VAR name="biblionumber">"><img 
border="0" src="<TMPL_VAR name="interface">/<TMPL_VAR 
name="theme">/images/fileopen.png"></td>
!                       <td width=8%><a href="../detail.pl?bib=<TMPL_VAR 
name="biblionumber">">Normal</a></td>
!                       <td align="center"><b>MARC biblio : <TMPL_VAR 
name="bibid"></b></td>
!               </tr>
        </table>
        </td>
***************
*** 38,47 ****
  <center>
  <DIV name="10XX" id="10XX">
! <table border=1 cellspacing=0 cellpadding=5 width=100%>
        <tr  background="/images/background-mem.gif">
                <th>Existing items</th>
        </tr>
  </table>
! <table border=1 cellspacing=0 cellpadding=0 width=100%>
        <tr  background="/images/background-mem.gif">
                <TMPL_LOOP name="item_header_loop"><th><tmpl_var 
name="header_value"></th></TMPL_LOOP><th colspan=2>&nbsp;</th>
--- 26,35 ----
  <center>
  <DIV name="10XX" id="10XX">
! <table border=1 cellspacing=0 cellpadding=5 width=80%>
        <tr  background="/images/background-mem.gif">
                <th>Existing items</th>
        </tr>
  </table>
! <table border=1 cellspacing=0 cellpadding=0 width=80%>
        <tr  background="/images/background-mem.gif">
                <TMPL_LOOP name="item_header_loop"><th><tmpl_var 
name="header_value"></th></TMPL_LOOP><th colspan=2>&nbsp;</th>
***************
*** 56,64 ****
  </DIV>
  <br /><br />
! <table border=1 cellspacing=0 cellpadding=5 width=100%>
        <tr  background="/images/background-mem.gif">
                <th>New Item</th>
        </tr>
! </table><table width=100%  cellspacing=0 cellpadding=1 border=0>
        <TMPL_LOOP name="item">
        <tr>
--- 44,52 ----
  </DIV>
  <br /><br />
! <table border=1 cellspacing=0 cellpadding=5 width=80%>
        <tr  background="/images/background-mem.gif">
                <th>New Item</th>
        </tr>
! </table><table width=80%  cellspacing=0 cellpadding=1 border=0>
        <TMPL_LOOP name="item">
        <tr>




reply via email to

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