📄 index.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 Pay() {
if( isNumberString(addform.amount.value,"1234567890.")!=1) {
alert("\付款金额输入不正确,请重新输入")
document.addform.amount.focus();
document.addform.amount.select();
return false;
}
if( addform.remark.value=="" || addform.remark.value.length>100) {
alert("\请输入不超过100字符的付款说明")
document.addform.remark.focus();
document.addform.remark.select();
return false;
}
return true;
}
function isNumberString (InString,RefString)
{
if(InString.length==0) return (false);
for (Count=0; Count < InString.length; Count++) {
TempChar= InString.substring (Count, Count+1);
if (RefString.indexOf (TempChar, 0)==-1)
return (false);
}
return (true);
}
// -->
</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 name="addform" method="post" action="?Action=Send" onSubmit="return Pay()">
<tr><td height="150px" Colspan=2></td></tr>
<tr><td width="157px" height="30px"></td>
<td width="343px" height="100px">
付款金额:¥<input type="text" name="amount" maxlength="8" style="width:144px"><br>
付款说明:<textarea name="remark" rows="4"></textarea></td>
</tr>
<tr>
<td Height="50px" align=center Colspan=2><input name=submit type="image" src="{$InstallDir}Skins/{$SkinDir}/PayNext.gif" height="24px" width="100px" style="border:0"></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 + -