css'ing
This commit is contained in:
parent
93b76c5a31
commit
c119386c88
3 changed files with 91 additions and 107 deletions
|
@ -1,115 +1,84 @@
|
|||
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
|
||||
<div id="mainbloc">
|
||||
|
||||
<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>
|
||||
<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="text" size="25" name="supplier">
|
||||
<input type="submit" class="button" value="OK">
|
||||
</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 />
|
||||
</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-->
|
||||
<TABLE align="left" cellspacing=0 cellpadding=5 border=1 >
|
||||
<FORM ACTION="/cgi-bin/koha/currency.pl">
|
||||
<div id="bloc25">
|
||||
<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>
|
||||
<div id="bloctitle">exchange rates</div>
|
||||
<table>
|
||||
<!-- TMPL_LOOP name="loop_currency" -->
|
||||
<TR VALIGN=TOP>
|
||||
<TD>
|
||||
<tr>
|
||||
<td>
|
||||
<!-- TMPL_VAR name="currency" -->
|
||||
</td>
|
||||
<td>
|
||||
<INPUT TYPE="text" SIZE="10" NAME="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
|
||||
<input type="text" size="10" name="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
|
||||
</td>
|
||||
</TR>
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
<tr>
|
||||
<td colspan=2 align="center"><input type=submit value="Save"></TD>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</table>
|
||||
<input type=submit value="Save" class="button">
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
</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" -->
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
<!-- 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>
|
||||
<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 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>
|
||||
<td><b>Basket</b></td>
|
||||
<td><b>Items</b></td>
|
||||
<td><b>Staff</b></td>
|
||||
<td><b>Date</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
|
|
@ -51,10 +51,24 @@
|
|||
<td><a href=/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR NAME=authorhtmlescaped -->&type=<!-- TMPL_IF NAME=opac -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->><!-- TMPL_VAR NAME=author --></a></td>
|
||||
<td align=center> <!-- TMPL_VAR NAME=copyrightdate --> </td>
|
||||
<td align=center> <!-- TMPL_VAR NAME=itemcount --> </td>
|
||||
<td> <!-- TMPL_VAR NAME=location --> </td>
|
||||
<td>
|
||||
<!-- TMPL_IF NAME=use-location-flags-p -->
|
||||
<!-- TMPL_IF NAME=location-only --><!-- TMPL_VAR NAME=location-only --><br><!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME=not-available-p -->Not Available<!-- TMPL_IF NAME=not-available-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME=lost-p -->Item Lost<!-- TMPL_IF NAME=lost-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME=withdrawn-p -->Withdrawn<!-- TMPL_IF NAME=withdrawn-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME=on-loan-p -->On Loan<!-- TMPL_IF NAME=on-loan-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
|
||||
<!-- TMPL_ELSE -->
|
||||
<!-- TMPL_VAR NAME=location -->
|
||||
<!-- /TMPL_IF -->
|
||||
</td>
|
||||
<!-- TMPL_IF NAME="opac" -->
|
||||
<!-- TMPL_ELSE -->
|
||||
<td> <a href=/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->>Request</a></td>
|
||||
<!-- TMPL_UNLESS NAME="norequests" -->
|
||||
<td> <a href=/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->>Request</a></td>
|
||||
<!-- TMPL_ELSE -->
|
||||
<td>Not Reservable</td>
|
||||
<!-- /TMPL_UNLESS -->
|
||||
<!-- /TMPL_IF -->
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
|
@ -65,14 +79,14 @@
|
|||
<tr <!-- TMPL_IF NAME="opac" -->bgcolor=#99cccc background=<!-- TMPL_VAR name="themelang" -->/images/background-opac.gif<!-- TMPL_ELSE -->bgcolor=#ccccff background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif"<!-- /TMPL_IF -->>
|
||||
<td align=left>
|
||||
<!-- TMPL_IF NAME=displayprev -->
|
||||
<a href="search.pl?startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP -->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->">Previous Records</a>
|
||||
<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP -->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->>Previous Records</a>
|
||||
<!-- TMPL_ELSE -->
|
||||
|
||||
<!-- /TMPL_IF -->
|
||||
</td>
|
||||
<td align=right>
|
||||
<!-- TMPL_IF NAME=displaynext -->
|
||||
<a href="search.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP -->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->">Next Records</a>
|
||||
<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->&<!-- TMPL_LOOP NAME=FORMINPUTS --><!-- TMPL_VAR NAME=term -->=<!-- TMPL_VAR name="value" ESCAPE=URL -->&<!-- /TMPL_LOOP -->type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->>Next Records</a>
|
||||
<!-- TMPL_ELSE -->
|
||||
|
||||
<!-- /TMPL_IF -->
|
||||
|
|
Loading…
Reference in a new issue