Links accounts requests to group sites.
[platal.git] / templates / payment / payment.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2011 Polytechnique.org                             *}
4 {*  http://opensource.polytechnique.org/                                  *}
5 {*                                                                        *}
6 {*  This program is free software; you can redistribute it and/or modify  *}
7 {*  it under the terms of the GNU General Public License as published by  *}
8 {*  the Free Software Foundation; either version 2 of the License, or     *}
9 {*  (at your option) any later version.                                   *}
10 {*                                                                        *}
11 {*  This program is distributed in the hope that it will be useful,       *}
12 {*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *}
13 {*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *}
14 {*  GNU General Public License for more details.                          *}
15 {*                                                                        *}
16 {*  You should have received a copy of the GNU General Public License     *}
17 {*  along with this program; if not, write to the Free Software           *}
18 {*  Foundation, Inc.,                                                     *}
19 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}
20 {*                                                                        *}
21 {**************************************************************************}
22
23 {if $smarty.request.op eq "submit" and !$pl_errors}
24
25 <h1>Télépaiements</h1>
26
27 <table class="bicol">
28   <tr>
29     <th colspan="2">Paiement via {$meth->text}</th>
30   </tr>
31 {if t($public)}
32   <tr>
33     <td><b>Nom</b></td>
34     <td>{$full_name}</td>
35   </tr>
36 {/if}
37   <tr>
38     <td><b>Transaction</b></td>
39     <td>{$pay->text}</td>
40   </tr>
41   <tr>
42     <td><b>Montant</b></td>
43     <td>{$amount} &euro;</td>
44   </tr>
45 {if $comment}
46   <tr>
47     <td><b>Commentaire</b></td>
48     <td>{$comment}</td>
49   </tr>
50 {/if}
51   <tr>
52     <td>&nbsp;</td>
53     <td>
54       <form method="post" action="{$pay->api->urlform}">
55       <div>
56         <!-- infos commercant -->
57         {foreach from=$pay->api->infos.commercant key="name" item="value"}
58         <input type="hidden" name="{$name}" value="{$value}" />
59         {/foreach}
60         <!-- infos client -->
61         {foreach from=$pay->api->infos.client key="name" item="value"}
62         <input type="hidden" name="{$name}" value="{$value}" />
63         {/foreach}
64         <!-- infos commande -->
65         {foreach from=$pay->api->infos.commande key="name" item="value"}
66         <input type="hidden" name="{$name}" value="{$value}" />
67         {/foreach}
68
69         <!-- infos divers -->
70         {foreach from=$pay->api->infos.divers key="name" item="value"}
71         <input type="hidden" name="{$name}" value="{$value}" />
72         {/foreach}
73         <input type="submit" value="Valider" />
74       </div>
75       </form>
76     </td>
77   </tr>
78 </table>
79 <p>
80 En cliquant sur "Valider", tu seras redirigé{if $sex}e{/if} vers le site de {$pay->api->nomsite}, où il te
81 sera demandé de saisir ton numéro de carte bancaire. Lorsque le paiement aura été effectué, tu
82 recevras une confirmation par email.
83 </p>
84 {if $pay->api->text}
85 <p>
86 {$pay->api->text}
87 </p>
88 {/if}
89 {if $evtlink}
90 <p class="erreur">
91 Si tu n'es pas encore inscrit à cet événement, n'oublie pas d'aller t'<a href='http://www.polytechnique.net/{$evtlink.diminutif}/events/sub/{$evtlink.eid}'>inscrire</a>.
92 </p>
93 {/if}
94
95 {else}
96
97 {if t($donation)}
98 {include wiki=Docs.Dons}
99 {/if}
100
101 <form method="post" action="{$platal->pl_self()}">
102   <table class="bicol">
103     <tr>
104       <th colspan="2">Effectuer un télépaiement</th>
105     </tr>
106     <tr>
107       <td>Transaction</td>
108       <td>
109         <strong>{$pay->text}</strong><input type="hidden" name="ref" value="{$pay->id}" />
110         {if $pay->url}
111         <br />
112         <a href="{$pay->url}">plus d'informations</a>
113         {/if}
114       </td>
115     </tr>
116     <tr>
117       <td>Méthode</td>
118       <td>
119         <select name="methode">
120           {select_db_table table="payment_methods" valeur=$smarty.request.methode}
121         </select>
122       </td>
123     </tr>
124     <tr>
125       <td>Montant</td>
126       <td><input type="text" name="amount" size="13" class="right" value="{$pay->amount_def}" /> &euro;</td>
127     </tr>
128     {if t($public)}
129     <tr>
130       <td>Identifiant <small>(prenom.nom.promo)</small></td>
131       <td><input type="text" name="login" size="30" /></td>
132     </tr>
133     {/if}
134     <tr>
135       <td>Commentaire</td>
136       <td><textarea name="comment" rows="5" cols="30"></textarea></td>
137     </tr>
138     {if t($donation)}
139     <tr>
140       <td>Afficher ton nom dans la liste des donateurs</td>
141       <td>
142         <label>Oui<input type="radio" name="display" value="1" checked="checked" /></label>
143         &nbsp;-&nbsp;
144         <label><input type="radio" name="display" value="0" />Non</label>
145       </td>
146     </tr>
147     {/if}
148     <tr>
149       <td>&nbsp;</td>
150       <td>
151         <input type="hidden" name="op" value="submit" />
152         <input type="submit" value="Continuer" />
153       </td>
154     </tr>
155   </table>
156 </form>
157
158 {if t($transactions)}
159 <p class="descr">Tu as déjà effectué des paiements pour cette transaction&nbsp;:</p>
160 <table class="bicol">
161 <tr><th>Date</th><th>Montant</th></tr>
162 {iterate from=$transactions item=t}
163   <tr class="{cycle values="pair,impair"}">
164     <td>{$t.ts_confirmed|date_format}</td>
165     <td>{$t.amount|replace:'.':','} &euro;</td>
166   </tr>
167 {/iterate}
168 </table>
169 {/if}
170
171 {if t($donation)}
172 <p class="descr">Les 10 plus gros dons sont les suivants&nbsp;:</p>
173 <table class="bicol">
174   <tr>
175     <th>Nom</th>
176     <th>Montant</th>
177     <th>Date</th>
178   </tr>
179   {foreach from=$biggest_donations item=d}
180   <tr class="{cycle values="pair,impair"}">
181     <td>{$d.name}</td>
182     <td class="center">{$d.amount|replace:'.':','} &euro;</td>
183     <td>{$d.ts_confirmed|date_format}</td>
184   </tr>
185   {/foreach}
186 </table>
187
188 <p class="descr">Les dons par période&nbsp;:</p>
189 <table class="tinybicol">
190   <tr>
191     <th>Période</th>
192     <th>Montant</th>
193   </tr>
194   {foreach from=$donations item=d}
195   <tr class="{cycle values="pair,impair"}">
196     <td>{if $d.month neq 0}{$d.ts_confirmed|date_format:"%B %Y"}{else}{$d.ts_confirmed|date_format:"%Y"}{/if}</td>
197     <td style="text-align: right">{$d.amount|replace:'.':','} &euro;</td>
198   </tr>
199   {/foreach}
200 </table>
201 {/if}
202
203 {/if}
204
205 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}