Fix for Bug 3659, Add place hold option from patron checkout tab
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
8
9 <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; </div>
10
11 <div id="doc3" class="yui-t2">
12
13 <div id="bd">
14     <div id="yui-main">
15     <div class="yui-b">
16
17 <!-- TMPL_INCLUDE NAME="acquisitions-toolbar.inc" -->
18
19 <h1>Acquisitions</h1>
20 <div class="yui-g">
21 <div class="yui-u first">
22 <div id="acqui_acqui_home_order">
23     <fieldset>
24         <legend>Manage orders</legend>
25     <!-- TMPL_IF name="nobudget" -->
26         <!-- TMPL_IF NAME="CAN_user_parameters" -->
27         <span class="problem">You must <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget</a> in Administration</span>
28         <!-- TMPL_ELSE -->
29         <span class="problem">Your administrator must define a budget in Administration</span>
30         <!-- /TMPL_IF -->
31         <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
32             <p><label for="supplierpage">Vendor </label><input type="text" size="25" name="supplier" id="supplierpage" class="focus" />
33             <input type="submit" value="Search" />
34             </p>
35         </form>
36     <!-- TMPL_ELSE -->
37         <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
38             <p><label for="supplierpage">Vendor: </label><input type="text" size="25" name="supplier" id="supplierpage" class="focus" />
39             <input type="submit" value="Search" />
40             </p>
41         </form>
42
43     <!-- /TMPL_IF -->
44     </fieldset>
45 </div>
46
47 <!-- TMPL_IF NAME="suggestion" --><!-- TMPL_IF name="suggestions_count" -->
48 <div id="acqui_acqui_home_suggestions">
49     <fieldset>
50     <legend>Pending suggestions</legend>
51         <p><!--TMPL_VAR NAME="suggestions_count" --> suggestions waiting. <a href="/cgi-bin/koha/suggestion/suggestion.pl">Manage suggestions</a>.</p>
52     </fieldset>
53 </div><!-- /TMPL_IF --><!-- /TMPL_IF -->
54
55 </div>
56
57 <div class="yui-u">
58
59         <!-- TMPL_IF name="loop_budget" -->
60
61             <h3>All available funds<!-- TMPL_IF NAME="branchname" --> for <!-- TMPL_VAR NAME="branchname" --> branch<!-- /TMPL_IF  --></h3>
62
63     <!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a>
64     <a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br>  -->
65
66
67
68     <div id="BudgetsAndFunds">
69     <table id="accounts">
70         <thead>
71         <tr>
72             <th>Fund</th>
73             <th>Owner</th>
74             <th>Branch</th>
75             <th>Amount</th>
76             <th>Ordered</th>
77             <th>Spent</th>
78             <th>Avail</th>
79         </tr>
80         </thead>
81         <tfoot>
82         <tr>
83             <th>Total</th>
84             <th>&nbsp;</th>
85             <th>&nbsp;</th>
86             <th align="right" ><!-- TMPL_VAR name="total" --></th>
87             <th align="right" ><!-- TMPL_VAR name="totordered" --></th>
88             <th align="right" ><!-- TMPL_VAR name="totspent" --></th>
89             <th align="right" ><!-- TMPL_VAR name="totavail" --></th>
90         </tr>
91         </tfoot>
92         <tbody>
93         <!-- TMPL_LOOP name="loop_budget" -->
94             <!--TMPL_IF NAME="__odd__" -->
95                 <tr>
96             <!--TMPL_ELSE-->
97                 <tr class="highlight">
98             <!--/TMPL_IF-->
99                 <td align="center"><!-- TMPL_VAR name="budget_code" --></td>
100                 <td align="center"><!-- TMPL_VAR name="budget_owner" --></td>
101                 <td align="center"><!-- TMPL_VAR name="budget_branchname" --></td>
102                 <td align="right" ><!-- TMPL_VAR name="budget_amount" --></td>
103                 <td align="right" ><!-- TMPL_VAR name="budget_ordered" --></td>
104                 <td align="right" ><!-- TMPL_VAR name="budget_spent" --></td>
105                 <td align="right" ><!-- TMPL_VAR name="budget_avail" --></td>
106             </tr>
107         <!-- /TMPL_LOOP -->
108         </tbody>
109     </table>
110     </div>
111     <!-- /TMPL_IF -->
112 </div>
113
114 </div>
115 </div>
116 </div>
117 <div class="yui-b">
118 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
119 </div>
120 </div>
121 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->