Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / charges.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; System Administration &rsaquo; Fines</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b"><div class="yui-g">
15
16 <h2>Calculating Fines</h2>
17 <p>Each box needs to be filled in with fine,time to start charging,charging cycle</p>
18 <p>eg 1,7,7 = $1 fine, after 7 days, every 7 days</p>
19 <p>Note : fines are calculated by the fines2.pl</span> script, located in misc</span> directory. Ask your administrator to put this script in crontab (after midnight) to have fines calculated every night</p>
20 <form action="/cgi-bin/koha/admin/updatecharges.pl" method="post">
21 <div class="table"><table>
22 <tr>
23         <th>&nbsp;</th><!-- TMPL_LOOP NAME="title" --><th><!-- TMPL_VAR NAME="in_title" --></th><!-- /TMPL_LOOP -->
24 </tr>
25 <!-- TMPL_LOOP NAME="row" -->
26         <tr>
27                 <th>
28                         <!-- TMPL_VAR NAME="categorycode" -->
29                 </th>
30                 <!-- TMPL_LOOP NAME="cell" -->
31                         <td bgcolor="<!-- TMPL_VAR name="toggle" -->">
32                                 <input name="<!-- TMPL_VAR name="inputname" -->" value="<!-- TMPL_VAR name="inputvalue" -->" size="6" maxlength="10" />
33                         </td>
34                 <!-- /TMPL_LOOP -->
35         </TR>
36 <!-- /TMPL_LOOP -->
37 </table>
38 <input type="submit" value="Submit Changes" />
39 </form>
40
41 </div>
42 </div>
43 </div>
44
45 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
46 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->