<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Recharge.aspx.cs" Inherits="CY.WebForm.Pages.pay.Recharge" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head runat="server">
|
<title>账户充值</title>
|
<uc:CMSHead ID="CMSHead1" runat="server" />
|
<style type="text/css">
|
.PublicAccount tr{ line-height:23px; height:23px;}
|
</style>
|
</head>
|
<body>
|
<div id="scrollContent">
|
<div >
|
<form id="form1" class="form" action="RechargeSubmit.aspx" target="_blank" method="post">
|
<table class="tableStyle">
|
<tr>
|
<td class="ali03 w100px" valign="top">充值方式:</td>
|
<td>
|
<table>
|
<tr>
|
<td height="36" style=" background: #F1F3F2;border:0px solid #cccccc;"> <img src="../../images/pay/logo.png"><span style="color: #868686">(财付通是腾讯旗下第三方支付平台)</span> </td>
|
</tr>
|
<tr>
|
<td height="36" style=" padding-left: 10px; border:0px solid #cccccc;">
|
<br />
|
<input type="radio" style="vertical-align: top" value="1002" name="RechargeType"/> <label for="RechargeType"><img src="../../images/pay/1002.gif" /></label>
|
<input type="radio" style="vertical-align: top" value="1001" name="RechargeType" /> <img src="../../images/pay/1001.gif" />
|
<input type="radio" style="vertical-align: top" value="1003" name="RechargeType" /> <img src="../../images/pay/1003.gif" />
|
<input type="radio" style="vertical-align: top" value="1005" name="RechargeType" /> <img src="../../images/pay/1005.gif" />
|
<br />
|
<br />
|
<input type="radio" style="vertical-align: top" value="1004" name="RechargeType" /> <img src="../../images/pay/1004.gif" />
|
<input type="radio" style="vertical-align: top" value="1008" name="RechargeType" /> <img src="../../images/pay/1008.gif" />
|
<input type="radio" style="vertical-align: top" value="1009" name="RechargeType" /> <img src="../../images/pay/1009.gif" />
|
<input type="radio" style="vertical-align: top" value="1032" name="RechargeType" /> <img src="../../images/pay/1032.gif" />
|
<br />
|
<br />
|
<input type="radio" style="vertical-align: top" value="1022" name="RechargeType" /> <img src="../../images/pay/1022.gif" />
|
<input type="radio" style="vertical-align: top" value="1006" name="RechargeType" /> <img src="../../images/pay/1006.gif" />
|
<input type="radio" style="vertical-align: top" value="1021" name="RechargeType" /> <img src="../../images/pay/1021.gif" />
|
<input type="radio" style="vertical-align: top" value="1027" name="RechargeType" /> <img src="../../images/pay/1027.gif" />
|
<br />
|
<br />
|
<input type="radio" style="vertical-align: top" value="1010" name="RechargeType" /> <img src="../../images/pay/1010.gif" />
|
<input type="radio" style="vertical-align: top" value="1052" name="RechargeType" /> <img src="../../images/pay/1052.gif" />
|
<input type="radio" style="vertical-align: top" value="1020" name="RechargeType" /> <img src="../../images/pay/1020.gif" />
|
<br />
|
<br />
|
<input type="radio" value="0" name="RechargeType" /> <img src="../../images/pay/0.gif"><span style="color: #868686">(财付通账户余额支付,一点通支付)</span><br />
|
<br />
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
<tr>
|
<td class="ali03 ">充值金额(元):</td>
|
<td style=" padding-left:18px;">
|
<input id="txtRechargeMoney" name="txtRechargeMoney" type="text" class="rechargemoney req" maxlength="9"/>
|
</td>
|
</tr>
|
<tr>
|
<td class="ali03 "></td>
|
<td style=" padding-left:18px;"><br /><input type="submit" value="充值" />
|
</td>
|
</tr>
|
|
</table>
|
<table style=" background-color:#D9EBF5; width:100%; line-height:18px;" class="PublicAccount">
|
<tr>
|
<td class="ali03 w100px" style="font-weight:bold; padding-right:12px;">对公账户 </td><td></td>
|
</tr>
|
<tr>
|
<td class="ali03">开户行:</td><td><asp:Label ID="lblBankofdeposit" runat="server"></asp:Label></td>
|
</tr>
|
<tr>
|
<td class="ali03">户名:</td><td><asp:Label ID="lblAccountName" runat="server"></asp:Label></td>
|
</tr>
|
<tr>
|
<td class="ali03">账户:</td><td><asp:Label ID="lblAccountNum" runat="server"></asp:Label></td>
|
</tr>
|
</table>
|
</form>
|
</div>
|
</div>
|
</body>
|
</html>
|