X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fpayment%2Findex.tpl;h=156a1eb1fe261f23cf42f4a3be2bcca6b254fd30;hb=21d2cba66c9ee81e2bbb9acbd83564de248f8e46;hp=afc991c1ef6369f89399ae6dc72030a2e62931d8;hpb=a2558f2b2bccc90e7db9946f09817fb252aef3c7;p=platal.git diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index afc991c..156a1eb 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2008 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 !$xorg_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,7 +125,7 @@ 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.montant|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: *}