1 <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
3 <h1 class="reports">Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
7 <th class="reports">Due Date</th>
8 <th class="reports">Patron</th>
9 <th class="reports">Phone</th>
10 <th class="reports">Title</th>
11 <th class="reports">Author</th>
14 <!-- TMPL_LOOP NAME="overdueloop" -->
16 <td><!-- TMPL_VAR NAME="duedate" --></td>
17 <!-- TMPL_IF NAME="email" -->
18 <td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a></td>
20 <td><!-- TMPL_VAR NAME="name" --></td>
22 <td><!-- TMPL_VAR NAME="phone" --></td>
23 <td><!-- TMPL_VAR NAME="title" --></td>
24 <td><!-- TMPL_VAR NAME="author" --></td>
29 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->