french version for 2.2.0
[koha_gimpoz] / koha-tmpl / intranet-tmpl / default / fr / acqui / histsearch.tmpl
1 <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="acquisition">Recherche sur les commandes</h1>
4         <table>
5                 <tr>
6                         <th class="acquisition">&nbsp;</th>
7                         <th class="acquisition">Titre</th>
8                         <th class="acquisition">Auteur</th>
9                         <th class="acquisition">Fournisseur</th>
10                         <th class="acquisition">Prévu pour</th>
11                         <th class="acquisition">Livré le</th>
12                         <th class="acquisition">Quantité Commandée</th>
13                 </tr>
14                 <tr>
15                         <form>
16                                 <th class="acquisition">
17                                         Filtrer sur
18                                 </th>
19                                 <th class="acquisition">
20                                         <input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
21                                 </th>
22                                 <th class="acquisition">
23                                         <input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
24                                 </th>
25                                 <th class="acquisition">
26                                         <input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
27                                 </th>
28                                 <th class="acquisition">
29                                         &nbsp;
30                                 </th>
31                                 <th class="acquisition">
32                                         &nbsp;
33                                 </th>
34                                 <th class="acquisition">
35                                         &nbsp;
36                                 </th>
37                                 <th class="acquisition">
38                                         <input type="submit" class="button acquisition" value="Filtrer">
39                                 </th>
40                         </form>
41                 </tr>
42                 <!-- TMPL_LOOP NAME="suggestions_loop" -->
43                         <tr>
44                                 <td>
45                                         &nbsp;
46                                 </td>
47                                 <td>
48                                         <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a>
49                                 </td>
50                                 <td>
51                                         <!-- TMPL_VAR NAME="author" -->
52                                 </td>
53                                 <td>
54                                         <!-- TMPL_VAR NAME="name" -->
55                                 </td>
56                                 <td>
57                                         <!-- TMPL_VAR name="creationdate" -->
58                                 </td>
59                                 <td>
60                                         <!-- TMPL_VAR name="datereceived" -->
61                                 </td>
62                                 <td>
63                                         <!-- TMPL_VAR name="quantity" -->
64                                 </td>
65                         </tr>
66                 <!-- /TMPL_LOOP -->
67         </table>
68 </div>
69 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->