59 lines
1.9 KiB
Plaintext
59 lines
1.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="admin_member_edit.aspx.cs" Inherits="Mtxfw.shop._Admin.admin_member_edit" %>
|
|
|
|
<!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>
|
|
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
|
|
<script src="/Scripts/jquery-1.7.2.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div class="main">
|
|
<div class="bt1">用户管理 - 充值现金</div>
|
|
<div class="bt2">
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div class="bt3">
|
|
|
|
<table width="100%" class="addtable">
|
|
<tr>
|
|
<th style=" width:120px;">账户用户名</th>
|
|
<td><asp:Label ID="Lit_UserName" runat="server"></asp:Label><asp:HiddenField ID="Hidd_Url" runat="server" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>账户余额</th>
|
|
<td><asp:Label ID="Lit_umoney12" runat="server"></asp:Label></td>
|
|
</tr>
|
|
<tr>
|
|
<th>充值金额</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_Pay" runat="server" Width="60"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<tr id="tr1">
|
|
<th>备注</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_conent" runat="server" Width="450" CssClass="k2">后台充值</asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<th></th>
|
|
<td>
|
|
<asp:Button ID="Btn_Edit" runat="server" Text="修改" CssClass="savebtn" />
|
|
<input id="btn_back" type="button" value="返回" class="returnbtn" onclick="history.go(-1)" />
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|