Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / overdue.tmpl
1 <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="reports">Documents en retard au <!-- TMPL_VAR NAME="todaysdate" --></h1>
4         <form method="post" action="/cgi-bin/koha/overdue.pl">
5         <p>Filtrer<br />
6                 <div class="label100">Nom ou numéro de carte :</div> <input type="text" name="borname" value="<!--TMPL_VAR Name="borname"-->"><br />
7                 <div class="label100">Catégorie du lecteur</div><!--TMPL_VAR Name="CGIcatcodes" --><br />
8                 <div class="label100">Infos lecteurs</div><!--TMPL_VAR Name="CGIflags" --><br />
9                 <div class="label100">Type de document :</div><!--TMPL_VAR Name="CGIitemtypes" --><br />
10                 <div class="label100">Site :</div><!--TMPL_VAR Name="CGIbranches" --><br />
11                 <div class="label100">Tous les documents actuellement en prêt</div><input type="checkbox" name="showall" value="afficher" checked="checked"><br />
12                         <input type="submit" value="Filtrer" class="button reports">
13         </form>
14         </p>
15         
16         <table>
17         <tr>
18                 <th class="reports">Retour le <a href="/cgi-bin/koha/overdue.pl?order=date&amp;type=intranet">Trier</a> </th>
19                 <th class="reports">Lecteur <a href="/cgi-bin/koha/overdue.pl?order=borrower&amp;type=intranet">Trier</a></th>
20                 <th class="reports">Téléphone</th>
21                 <th class="reports">Titre</th>
22                 <th class="reports">Auteur</th>
23         </tr>
24         
25         <!-- TMPL_LOOP NAME="overdueloop" -->
26                 <tr>
27                         <td><!-- TMPL_VAR NAME="duedate" --></td>
28                         <!-- TMPL_IF NAME="email" -->
29                         <td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a></td>
30                         <!-- TMPL_ELSE -->
31                         <td><!-- TMPL_VAR NAME="name" --></td>
32                         <!-- /TMPL_IF -->
33                         <td><!-- TMPL_VAR NAME="phone" --></td>
34                         <td><!-- TMPL_VAR NAME="title" --></td>
35                         <td><!-- TMPL_VAR NAME="author" --></td>
36                 </tr>
37         <!-- /TMPL_LOOP -->
38         </table>
39 </div>
40 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->