📄 affirm.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="gb2312">
<meta name=keywords content="{$Meta_Keywords}">
<meta name="description" content="{$Meta_Description}">
<link rel="shortcut icon" href="{$InstallDir}images/favicon.ico">
<link rel="Bookmark" href="{$InstallDir}images/favicon.ico">
<link type="text/css" rel="stylesheet" href="{$InstallDir}Skins/{$SkinDir}/Style.css">
<Script language="JavaScript" Src="{$InstallDir}Inc/Site.Js"></Script>
<Script language="JavaScript" Src="{$InstallDir}Inc/Menu.Js"></Script>
<title>支付确认 - {$ChannelName} - {$SiteTitle}</title>
<script language="JavaScript">
function MouseDown(){
if(Show1.style.display == "") {
Show1.style.display = "none";
Show2.style.display = "none";
Show3.style.display = "none";
Show4.style.display = "";
}else{
Show1.style.display = "";
Show2.style.display = "";
Show3.style.display = "";
Show4.style.display = "none";
}
}
</Script>
</head>
<body>
{$My_Hand}
<div class=div>
<div class=SitePath>{$SitePath}</div>
</div>
<div class=div>
<table width="500px" border="0" cellspacing="0" cellpadding="0" align="center" class=Table>
<form method="post" action="https://pay.chinabank.com.cn/select_bank" name="E_FORM" target=new>
<!--支付表单隐藏发送内容,请不要删除-->
{$PayForm}
<!--完-->
<tr><td height="150px" Colspan=2></td></tr>
<tr ID=Show1><td width="157px" height="30px"></td>
<td width="343px">
您的定单号为:<font color="#FF0000"><strong>{$OrderNumber}</strong></font><br>
您的支付号为:<font color="#FF0000">{$PayNum}</font><br>
您汇款金额为:<font color="#FF0000">¥{$OrderPrice}</font><br>
手 续 费:<font color="#FF0000">{$PoundagePrice} %</font><br>
实际付款金额:<font color="#FF0000"><strong>¥{$PayPrice}</strong></font><br>
<strong>确认无误后请按“下一步”继续。</strong>
</td>
</tr>
<tr ID=Show2><td Height="50px" align=center Colspan=2><input name=submit type="image" src="{$InstallDir}Skins/{$SkinDir}/PayNext.gif" height="24px" width="100px" onClick="MouseDown()" style="border:0"></td></tr>
<tr ID=Show3><td height="43px" Colspan=2> <font color="blue"><b>温馨提示:</b></font><br> <font Class=green>请牢记您的订单号(如果直接汇款则请牢记您的支付号),以便日后查正。</font></td></tr>
<tr ID=Show4 Style='display:none'><td Height="100px" Colspan=2> <font color="blue"><b>温馨提示:</b></font><br> <font Class=green>感谢您对{$SiteName}的支持与信赖,请您继续选择银行卡并完成在线支付交易操作。</font><br><br><div align=center>【<a href="{$InstallDir}">返回网站首页</a>】</div></td></tr>
<tr><td height="200px" Colspan=2></td></tr>
</form>
</table>
</div>
{$My_Bottom}
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -