Moving HTML markup from the script to the template
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui / recieve.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2
3 <div id="mainbloc">
4         <h1 class="acquisition">
5                 <!-- TMPL_IF name="invoice" -->
6                         Résumé de livraison pour <i><!-- TMPL_VAR NAME="name" --></i> Facture <i><!-- TMPL_VAR NAME="invoice" --></i>
7                 <!-- TMPL_ELSE -->
8                         Commandes en attente pour <!-- TMPL_VAR NAME="name" -->
9                 <!-- /TMPL_IF -->
10         </h1>
11         
12         <div id="bloc25">
13                 Facture : <!-- TMPL_VAR NAME="invoice" --><br>
14                 Reçu Par : <!-- TMPL_VAR NAME="user" --><br>
15                 <!-- TMPL_VAR NAME="date" -->
16         </div>
17         
18         <div id="bloc25">
19                 <form action="/cgi-bin/koha/acqui/acquire.pl">
20                         <input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->">
21                         <input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->">
22                         <input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->">
23                         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->">
24                         
25                         <b>Cherche ISBN ou Titre :</b> <input type="text" size="25" name="recieve">
26                 </form>
27         <p>
28         <form action="" method="get" name="orderform">
29         
30         <table>
31                 <tr>
32                         <th class="acquisition">PANIER</th>
33                         <th class="acquisition">ISBN</th>
34                         <th class="acquisition">TITRE</th>
35                         <th class="acquisition">AUTEUR</th>
36                         <th class="acquisition">REEL</th>
37                         <th class="acquisition">P&P</th>
38                         <th class="acquisition">QTé</th>
39                         <th class="acquisition">TOTAL</th>
40                 </tr>
41                 <!-- TMPL_VAR NAME="count" -->
42                 <!-- TMPL_LOOP NAME="loop_orders" -->
43                         <tr bgcolor="<!-- TMPL_VAR NAME="color" -->">
44                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
45                                 <td><!-- TMPL_VAR NAME="isbn" --></td>
46                                 <td><a href="acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
47                                 <td><!-- TMPL_VAR NAME="author" --></td>
48                                 <td><!-- TMPL_VAR NAME="unitprice" --></td>
49                                 <td></td>
50                                 <td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
51                                 <td><!-- TMPL_VAR NAME="total" --></td>
52                         </tr>
53                 <!-- /TMPL_LOOP -->
54                 <tr bgcolor="white">
55                         <th class="acquisition"></th>
56                         <th class="acquisition"></th>
57                         <th class="acquisition"></th>
58                         <th class="acquisition">SOUS-TOTAUX</th>
59                         <th class="acquisition"><!-- TMPL_VAR NAME="totalprice" --></th>
60                         <th class="acquisition"><!-- TMPL_VAR NAME="totalfreight" --></th>
61                         <th class="acquisition"><!-- TMPL_VAR NAME="totalquantity" --></th>
62                         <th class="acquisition"><!-- TMPL_VAR NAME="tototal" --></th>
63                 </tr>
64                 <tr>
65                         <td colspan="5" rowspan=2  bgcolor="#ffdf61">
66                         <b>AIDE</b>
67                         <br>
68                         Le total en bas de la page devra être proche de quelques centimes du total de la facture.<p>
69                         Lorsque vous aurez fini cette facture, sauvez les modifications.
70                         </td>
71                         <td colspan="2" align="right"><b>TVA</b></td>
72                         <td><!-- TMPL_VAR NAME="gst" --></td>
73                 </tr>
74                 <tr bgcolor="white">
75                         <td colspan="2" align="right" ><b>TOTAL</b></td>
76                         <td><!-- TMPL_VAR NAME="grandtot" --></td>
77                 </tr>
78         </table>
79         </div>
80 </div>
81 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->