Markup corrections and standardizations.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / overdue.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation &rsaquo; Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Overdues as of <!-- TMPL_VAR NAME="todaysdate" --></div>
10
11 <div id="doc" class="yui-t7">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-g">
16
17 <h2>Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h2>
18   
19   <form method="post" action="/cgi-bin/koha/circ/overdue.pl">
20   <fieldset class="rows">
21     <legend>Filter on :</legend>
22         <ol>
23     <li><label>Name or cardnumber:</label><input type="text" name="borname" value="<!--TMPL_VAR Name="borname"-->" /></li>
24     <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option>
25       <!-- TMPL_LOOP name="borcatloop" -->
26         <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="catname" --></option><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="catname" --></option><!-- /TMPL_IF -->
27       <!-- /TMPL_LOOP -->
28       </select>
29     </li>
30     <li><label>Patron flags:</label><!--TMPL_VAR Name="CGIflags" --></li>
31     <li><label>Item type:</label><select name="itemtype" id="itemtype"><option value="">Any</option>
32       <!-- TMPL_LOOP name="itemtypeloop" --><!-- TMPL_IF NAME="selected" -->
33         <option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="itemtypename" --></option><!-- TMPL_ELSE -->
34         <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="itemtypename" --></option><!-- /TMPL_IF -->
35       <!-- /TMPL_LOOP -->
36       </select>
37     </li>
38     <li>
39     <label>Library of the patron:</label><select name="branch" id="branch">
40         <option value="">Any</option>
41       <!-- TMPL_LOOP name="branchloop" -->
42         <!-- TMPL_IF NAME="selected" -->
43         <option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="itemtypename" --></option><!-- TMPL_ELSE -->
44         <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="itemtypename" --></option><!-- /TMPL_IF -->
45       <!-- /TMPL_LOOP -->
46       </select>
47     </li>
48    
49     <li><label for="order">Sort By:</label> <select name="order" id="order">
50 <!-- TMPL_IF NAME="order" -->
51 <option value="">Due Date</option>
52 <!-- TMPL_ELSE --><option value="" selected="selected">Due Date</option><!-- /TMPL_IF -->
53 <option value="borrower">Patron</option>
54 <option value="title">Title</option>
55 <option value="barcode">Barcode</option>
56 <option value="date_due desc">Due Date desc</option>
57 <option value="borrower desc">Patron desc</option>
58 <option value="title desc">Title desc</option>
59 <option value="barcode desc">Barcode</option>
60 </select></li>
61 <li class="radio"><label for="showall">Show any items currently issued:</label> 
62         <!-- TMPL_IF NAME="showall" --><input type="checkbox" id="showall" name="showall" value="show" checked="checked" /><!-- TMPL_ELSE --><input type="checkbox" id="showall" name="showall" value="show" /><!-- /TMPL_IF -->
63 </li>
64 </ol>
65    </fieldset>   
66    <fieldset class="action">
67       <input type="submit" value="Apply Filter" class="submit" />
68    </fieldset>   
69   </form>
70   
71  <h3>Results</h3>
72 <a href="overdue.pl?op=csv&amp;branch=<!-- TMPL_VAR name="branchfilter" -->">Download file of all overdues</a> (for <!-- TMPL_IF name="branchfilter" -->branch <!-- TMPL_VAR name="branchfilter" --><!-- TMPL_ELSE -->all branches<!-- /TMPL_IF -->. Other filters are ignored)
73 <div class="searchresults">
74 <table>
75 <tr>
76     <th>Due Date</th>
77     <th>Patron</th>
78     <th>Branch</th>
79     <th>Title</th>
80 </tr>
81
82 <!-- TMPL_LOOP NAME="overdueloop" -->
83     <tr>
84         <td><!-- TMPL_VAR NAME="duedate" --></td>
85         <!-- TMPL_IF NAME="email" -->
86         <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber"-->"><!-- TMPL_VAR NAME="name" --></a> <a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->">[email]</a> (<!-- TMPL_VAR NAME="phone" -->)</td>
87         <!-- TMPL_ELSE -->
88         <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber"-->"><!-- TMPL_VAR NAME="name" --></a> (<!--TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE -->
89     <!--TMPL_IF NAME="mobile" --><!-- TMPL_VAR NAME="mobile" --><!-- TMPL_ELSE --><!--TMPL_IF NAME="phonepro" -->       <!-- TMPL_VAR NAME="phonepro" --><!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF -->)</td>
90         <!-- /TMPL_IF -->
91         <td><!-- TMPL_VAR name="branchcode" --></td>
92         <td>
93             <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></p>
94             <p><!-- TMPL_VAR NAME="author" --></p>
95         </td>
96     </tr>
97 <!-- /TMPL_LOOP -->
98 </table>
99 </div>
100 </div>
101 </div>
102
103 </div>
104 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->