2016-10-10 15:24:25 +02:00

16 lines
1.4 KiB
Smarty
Executable File

<p class="payment_module systempay_payment_module">
<strong>{l s='Paiement par carte bancaire' mod='systempay'}</strong>
<a href="javascript:void(0)" onclick="javascript: $('#systempay_standard').submit();" title="{l s='Click here to pay by bank card with Systempay' mod='systempay'}">
<img src="{$img_dir}systempay{if $mobile_device==true}Mobile{/if}.png" alt="{l s='Systempay' mod='systempay'}" />
</a>
{if $mobile_device==true}
<a class="button" title="{l s='Paiement par carte bancaire' mod='systempay'}" href="javascript:void(0)" onclick="javascript: $('#systempay_standard').submit();" style="margin-left:88px"><span>{l s='Validez votre paiement' mod='systempay'}</span></a>
{else}
<a class="button" title="{l s='Paiement par carte bancaire' mod='systempay'}" href="javascript:void(0)" onclick="javascript: $('#systempay_standard').submit();" style="margin-left:88px">{l s='Validez votre paiement' mod='systempay'}</a>
{/if}
<a class="small" title="{l s='Validez votre paiement' mod='systempay'}" href="javascript:void(0)" onclick="javascript: $('#systempay_standard').submit();">{l s='Serveur sécurisé avec système SSL pour protéger vos données bancaires' mod='systempay'}</a>
<form action="{$link->getModuleLink('systempay', 'redirect', array(), true)}" method="post" id="systempay_standard" name="systempay_standard" class="systempay_payment_form">
<input type="hidden" name="systempay_payment_type" value="standard" />
</form>
</p>