⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.ascx

📁 可设置不同组的不同操纵权限、数据范围、填写内容等。灵活多样的配置你的后台管理人员的权限。 可设置一系列的网站参数 可设置前台列表的显示数量 支持虚拟目录的运行和任意目录
💻 ASCX
字号:
<%@ Control Language="vb" AutoEventWireup="false" Inherits="WanerSoft.Controls.PayIndex" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Import Namespace="WanerSoft.Cache" %>
<%@ Register TagPrefix="WS" TagName="Header" Src="../Header.ascx" %>
<%@ Register TagPrefix="WS" TagName="Login" Src="../Login.ascx" %>
<%@ Register TagPrefix="WS" TagName="Menu" Src="../Menu.ascx" %>
<%@ Register TagPrefix="WS" TagName="Search" Src="../Book/Search.ascx" %>
<%@ Register TagPrefix="WS" TagName="TjList" Src="../Book/TjList.ascx" %>
<%@ Register TagPrefix="WS" TagName="Footer" Src="../Footer.ascx" %>
<WS:Header id="Header" PageTitle=" - 在线支付中心" Runat="Server" />
<WS:Login id="Login" Runat="Server" />
<WS:Menu id="Menu" Runat="Server" />
<style type="text/css">
<!--
.style1 {
color:#FF0000;
}
-->
</style>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="160" valign="top" class="td1"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="24" background="<%=Configs.SkinPath%>/images/title_l.gif"><div align="center"><span class="titles">强烈推荐 Hot! </span></div></td>
      </tr>
      <tr>
        <td height="2"></td>
      </tr>
      <tr>
        <td height="240" valign="top"><WS:TjList id="TjListQ" Tid="1" Runat="Server" /></td>
      </tr>
    </table>
     	  <WS:Search id="Search" runat="server" />
    </td>
    <td valign="top" class="td4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
	  <tr>
    <td height="2"></td>
  </tr>
  <tr>
    <td height="2" bgcolor="#CCCCCC"></td>
  </tr>
  <tr>
    <td height="2"></td>
  </tr>
  <tr>
    <td height="1" bgcolor="#CCCCCC"></td>
  </tr>
      <tr>
        <td height="29">&nbsp;<img src="<%=Configs.SkinPath%>/images/arrow_044.gif" width="11" height="11">&nbsp;首 页 >> <span class="redtext">在线支付 (会员冲值) </span></td>
      </tr>
      <tr>
        <td height="24" align="center">&nbsp;</td>
      </tr>
      
      <tr>
        <td height="24" align="center"><span class="redtext">普通会员通过在线支付自动开通VIP! </span><strong><font color=blue>请在支付前关闭窗口拦截的软件,避免支付失败!</font></strong> </td>
      </tr>
      <tr>
        <td height="24">&nbsp;</td>
      </tr>
      <tr>
        <td height="24" bgcolor="#efefef"><div class="redtext" align="center"><strong>在线支付步骤</strong></div></td>
      </tr>
      <tr>
        <td height="24">&nbsp;</td>
      </tr>
	  <form runat="server">
      <tr>
        <td height="24"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="27%" height="24"><div align="left">&nbsp;第一步:
              请选择冲值金额</div></td>
            <td width="73%"><asp:DropDownList ID="PayMoney" runat="server">
			<asp:ListItem value="1"> 冲值1元兑换100点</asp:ListItem>
                <asp:ListItem value="5" Selected="true"> 冲值5元兑换500点</asp:ListItem>
                <asp:ListItem value="10"> 冲值10元兑换1000点</asp:ListItem>
                <asp:ListItem value="20"> 冲值20元兑换2000点</asp:ListItem>
                <asp:ListItem value="30"> 冲值30元兑换3000点</asp:ListItem>
                <asp:ListItem value="50"> 冲值50元兑换5000点</asp:ListItem>
                <asp:ListItem value="80"> 冲值80元兑换8000点</asp:ListItem>
                <asp:ListItem value="100"> 冲值100元兑换10000点</asp:ListItem>
                <asp:ListItem value="150"> 冲值150元兑换15000点</asp:ListItem>
                <asp:ListItem value="200"> 冲值200元兑换20000点</asp:ListItem>
              </asp:DropDownList>            </td>
          </tr>
          <tr>
            <td><div align="left"></div></td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td height="24"><div align="left">&nbsp;第二步:
              选择支付平台</div></td>
            <td><asp:DropDownList ID="PayClass" runat="server">
                <asp:ListItem value="1" Selected="true">支付宝支付</asp:ListItem>
                <asp:ListItem value="2">西部支付</asp:ListItem>
                <asp:ListItem value="3">快钱支付</asp:ListItem>
                <asp:ListItem value="4">易付通支付</asp:ListItem>
                <asp:ListItem value="5">银联通</asp:ListItem>
            </asp:DropDownList>
               目前本站支持5家支付平台的在线支付</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td height="24"><div align="left">&nbsp;第三步: 开始支付</div></td>
            <td><input id="TitleText" type="hidden" value="Vip在线支付" runat=server><asp:Button ID="PaySend" runat="server" Text=" 开始支付 " /></td>
          </tr>
          <tr>
            <td height="24" colspan="2" align="center">&nbsp;</td>
          </tr>
          <tr>
            <td height="24" colspan="2" align="center"><img src="<%=Configs.SkinPath%>/images/WPay.gif" width="133" height="34" /> &nbsp; <img src="<%=Configs.SkinPath%>/images/BPay.gif" width="187" height="36" />&nbsp;</td>
          </tr>
          <tr>
            <td colspan="2" align="center">&nbsp;</td>
          </tr>
          <tr>
            <td height="24" colspan="2" align="center">&nbsp;&nbsp;<img src="<%=Configs.SkinPath%>/images/APay.gif" width="285" height="45" />&nbsp;&nbsp;&nbsp;&nbsp;<img src="<%=Configs.SkinPath%>/images/XPay.gif" width="150" height="52" /> </td>
            </tr>

        </table></td>
      </tr>
      <tr>
        <td height="24">&nbsp;</td>
      </tr>
	   </form>
      <tr>
        <td height="24" bgcolor="#efefef"><div align="center"><a name="#1" id="#1"><strong><span class="redtext">XPay支付帮助</span></strong></a></div></td>
      </tr>
	 
      <tr>
        <td height="205"><div align="left"> 操作说明:<br />
              <br />
          1、 支持国内60多种银行卡的在线支付功能,只需要一张开通网上银行的银行卡,就能轻松支付。<br />
  <br />
          2、支持联通手机缴费卡的支付功能,(就是充联通手机话费用的手机缴费卡),目前暂时支持浙江省和陕西省,其他省份不断开通中~ <br />
  <br />
          3、 支持浙江省的声讯电话。(友情提示:可以通过办公室的电话来进行拨打。老板付钱,我看书。^-^) <br />
  <br />
          4、 选择好购买类别后点“<span class="style3">使用易付通支付</span>”会进入XPay网站,并根据提示将那边帐号金额转到本站并兑换成VIP积分。<br />
  <br />
  <span class="style1">5、关于XPAY的详细情况,请访问:http://www.xpay.cn 
    客服热线:0571-88938555 <br />
