71 lines
1.8 KiB
Plaintext
71 lines
1.8 KiB
Plaintext
|
|
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="Pay.aspx.cs" Inherits="Mtxfw.shop.Pay" %>
|
||
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MyHead" runat="server">
|
||
|
|
<link href="css/member.css" rel="stylesheet" type="text/css" />
|
||
|
|
<style type="text/css">#login2 {
|
||
|
|
margin: 0;
|
||
|
|
width: 70px;
|
||
|
|
}</style>
|
||
|
|
<script type="text/javascript">
|
||
|
|
var ifshow = 1;
|
||
|
|
|
||
|
|
</script>
|
||
|
|
<style type="text/css">#tj {
|
||
|
|
width: 120px;
|
||
|
|
}
|
||
|
|
@media screen and (max-width:620px) {
|
||
|
|
#main{border:0;}
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</asp:Content>
|
||
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
|
||
|
|
<form id="Form1" runat="server">
|
||
|
|
<div id="main">
|
||
|
|
|
||
|
|
|
||
|
|
<div id="Location"><div class="title">当前位置: <a href="/" >首页</a> > 付款测试通道</div></div>
|
||
|
|
|
||
|
|
<div id="right_conent">
|
||
|
|
<div class="right_conent_dl">付款测试通道</div>
|
||
|
|
<div class="right_conent_dl_conent">
|
||
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th></th>
|
||
|
|
<td>
|
||
|
|
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th style=" width:180px;">付款金额</th>
|
||
|
|
<td>
|
||
|
|
¥<%=config.webMoney1%>元
|
||
|
|
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<td style=" width:180px;"></td>
|
||
|
|
<td><span class="ui-button-ok">
|
||
|
|
<input type="button" value="确认付款" onclick="location.href='/pay/kqpay.aspx';" class="ui-button-text" id="Paylogin" />
|
||
|
|
</span>
|
||
|
|
<span class="qq-wb-button"></span></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td colspan="2" style=" font-size:14px; text-align:center; color:Red;"><%=Request.QueryString["Error"]%></td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="clear"></div>
|
||
|
|
|
||
|
|
</form>
|
||
|
|
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
|
||
|
|
$("#ap_category").hide();
|
||
|
|
|
||
|
|
</script>
|
||
|
|
</asp:Content>
|