synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui / order.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2 <div id="mainbloc">
3 <h1 class="acquisition">Vous recherchiez <b>fournisseur <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> resultats trouvés</h1>
4 <div id="bloc100">
5 <table>
6 <tr>
7         <th class="acquisition">Commande</th>
8         <th class="acquisition">Réception</th>
9         <th class="acquisition">Société</th>
10         <th class="acquisition">&nbsp;</th>
11 </tr>
12
13 <!-- TMPL_LOOP name="loop_suppliers" -->
14         <tr valign="top">
15                 <td>
16                         <!-- TMPL_IF name="active" -->
17                                 <a href="basket.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Ajouter une commande" alt="Ajouter" border=0></a>
18                         <!-- TMPL_ELSE -->
19                                 Inactif
20                         <!-- /TMPL_IF -->
21                 </td>
22                 <td>
23                         <a href="recieveorder.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_get.png" title="Réceptionner" alt="Ajouter" border=0></a>
24                 </td>
25                 <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><!-- TMPL_VAR name="name" --></a></td>
26                 <td>
27                         <table>
28                                         <tr>
29                                                 <th class="acquisition">Panier</th>
30                                                 <th class="acquisition">Exemplaires</th>
31                                                 <th class="acquisition">Créé par</th>
32                                                 <th class="acquisition">Date</th>
33                                                 <th class="acquisition">&nbsp;</th>
34                                         </tr>
35                                         <!-- TMPL_LOOP NAME="loop_basket" -->
36                                                 <tr>
37                                                         <td><!-- TMPL_VAR NAME="basketno" --></a></td>
38                                                         <td><TMPL_VAR NAME="total"></td>
39                                                         <td>
40                                                                 <!-- TMPL_VAR name="firstname" -->
41                                                                         <!-- TMPL_VAR name="surname" -->
42                                                         </td>
43                                                         <td><!-- TMPL_VAR NAME="creationdate" --></td>
44                                                         <td>
45                                                                 <!-- TMPL_IF name="closedate" -->
46                                                                         fermé le <!-- TMPL_VAR NAME="closedate" --> <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">Visualiser</a>
47                                                                 <!-- TMPL_ELSE -->
48                                                                         <!-- TMPL_IF name="active" -->
49                                                                                 <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">modifier</a>
50                                                                         <!-- TMPL_ELSE -->
51                                                                                 <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">Voir</a>
52                                                                         <!-- /TMPL_IF -->
53                                                                 <!-- /TMPL_IF -->
54                                                         </td>
55                                                 </tr>
56                                         <!-- /TMPL_LOOP -->
57                                 </table>
58                 </tr>
59         <!-- /TMPL_LOOP -->
60         </table>
61         </div>
62         <a class="button acquisition" href="supplier.pl?supplierid=0">Ajouter un fournisseur</a>
63 </div>
64 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->