✏️ 正在编辑: oneclick.tpl
路径:
/home/bpioifn/www/pigmentse/modules/axepta/views/templates/front/oneclick.tpl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{* * 1997-2020 Quadra Informatique * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) that is available * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0 * If you are unable to obtain it through the world-wide-web, please send an email * to modules@quadra-informatique.fr so we can send you a copy immediately. * * @author Quadra Informatique <modules@quadra-informatique.fr> * @copyright 1997-2019 Quadra Informatique * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *} <div> <form name="redirectForm" method="POST" action="{$params['url']|escape:'htmlall':'UTF-8'}"> <input type="hidden" name="MerchantID" value="{$params['mid']|escape:'htmlall':'UTF-8'}"> <input type="hidden" name="Data" value="{$params['Data']|escape:'htmlall':'UTF-8'}"> <input type="hidden" name="Len" value="{$params['Len']|escape:'htmlall':'UTF-8'}"> <input type="hidden" name="URLBack" value="{$params['url_back']|escape:'htmlall':'UTF-8'}"> <input type="hidden" name="id_account" value="{$id_account}"> <input type="hidden" name="number" value="{$card->pcnr}"> <input type="hidden" name="expiryDate" value="{$card->ccexpiry}"> <input type="hidden" name="brand" value="{$card->ccbrand}"> <input type="hidden" name="cardholder" value="{$card->holder_name}"> <noscript><input type="submit" name="Go" value="Click to continue"/></noscript> </form> {literal}<script type="text/javascript"> document.redirectForm.submit(); </script>{/literal} </div>
💾 保存文件
← 返回文件管理器