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 acqui-home


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.8,1.9 order.tmpl,1.12,1.13
Date: Wed, 24 Mar 2004 06:48:46 -0800

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

Modified Files:
        acqui-home.tmpl order.tmpl 
Log Message:
css'ing

Index: acqui-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** acqui-home.tmpl     25 Feb 2004 20:08:15 -0000      1.8
--- acqui-home.tmpl     24 Mar 2004 14:48:43 -0000      1.9
***************
*** 1,115 ****
  <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
  
! <h1>Acquisitions</h1><br>
! 
! <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=1 >
! <TR VALIGN=TOP>
!       <TD  bgcolor="ffdf61" colspan=2>
!               <b>START, RECEIVE, MODIFY ANY ORDER</b>
!       </TD>
! </TR>
! <TR VALIGN=TOP>
!       <TD>Supplier Name</TD>
!       <TD>
                <form action="/cgi-bin/koha/acqui/order.pl" method=post>
!               <INPUT TYPE="text"  SIZE="25"   NAME="supplier">
!               </form>
!       </TD>
! </TR>
! </table>
! <TABLE width="40%" cellspacing=0 cellpadding=5 border=1 >
! <TR VALIGN=TOP>
!       <TD  bgcolor="ffdf61" colspan=2>
!               <b>RECEIVE OR MODIFY PERIODICAL ORDER</b>
!       </TD>
! </TR>
! <TR VALIGN=TOP>
!       <TD>Title Search</TD>
!       <TD>
!               <FORM ACTION="/cgi-bin/koha/acqui/acquire.pl" method=post>
!               <INPUT TYPE="text"  SIZE="25"   NAME="recieve">
                </form>
!       </TD>
! </TR>
! </table>
! 
! <br />
  
  <!-- currencies-->
! <TABLE align="left" cellspacing=0 cellpadding=5 border=1 >
!       <FORM ACTION="/cgi-bin/koha/currency.pl">
        <input type=hidden name=type value=change>
!       <TR VALIGN=TOP>
!               <TD  bgcolor="ffdf61" colspan=2><b>EXCHANGE RATES </b></TD>
!       </TR>
        <!-- TMPL_LOOP name="loop_currency" -->
!               <TR VALIGN=TOP>
!                       <TD>
                                <!-- TMPL_VAR name="currency" -->
                        </td>
                        <td>
!                               <INPUT TYPE="text"  SIZE="10"  NAME="<!-- 
TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
                        </td>
!               </TR>
        <!-- /TMPL_LOOP -->
!       <tr>
!               <td colspan=2 align="center"><input type=submit 
value="Save"></TD>
!       </tr>
!       </form>
! </table>
  
  <!-- showbudget-->
! <TABLE  width="40%"  cellspacing=0 cellpadding=5 border=1 >
! <FORM ACTION="/cgi-bin/koha/search.pl">
! <TR VALIGN=TOP>
!       <TD  bgcolor="ffdf61" colspan=2><b>BUDGETS AND BOOKFUNDS</b></TD>
! </TR>
! <TR VALIGN=TOP>
!       <TD colspan=2>
!               <table cellspacing=0 cellpadding=2 border=1>
                        <tr>
!                               <td><b>Budgets</B></TD>
!                               <TD><b> Total</B></TD>
!                               <TD><b>Spent</B></TD>
!                               <TD><b>Comtd</B></TD>
!                               <TD><b>Avail</B></TD>
!                       </TR>
                        <!-- TMPL_LOOP name="loop_budget" -->
                                <tr>
!                                       <td><!-- TMPL_VAR name="bookfundname" 
--></TD>
!                                       <TD align=right><!-- TMPL_VAR 
name="budgetamount" --></TD>
!                                       <TD align=right><!-- TMPL_VAR 
name="spent" --></TD>
!                                       <TD align=right><!-- TMPL_VAR 
name="comtd" --></TD>
!                                       <TD align=right><!-- TMPL_VAR 
name="avail" --></TD>
!                               </TR>
                        <!-- /TMPL_LOOP -->
                        <tr>
!                               <td><b> Total</b></TD>
!                               <TD align=right><b><!-- TMPL_VAR name="total" 
--></b></TD>
!                               <TD align=right><b><!-- TMPL_VAR 
name="totspent" --></b></TD>
!                               <TD align=right><b><!-- TMPL_VAR 
name="totcomtd" --></b></TD>
!                               <TD align=right><b><!-- TMPL_VAR 
name="totavail" --></b></TD>
!                       </TR>
                </table>
                <p>
                Use your reload button to get the most recent figures. 
Committed figures are approximate only, as exchange rates will affect the 
amount actually paid.
                </p>
!       </TD>
! </TR>
! </form>
! </table>
! 
! <br />
! <TABLE cellspacing=0 cellpadding=5 border=1 >
! <TR VALIGN=TOP>
!       <TD  bgcolor="ffdf61" colspan=2>
!               <p><b>HELP Ordering:</b></p>
!               <ul>To start an acquisition, whether an order, local purchase 
or donation first search on the supplier, Add a new one if needed.</ul>
!               <ul>Then select a previous shopping basket or create a new one. 
Note the basket will be attached to the user you've logged to </ul>
!               <ul>To order an item you need to establish whether a biblio 
already exists for it, and either add an item, or set up a new biblio then add 
the item.  </ul>
!               <p>To close off a shopping basket click on "view shopping 
baskets" or search above, and then click on "confirm basket".</p>
!       </td>
! </TR>
! </table>
  
  <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->
