cc_processing_main.tpl
来自「NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个」· TPL 代码 · 共 23 行
TPL
23 行
{* $Id: cc_processing_main.tpl,v 1.6 2004/05/28 12:20:57 max Exp $ *}{include file="page_title.tpl" title=$lng.lbl_payment_gateways}{include file=$processing_module }{if $module_data ne "" and $module_data.status ne "1"}<BR><BR>{capture name=dialog}<TABLE border="0" cellpadding="2" cellspacing="1" width="100%"><TR><TD><BR>{if $module_data.failed_func eq "httpsmod"}<FONT class="AdminTitle">{$lng.txt_no_https_modules_detected}</FONT>{elseif $module_data.failed_func eq "testexec"}<FONT class="AdminTitle">{$lng.txt_file_none_exe_no_exists|substitute:"file":$module_data.failed_param}</FONT>{else}<FONT class="AdminTitle">{$lng.txt_some_requirements_failed}</FONT>{/if} <A href="{$catalogs.admin}/general.php#Environment" title="{$lng.lbl_environment_info}">{$lng.lbl_check_environment_link} >></A></TD></TR></TABLE>{/capture}{include file="dialog.tpl" title=$lng.lbl_warning content=$smarty.capture.dialog extra="width=100%"}{/if}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?