[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.9,1.10

Paul POULAIN tipaul at users.sourceforge.net
Fri May 28 10:38:46 CEST 2004


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

Modified Files:
	acqui-home.tmpl 
Log Message:
some HTML & minor modifs

Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** acqui-home.tmpl	24 Mar 2004 14:48:43 -0000	1.9
--- acqui-home.tmpl	28 May 2004 08:38:42 -0000	1.10
***************
*** 2,20 ****
  <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>
--- 2,18 ----
  <div id="mainbloc">
  
! <h1 class="acquisition">Acquisitions</h1>
  <div id="bloc25">
! 	<h2 class="acquisition">Start, receive, modify order</h2>
  		<form action="/cgi-bin/koha/acqui/order.pl" method=post>
! 			Supplier name : <input type="text"  size="25"   name="supplier">
! 			<input type="submit" class="button acquisition" value="OK">
  		</form>
  </div>
  <div id="bloc25">
! 	<h2 class="acquisition">Receive or modify periodical order</h2>
  	<form action="/cgi-bin/koha/acqui/acquire.pl" method=post>
! 		Title Search : <input type="text"  size="25"   name="recieve">
! 		<input type="submit" class="button acquisition" value="OK">
  	</form>
  </div>
***************
*** 24,28 ****
  	<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" -->
--- 22,26 ----
  	<form action="/cgi-bin/koha/currency.pl">
  	<input type=hidden name=type value=change>
! 	<h2 class="acquisition">exchange rates</h2>
  	<table>
  	<!-- TMPL_LOOP name="loop_currency" -->
***************
*** 37,41 ****
  	<!-- /TMPL_LOOP -->
  	</table>
! 	<input type=submit value="Save" class="button">
  </div>
  
--- 35,39 ----
  	<!-- /TMPL_LOOP -->
  	</table>
! 	<input type=submit value="Save" class="button acquisition">
  </div>
  
***************
*** 43,70 ****
  <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>
--- 41,68 ----
  <div id="bloc25">
  	<form action="/cgi-bin/koha/search.pl">
! 		<h2 class="acquisition">budgets and bookfunds</h2>
  		<table>
  			<tr>
! 				<th class="acquisition">Budgets</th>
! 				<th class="acquisition">Total</th>
! 				<th class="acquisition">Spent</th>
! 				<th class="acquisition">Comtd</th>
! 				<th class="acquisition">Avail</th>
  			</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>
! 				<th class="acquisition" align="right">Total</th>
! 				<th class="acquisition" align="right"><!-- TMPL_VAR name="total" --></th>
! 				<th class="acquisition" align="right"><!-- TMPL_VAR name="totspent" --></th>
! 				<th class="acquisition" align="right"><!-- TMPL_VAR name="totcomtd" --></th>
! 				<th class="acquisition" align="right"><!-- TMPL_VAR name="totavail" --></th>
  			</tr>
  		</table>
***************
*** 75,84 ****
  </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" -->
--- 73,86 ----
  </div>
  
! <div id="bloc25">
! 	<h2 class="acquisition">HELP Ordering</h2>
! 	<ul>
! 		<p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, Add a new one if needed.</p>
! 		<p>Then select a previous shopping basket or create a new one. Note the basket will be attached to the user you've logged to </p>
! 		<p>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.</p>
! 		<p>To close off a shopping basket click on "view shopping baskets" or search above, and then click on "confirm basket".</p>
! 	</ul>
! </div>
! 
! </div>
  <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->





More information about the Koha-cvs mailing list