Owen Leonard
ddfe9f2c26
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
64 lines
No EOL
1.9 KiB
Cheetah
Executable file
64 lines
No EOL
1.9 KiB
Cheetah
Executable file
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Acquisitions › Book Funds</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
|
|
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › Book Funds</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
|
|
<table id="spent">
|
|
<tr>
|
|
<th>Title</th>
|
|
<th>Order</th>
|
|
<th>Itemtype</th>
|
|
<th>Left on Order</th>
|
|
<th>Estimated cost per unit</th>
|
|
<th>Budget Date</th>
|
|
<th>Subtotal</th>
|
|
</tr>
|
|
|
|
<!--TMPL_LOOP NAME="commitedloop"-->
|
|
<!--TMPL_IF name="toggle"-->
|
|
<tr class="hilighted">
|
|
<!--TMPL_ELSE-->
|
|
<tr class="hilighted2">
|
|
<!--/TMPL_IF-->
|
|
<tr>
|
|
<td><!--TMPL_VAR NAME="title"--> </td>
|
|
<td> <a href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!--TMPL_VAR NAME="ordnum"-->&booksellerid=<!--TMPL_VAR NAME="booksellerid"-->&basket=<!--TMPL_VAR NAME="basketno"-->"><!--TMPL_VAR NAME="ordnum"--></a></td>
|
|
<td><!--TMPL_VAR NAME="itemtype"--> </td>
|
|
<td><!--TMPL_VAR NAME="left"--> </td>
|
|
<td><!--TMPL_VAR NAME="ecost"--> </td>
|
|
<td><!--TMPL_VAR NAME="budgetdate"--> </td>
|
|
<td><!--TMPL_VAR NAME="subtotal"--> </td>
|
|
</tr>
|
|
<!--/TMPL_LOOP-->
|
|
|
|
<tr>
|
|
<th>Total</th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th><!--TMPL_VAR NAME="total"--></th>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> |