--- 1,84 ----
  <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
+ <div id="mainbloc">
  
! <h1>Acquisitions</h1>
! <div id="bloc25">
!       <div id="bloctitle">Start, receive, modify order</div>
!       Supplier name :
                <form action="/cgi-bin/koha/acqui/order.pl" method=post>
!                       <input type="text"  size="25"   name="supplier">
!                       <input type="submit" class="button" value="OK">
                </form>
! </div>
! <div id="bloc25">
!       <div id="bloctitle">Receive or modify periodical order</div>
!       Title Search
!       <form action="/cgi-bin/koha/acqui/acquire.pl" method=post>
!               <input type="text"  size="25"   name="recieve">
!               <input type="submit" class="button" value="OK">
!       </form>
! </div>
  
  <!-- currencies-->
! <div id="bloc25">
!       <form action="/cgi-bin/koha/currency.pl">
        <input type=hidden name=type value=change>
!       <div id="bloctitle">exchange rates</div>
!       <table>
        <!-- TMPL_LOOP name="loop_currency" -->
!               <tr>
!                       <td>
                                <!-- TMPL_VAR name="currency" -->
                        </td>
                        <td>
!                               <input type="text"  size="10"  name="<!-- 
TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
                        </td>
!               </tr>
        <!-- /TMPL_LOOP -->
!       </table>
!       <input type=submit value="Save" class="button">
! </div>
  
  <!-- showbudget-->
! <div id="bloc25">
!       <form action="/cgi-bin/koha/search.pl">
!               <div id="bloctitle">budgets and bookfunds</div>
!               <table>
                        <tr>
!                               <td><b>Budgets</B></td>
!                               <td><b> Total</B></td>
!                               <td><b>Spent</B></td>
!                               <td><b>Comtd</B></td>
!                               <td><b>Avail</B></td>
!                       </tr>
                        <!-- TMPL_LOOP name="loop_budget" -->
                                <tr>
!                                       <td><!-- TMPL_VAR name="bookfundname" 
--></td>
!                                       <td align=right><!-- TMPL_VAR 
name="budgetamount" --></td>
!                                       <td align=right><!-- TMPL_VAR 
name="spent" --></td>
!                                       <td align=right><!-- TMPL_VAR 
name="comtd" --></td>
!                                       <td align=right><!-- TMPL_VAR 
name="avail" --></td>
!                               </tr>
                        <!-- /TMPL_LOOP -->
                        <tr>
!                               <td><b> Total</b></td>
!                               <td align=right><b><!-- TMPL_VAR name="total" 
--></b></td>
!                               <td align=right><b><!-- TMPL_VAR 
name="totspent" --></b></td>
!                               <td align=right><b><!-- TMPL_VAR 
name="totcomtd" --></b></td>
!                               <td align=right><b><!-- TMPL_VAR 
name="totavail" --></b></td>
!                       </tr>
                </table>
                <p>
                Use your reload button to get the most recent figures. 
Committed figures are approximate only, as exchange rates will affect the 
amount actually paid.
                </p>
!       </form>
! </div>
  
+ <div id="bloc100">
+       <div id="bloctitle">HELP Ordering:</div>
+       <ul>To start an acquisition, whether an order, local purchase or 
donation first search on the supplier, Add a new one if needed.</ul>
+       <ul>Then select a previous shopping basket or create a new one. Note 
the basket will be attached to the user you've logged to </ul>
+       <ul>To order an item you need to establish whether a biblio already 
exists for it, and either add an item, or set up a new biblio then add the 
item.  </ul>
+       <p>To close off a shopping basket click on "view shopping baskets" or 
search above, and then click on "confirm basket".</p>
+ </DIV>
  <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->

Index: order.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/order.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** order.tmpl  11 Feb 2004 09:03:47 -0000      1.12
--- order.tmpl  24 Mar 2004 14:48:44 -0000      1.13
***************
*** 1,18 ****
  <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
! <h1>Supplier Search Results</h1><br />
! <CENTER>
! You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- 
TMPL_VAR name="count" --> results found<p>
! <table border=0 cellspacing=0 cellpadding=5 width="80%">
! <tr valign=top bgcolor="#ffdf61">
!       <td width="10%"><b>Order</b></td>
!       <td width="10%"><b>Receive<b></td>
!       <td width="30%"><b>Company</b></td>
!       <td width="50%">
!               <table width="100%" border=0 cellspacing=0 cellpadding=5>
                        <tr>
!                               <td width="15%"><b>Basket</b></td>
!                               <td width="15%"><b>Items</b></td>
!                               <td width="40%"><b>Staff</b></td>
!                               <td width="30%"><b>Date</b></td>
                        </tr>
                </table>
--- 1,19 ----
  <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
! <div id="mainbloc">
! <h1>Supplier Search Results</h1>
! <div id="bloc100">
! <div id="bloctitle">You searched on <b>supplier <!-- TMPL_VAR name="supplier" 
-->,</b> <!-- TMPL_VAR name="count" --> results found</div>
! <table>
! <tr>
!       <td><b>Order</b></td>
!       <td><b>Receive<b></td>
!       <td><b>Company</b></td>
!       <td>
!               <table>
                        <tr>
!                               <td><b>Basket</b></td>
!                               <td><b>Items</b></td>
!                               <td><b>Staff</b></td>
!                               <td><b>Date</b></td>
                        </tr>
                </table>




reply via email to

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