202 lines
5.3 KiB
Plaintext
202 lines
5.3 KiB
Plaintext
<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="Admin_Member_renwu_gl_cx.aspx.cs" Inherits="Mtxfw.VipSite.Admin_Member_renwu_gl_cx" %>
|
|
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head id="Head1" runat="server">
|
|
<title></title>
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta http-equiv="Cache-Control" content="no-store" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9,IE=10" />
|
|
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
|
|
<script src="/Scripts/jquery-migrate-1.1.1.min.js" type="text/javascript"></script>
|
|
<script src="/Scripts/common.js" type="text/javascript"></script>
|
|
<link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
|
|
|
<!-- Basic Styles -->
|
|
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.css">
|
|
<!--[if IE 7]>
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/font-awesome-ie7.min.css">
|
|
<![endif]-->
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-production.css">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-skins.css">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/your_style.css">
|
|
|
|
<!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/demo.css">
|
|
|
|
|
|
<!-- FAVICONS -->
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/cjadd.css?t=2">
|
|
<style type="text/css">
|
|
|
|
.addggbox
|
|
{
|
|
float:left;
|
|
margin:0;
|
|
padding:0;
|
|
width:100%;
|
|
border-top:0;
|
|
}
|
|
.addggbox ul
|
|
{
|
|
float:left;
|
|
margin:0;
|
|
padding:0;
|
|
width:100%;
|
|
}
|
|
.addggbox ul.addggbox_title
|
|
{
|
|
background-color:#eee;
|
|
}
|
|
.addggbox ul li
|
|
{
|
|
float:left;
|
|
margin:0;
|
|
padding:0;
|
|
width:15%;
|
|
border:1px solid #f5f5f5;
|
|
text-align:center;
|
|
line-height:5.2em;
|
|
height:5.2em;
|
|
overflow:hidden;
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|
overflow:hidden;
|
|
}
|
|
.addggbox ul li.textgg
|
|
{
|
|
width:55%;
|
|
}
|
|
.addggbox ul li input
|
|
{
|
|
margin:0;
|
|
height:2.3em;
|
|
width:100%;
|
|
text-align:center;
|
|
}
|
|
.addggbox ul li textarea
|
|
{
|
|
margin:0;
|
|
height:5em;
|
|
line-height:1.2em;
|
|
width:100%;
|
|
text-align:left;
|
|
}
|
|
.addggbox ul.addggbox_boxed li input
|
|
{
|
|
border:0;
|
|
outline:none;
|
|
box-shadow: none;
|
|
|
|
}
|
|
.addggbox ul li input[type="button"]
|
|
{
|
|
margin:0 5%;
|
|
width:40%;
|
|
line-height:1.5em;
|
|
}
|
|
</style>
|
|
<script src="/artDialog/artDialog.js?skin=default" type="text/javascript"></script>
|
|
<script src="/artDialog/iframeTools.js" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript">
|
|
var open = function (url) {
|
|
art.dialog.open(url, {
|
|
title: '留言',
|
|
width: '700px',
|
|
height: '600px',
|
|
lock: true,
|
|
id: 'dg_test34243'
|
|
});
|
|
};
|
|
function onseef(t, id, rwidto) {
|
|
var editbtn = $("#addggbox_box" + id + " #editbtn" + t);
|
|
var seef = $("#addggbox_box" + id + " .textseef");
|
|
|
|
var ytitle = editbtn.val();
|
|
if (editbtn.length > 0) {
|
|
|
|
editbtn.val("请稍候...");
|
|
$.post("/Ajax.ashx", { action: 'seefrwsm',t:t, id: rwidto }, function (data) {
|
|
editbtn.val(ytitle);
|
|
|
|
if (data == "操作成功") {
|
|
if (t == 0) {
|
|
seef.html("已审核");
|
|
}else if (t == 1) {
|
|
seef.html("不合格");
|
|
}else if (t == 2) {
|
|
seef.html("未审核");
|
|
}
|
|
}
|
|
alert(data);
|
|
});
|
|
|
|
} else {
|
|
alert("err");
|
|
}
|
|
}
|
|
</script>
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form runat="server">
|
|
|
|
<!-- END RIBBON -->
|
|
<!-- MAIN CONTENT -->
|
|
<div style="opacity: 1;" id="content">
|
|
<div class="frontMain">
|
|
|
|
|
|
<div class="MainContent">
|
|
<table width="100%" class="data_table2">
|
|
<tr>
|
|
<th>会员</th>
|
|
<td>
|
|
<asp:Label ID="Text_User" runat="server"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>任务标题</th>
|
|
<td>
|
|
<asp:Label ID="Text_Title" runat="server"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<div class="addggbox">
|
|
<ul class="addggbox_title"><li class="textgg">任务内容</li><li>上传图片</li><li>备注</li><li>客服留言</li><li class="textseef">状态</li><li class="textcz">操作</li></ul>
|
|
<%=guige%>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|