204 lines
7.2 KiB
Plaintext
204 lines
7.2 KiB
Plaintext
<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="Admin_Member_GLY_Add.aspx.cs" Inherits="Mtxfw.VipSite.Admin_Member_GLY_Add" %>
|
|
<%@ 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">
|
|
<script type="text/javascript" charset="utf-8" src="/artDialog/lang/zh-cn/zh-cn.js"></script>
|
|
<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 open2 = function (title,url) {
|
|
art.dialog.open(url, {
|
|
title: title,
|
|
width: '660px',
|
|
height: '460px',
|
|
lock: true,
|
|
id: 'dg_test34243'
|
|
});
|
|
};
|
|
$(document).ready(function () {
|
|
typechang();
|
|
})
|
|
function typechang(){
|
|
var type = $("#Drop_type").val();
|
|
if (type == 0) {
|
|
$("#bindsj").css("display", "none");
|
|
$("#bindjs").css("display", "table-row");
|
|
$("#bindlb").css("display", "none");
|
|
} else {
|
|
$("#bindsj").css("display", "table-row");
|
|
$("#bindjs").css("display", "none");
|
|
$("#bindlb").css("display", "none");
|
|
if (type == 1) {
|
|
$("#bindtitle").html(" 绑定门店:");
|
|
}
|
|
if (type == 2) {
|
|
$("#bindtitle").html(" 绑定联盟部:");
|
|
$("#bindlb").css("display", "table-row");
|
|
}
|
|
if (type == 3) {
|
|
$("#bindtitle").html(" 绑定助农专区:");
|
|
$("#bindlb").css("display", "table-row");
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form runat="server">
|
|
<!-- RIBBON -->
|
|
<div id="ribbon">
|
|
|
|
<span class="ribbon-button-alignment"> <span id="refresh" class="btn btn-ribbon" data-title="refresh" rel="tooltip" data-placement="bottom" data-original-title="<i class='text-warning fa fa-warning'></i> 注意!这会重新设置小工具的排位." data-html="true" data-reset-msg="刷新网站?"><i class="fa fa-refresh"></i></span> </span>
|
|
|
|
<!-- breadcrumb -->
|
|
<ol class="breadcrumb">
|
|
<li><a href="/" target="_top">主页</a></li>
|
|
<li><a href="/Member_Index.aspx">会员中心首页</a></li>
|
|
<li><a href="/Admin_Member_config.aspx">后台管理</a></li>
|
|
<li>管理员管理</li>
|
|
<li><%=strTitle %></li>
|
|
</ol>
|
|
<!-- end breadcrumb -->
|
|
</div>
|
|
<!-- END RIBBON -->
|
|
<!-- MAIN CONTENT -->
|
|
<div style="opacity: 1;" id="content">
|
|
<div class="frontMain">
|
|
|
|
<h1 class="title01"><span class="semi-bold"><%=strTitle %></span></h1>
|
|
<div class="MainContent">
|
|
<table width="100%" border="0" class="data_table2">
|
|
<tr>
|
|
<th width="20%"> 用户名:</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_Name" runat="server"></asp:TextBox>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th> 姓名:</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_User" runat="server"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th> 类型:</th>
|
|
<td>
|
|
<asp:DropDownList ID="Drop_type" runat="server">
|
|
<asp:ListItem Value="0">管理员</asp:ListItem>
|
|
<asp:ListItem Value="1">联盟门店</asp:ListItem>
|
|
<asp:ListItem Value="2">联盟部</asp:ListItem>
|
|
<asp:ListItem Value="3">助农专区</asp:ListItem>
|
|
|
|
</asp:DropDownList><!-- -->
|
|
</td>
|
|
</tr>
|
|
<tr id="bindsj" style="display:none">
|
|
<th id="bindtitle"> 绑定联盟部:</th>
|
|
<td>
|
|
<asp:TextBox ID="txtUserId" runat="server"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr id="bindlb" style="display:none">
|
|
<th> 绑定分类:</th>
|
|
<td>
|
|
<input name="hiddenlbs" id="hiddenlbs" type="hidden" value="" runat="server" />
|
|
<a href="javascript:open2('绑定分类','bindlbs.aspx?t=' + $('#Drop_type').val())" class="selectpica">绑定分类</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th> 角色:</th>
|
|
<td>
|
|
<asp:DropDownList ID="Drop_Role" runat="server" DataTextField="jsname" DataValueField="id">
|
|
</asp:DropDownList><a href="Admin_Member_GLY_JS.aspx">角色权限管理</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th> 登录密码:</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_Password" TextMode="Password" runat="server"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th> 确认登录密码:</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_Password0" TextMode="Password" runat="server"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th> 二级密码:</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_Password1" TextMode="Password" runat="server"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th> 确认二级密码:</th>
|
|
<td>
|
|
<asp:TextBox ID="Text_Password2" TextMode="Password" runat="server"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr><th></th>
|
|
<td>
|
|
<asp:Button ID="Btn_Insert" runat="server" CssClass="abtn" Text="添加" />
|
|
<input id="btn_back" type="reset" value="返回" onclick="history.go(-1)" class="abtn" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
</script>
|
|
</body></html>
|