</span></div></td>
      </tr>
      
      <tr>
        <td height="24" bgcolor="#efefef"><div align="center"><a name="#2" id="#2"><strong><span class="redtext">西部支付帮助</span></strong></a></div></td>
      </tr>
      <tr>
        <td height="86"><div align="left">&nbsp;&nbsp;&nbsp; 西部支付
          ( www.westpay.com.cn )是由成都富杰信息技术有限公司创建的一个互联网实时在线支付平台,是中西部地区第一家也是最具实力的一家网上在线上支付平台。西部支付有完整的网站平台系统,已经接入近
          20 家国内银行,支持 60 多种国内银行卡、信用卡实时在线支付,正在接入外币支付、手机支付、电话支付等多种支付手段,是国内为数不多的有独立支付体系和自主银行接入的支付平台之一。 </div></td>
      </tr>
      
      <tr>
        <td height="24" bgcolor="#efefef"><div align="center"><a name="#3" id="#3"><strong><span class="redtext">联银通支付帮助</span></strong></a></div></td>
      </tr>
      <tr>
        <td height="238"><p class="fontsize"><strong>深圳市联银通科技有限公司</strong>是一家立足于深圳,业务面向全国的高科技信息服务企业。</p>
          <p class="fontsize">主要从事为企业提供各种电子支付平台和解决方案以及基于互联网的信息咨询和服务业务。   公司成立于2003年,注册资金为3000万人民币。有着丰富的电子商务行业经验和雄厚的资金实力。</p>
          <p class="fontsize">公司至成立以来凭借强大的技术实力和优良的服务理念一直致力于为国内企业提供各种可靠质优的电子支付平台及解决方案。</p>
          <p class="fontsize">作为专业提供电子支付服务和支付解决方案的企业,一直专注于分析和研究电子商务企业的应用需求,研发并推广网络支付应用系统。为企业、商家和电子商务公司提供全套支付解决方案服务,建立商户与中国及全球的金融机构之间的网上实时支付桥梁,突破电子商务的资金流瓶颈,以解决长期困扰商户的资金流转问题。</p>
          <p class="fontsize">公司将以提供更为完善的网络支付服务体系为目标,立志成为专业从事网络支付及相关服务的领导者。</p></td>
      </tr>
      <tr>
        <td height="24" bgcolor="#efefef"><div align="center"><a name="#4" id="#4"><strong><span class="redtext">支付宝支付帮助</span></strong></a></div></td>
      </tr>
      <tr>
        <td height="30"><p class="fontsize"><strong>支付宝,阿里巴巴旗下公司</strong></p>          </td>
      </tr>
      <tr>
        <td height="24">&nbsp;</td>
      </tr>
    </table>
	</td>
  </tr>
</table>
<WS:Footer id="Footer" Runat="Server" />

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -