/[koha]/koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl
ViewVC logotype

Diff of /koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.1 by hdl, Fri Nov 25 16:50:19 2005 UTC revision 1.6.2.2 by hdl, Wed Nov 30 18:14:38 2005 UTC
# Line 1  Line 1 
1  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
2  <div id="mainbloc">  <div id="mainbloc">
3          <h1 class="reports">Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h1>          <h1 class="reports">Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
4            <form method="post" action="/cgi-bin/koha/overdue.pl">
5            <p>Filter on :<br />
6                    <div class="label100">Name or cardnumber :</div> <input type="text" name="borname" value="<!--TMPL_VAR Name="borname"-->"><br />
7                    <div class="label100">Borrower categorycode :</div><!--TMPL_VAR Name="CGIcatcodes" --><br />
8                    <div class="label100">Borrower Flags :</div><!--TMPL_VAR Name="CGIflags" --><br />
9                    <div class="label100">Itemtype :</div><!--TMPL_VAR Name="CGIitemtypes" --><br />
10                    <div class="label100">branch :</div><!--TMPL_VAR Name="CGIbranches" --><br />
11                    <div class="label100">Show any items currently issued:</div><input type="checkbox" name="showall" value="show" <!--TMPL_IF Name="showall"-->checked="checked"<!--/TMPL_IF-->><br />
12                            <input TYPE="submit" value="Apply Filter" class="button reports">
13            </form>
14            </p>
15                    
16          <table>          <table>
17          <tr>          <tr>
18                  <th class="reports"><a href="/cgi-bin/koha/overdue.pl?order=date&amp;type=intranet">Due Date</a> </th>                  <th class="reports">Due Date <a href="/cgi-bin/koha/overdue.pl?order=date&amp;type=intranet">Sort</a> </th>
19                  <th class="reports"><a href="/cgi-bin/koha/overdue.pl?order=borrower&amp;type=intranet">Patron</a></th>                  <th class="reports">Patron <a href="/cgi-bin/koha/overdue.pl?order=borrower&amp;type=intranet">Sort</a></th>
20                  <th class="reports">Phone</th>                  <th class="reports">Phone</th>
21                  <th class="reports">Title</th>                  <th class="reports">Title</th>
22                  <th class="reports">Author</th>                  <th class="reports">Author</th>

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26