username@email.com
2022-01-21 b18a7c8e54b51a5caa400e55cb8cc428c0301a0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<%@ 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;">&nbsp;<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"/>&nbsp; <label for="RechargeType"><img src="../../images/pay/1002.gif" /></label>
                                <input type="radio" style="vertical-align: top" value="1001" name="RechargeType" />&nbsp;<img src="../../images/pay/1001.gif" />
                                <input type="radio" style="vertical-align: top" value="1003" name="RechargeType" />&nbsp;<img src="../../images/pay/1003.gif" />
                                <input type="radio" style="vertical-align: top" value="1005" name="RechargeType" />&nbsp;<img src="../../images/pay/1005.gif" />
                                <br />
                                <br />
                                <input type="radio" style="vertical-align: top" value="1004" name="RechargeType" />&nbsp;<img src="../../images/pay/1004.gif" />
                                <input type="radio" style="vertical-align: top" value="1008" name="RechargeType" />&nbsp;<img src="../../images/pay/1008.gif" />
                                <input type="radio" style="vertical-align: top" value="1009" name="RechargeType" />&nbsp;<img src="../../images/pay/1009.gif" />
                                <input type="radio" style="vertical-align: top" value="1032" name="RechargeType" />&nbsp;<img src="../../images/pay/1032.gif" />
                                <br />
                                <br />
                                <input type="radio" style="vertical-align: top" value="1022" name="RechargeType" />&nbsp;<img src="../../images/pay/1022.gif" />
                                <input type="radio" style="vertical-align: top" value="1006" name="RechargeType" />&nbsp;<img src="../../images/pay/1006.gif" />
                                <input type="radio" style="vertical-align: top" value="1021" name="RechargeType" />&nbsp;<img src="../../images/pay/1021.gif" />
                                <input type="radio" style="vertical-align: top" value="1027" name="RechargeType" />&nbsp;<img src="../../images/pay/1027.gif" />
                                <br />
                                <br />
                                <input type="radio" style="vertical-align: top" value="1010" name="RechargeType" />&nbsp;<img src="../../images/pay/1010.gif" />
                                <input type="radio" style="vertical-align: top" value="1052" name="RechargeType" />&nbsp;<img src="../../images/pay/1052.gif" />
                                <input type="radio" style="vertical-align: top" value="1020" name="RechargeType" />&nbsp;<img src="../../images/pay/1020.gif" />
                                <br />
                                <br />
                                <input type="radio" value="0" name="RechargeType" />&nbsp;<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>