Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl
2007-09-25 14:46:51 -05:00

64 lines
No EOL
1.9 KiB
Cheetah
Executable file

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Acquisitions &rsaquo; Book Funds</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; 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"-->&amp;booksellerid=<!--TMPL_VAR NAME="booksellerid"-->&amp;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>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</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" -->