CeramicProject/newyt/Module_data/UserAccount.aspx

85 lines
4.3 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserAccount.aspx.cs" Inherits="UserAccount" %>
<!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 id="Head1" runat="server">
<title></title>
<script type="text/javascript"></script>
<link href="../Css/index.css" rel="stylesheet" type="text/css" />
<link href="../Css/edit.css" rel="stylesheet" type="text/css" />
<script src="../Js/Calendar3.js" type="text/javascript"></script>
<script src="../Jquery-ui/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="../Jquery-ui/js/jquery-ui-1.10.4.custom.js" type="text/javascript"></script>
<link href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
<script src="../Js/commonality.js" type="text/javascript"></script>
<link rel="stylesheet" href="../Css/gh-buttons.css" type="text/css"/>
<link rel="stylesheet" href="../Css/prettify.css"/>
<script src="../Js/prettify.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
var setdiv = $(window).height() - 440;
$("#div_main").css("height", setdiv);
})
</script>
</head>
<body>
<form id="form" runat="server">
<div class="rtbjdiv" >
<div class="add-top" >
<div class="add-top-dh" id="div_listdaohang" style=" width:700px"><h4>系统用户账号 &nbsp&nbsp</h4>
<a href="#button" id="chongzhi" onclick="form.reset();" style=" width:60px; " class=" button icon reload">重置表单</a>
<a href="#button" id="fanhui" onclick="history.back();" style=" width:60px; " class="button icon arrowleft">返回上级</a>
<asp:label id="z_error" CssClass="error" runat="server"></asp:label>
</div>
</div>
<div class="alert-tip">
<b>温馨提示:</b>
<p>• 当前页面为系统用户页,所有的系统用户将在这里被查找到</p>
<p>• 为了系统的数据安全,您可以在此设置用户信息</p>
</div>
<table class="bule"> <tr class="tdlietou"><td><h4>用户查询信息</h4></td></tr></table>
<table class="tablewk">
<tr>
<td class="wktblm" style=" width:100px">选择查询类型</td><td style=" width:120px">
<asp:dropdownlist id="cxlx" runat="server" CssClass="tbinput_xl" >
<asp:ListItem Value="zhanghao">账号</asp:ListItem>
<asp:ListItem Value="juese">角色</asp:ListItem>
</asp:dropdownlist></td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px">选择账号状态</td><td style=" width:120px">
<asp:dropdownlist id="zhzt" runat="server" CssClass="tbinput_xl" >
<asp:ListItem Value="">全部</asp:ListItem>
<asp:ListItem Value="启用">启用</asp:ListItem>
<asp:ListItem Value="禁用">禁用</asp:ListItem>
</asp:dropdownlist>
</td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px">选择角色</td><td style=" width:120px">
<asp:dropdownlist id="juese" runat="server" CssClass="tbinput_xl" ToolTip="角色"></asp:dropdownlist>
</td>
<td width="30">&nbsp</td>
<td class="wktblm" style=" width:100px">查询内容</td><td style=" width:120px">
<asp:TextBox id="yhmc" runat="server" CssClass="tbinput"></asp:TextBox>
</td>
<td width="30">&nbsp</td>
<td><asp:button id="cxrz" runat="server" CssClass="button" Width="80" Text="帮我查询" onclick="cxrz_Click" ></asp:button>
<a href="UserAccount_Form.aspx" id="bt_add" runat="server" style=" width:60px;" Visible="false" class="button icon add">新增用户</a>
</td>
<td class="tdjj5">&nbsp </td>
</tr>
</table>
<table class='bule'> <tr class='tdlietou'><td><h4>用户查询结果列表</h4></td></tr></table>
<table class='bule' style="width:1000px; margin-left:0px;"> <tr class='tbtilt'><td style='width:200px'><span>账号名称</span></td><td style=' width:200px'><span>用户角色</span></td>
<td style='width:200px'><span >状态</span></td><td><span>操作</span></td></tr></table>
<div id="div_main" style="width:100%;overflow:auto; " runat=server>
</div>
</div>
<asp:HiddenField runat=server id="jsid"/>
<script src="../Js/messageshow.js" type="text/javascript"></script>
</form>
</body>
</html>