X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fpayment%2Findex.tpl;h=6c06d63e94e726f0ade35cf651351ccb39f02690;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=dd4c34d77c7a8f177627ad8a98c950be8af864b9;hpb=6d85e513f733ea43600b3c25017d4c899142b168;p=platal.git diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index dd4c34d..6c06d63 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -21,9 +21,9 @@ {**************************************************************************} -

Télépaiements

+

Télépaiements

-{if $smarty.request.op eq "submit" and !$xorg_errors|count} +{if $smarty.request.op eq "submit" and !$pl_errors} @@ -34,9 +34,15 @@ - - + + +{if $comment} + + + +{/if}
{$pay->text}
Montant (euros){$montant}Montant{$montant} €
Commentaire + {$comment}
  @@ -44,30 +50,30 @@
{foreach from=$pay->api->infos.commercant key="name" item="value"} - + {/foreach} - + {foreach from=$pay->api->infos.client key="name" item="value"} - + {/foreach} - + {foreach from=$pay->api->infos.commande key="name" item="value"} - + {/foreach} - - + + {foreach from=$pay->api->infos.divers key="name" item="value"} - + {/foreach} - +

-En cliquant sur "Valider", tu seras redirigé{if $smarty.session.sexe}e{/if} vers le site de {$pay->api->nomsite}, où il te -sera demandé de saisir ton numéro de carte bancaire. Lorsque le paiement aura été effectué, tu +En cliquant sur "Valider", tu seras redirigé{if $smarty.session.sexe}e{/if} vers le site de {$pay->api->nomsite}, où il te +sera demandé de saisir ton numéro de carte bancaire. Lorsque le paiement aura été effectué, tu recevras une confirmation par email.

{if $pay->api->text} @@ -77,7 +83,7 @@ recevras une confirmation par email. {/if} {if $evtlink}

-Si tu n'es pas encore inscrit à cet événement, n'oublie pas d'aller t'inscrire. +Si tu n'es pas encore inscrit à cet événement, n'oublie pas d'aller t'inscrire.

{/if} @@ -89,30 +95,29 @@ function payment_submit(form) { form.op.value = 'select'; form.montant.value = 0; - form.action = form.action + '/' + form.ref.value; + form.action = 'payment/' + form.ref.value; form.submit(); } {/literal}
-

Si tu ne souhaites pas utiliser notre interface de - télépaiement, tu peux virer directement la somme de ton choix sur notre compte - 30004 00314 00010016782 60. Nous veillerons à ce que ton paiement parvienne à - son destinataire. Pense toutefois à le préciser dans le motif du - versement. -

-

- + - + - - + + + + + + @@ -142,13 +151,13 @@ function payment_submit(form) {if $transactions} -

Tu as déjà effecuté des paiements pour cette transaction :

+

Tu as déjà effectué des paiements pour cette transaction :

Effectuer un télépaiementEffectuer un télépaiement
Transaction + {if $asso} + {$pay->text} + {else} + {/if} {if $pay->url}
plus d'informations @@ -120,16 +125,20 @@ function payment_submit(form)
MéthodeMéthode
Montant (euros)Montant
Commentaire
 
{iterate from=$transactions item=t} - + {/iterate}
DateMontant
{$t.timestamp|date_format}{$t.montant}{$t.amount|replace:'EUR':'€'}
@@ -157,4 +166,4 @@ function payment_submit(form) {/if} -{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}