📄 808a0ade252b001d1f1386824b2f4361
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html>
<head>
<title>My JSP 'clientList.jsp' starting page</title>
<%@ include file="/commons/meta.jsp" %>
</head>
<body class="bodycolor" topmargin="5">
<table class="title1">
<tr>
<td class="Big"><span class="big3"> 用户信息</span><br>
</td>
</tr>
</table>
<br>
<div align="left">
<fieldset style="width:95%;padding-bottom:5px;">
<legend class="small" align=left>
<b> 快捷操作 </b>
</legend>
<form action="index.php" method="post" name="form1">
<table cellspacing="1" class="small" align="left" cellpadding="3">
<tr>
<td nowrap class="TableData"> 用户名称:
<html:text property="userName" styleClass="SmallInput" size="15" maxlength="100"/>
</td>
<td nowrap class="TableData"> 用户角色:
<html:text property="roleId" styleClass="SmallInput" size="15" maxlength="100"/>
<input type="text" name="LINKMAN_NAME" class="SmallInput" size="15" maxlength="100">
</td>
</tr>
<tr>
<td nowrap class="TableData" colspan="2">
<input value="快速查询" type="submit" class="SmallButton" title="模糊查询" name="button">
<input value="添加用户资料" type="button" class="SmallButton" title="用户资料导入" name="button1" onClick="excel_import();">
</td>
</tr>
</table>
</form>
</fieldset>
</div>
<br>
<!-- 显示数据信息 -->
<table class="tablestyle1">
<tr class="TableHeader">
<td nowrap align="center">选择</td>
<td nowrap align="center">用户名称</td>
<td nowrap align="center">用户密码</td>
<td nowrap align="center">绑定职工</td>
<td nowrap align="center">绑定角色</td>
<td nowrap align="center">操作</td>
</tr>
<tr class="TableLine1">
<td> <input type="checkbox" name="email_select" value="1" onClick="check_one(self);"></td>
<td nowrap align="center">百度</td>
<td nowrap align="center">aaaa</td>
<td nowrap align="center">男</td>
<td nowrap align="center">/</td>
<td nowrap align="center">
<a href="javascript:show_detail(1);">详细信息</a>
<a href="edit.php?LINKMAN_ID=1&CUSTOMER_NAME=&CUSTOMER_CODE =&CUSTOMER_SHORT=&LINKMAN_NAME=&ADD_HOME=&SEX=&CUR_PAGE=1&ORDERFIELD=&ORDERTYPE=">编辑</a>
<a href="javascript:delete_linkman(1);">删除</a>
</td>
</tr>
<tr class="TableControl">
<td colspan="6">
<input type="checkbox" name="allbox" id="allbox_for" onClick="check_all();">
<label for="allbox_for">全选</label>
<input type="button" value="批量删除" class="SmallButton" onClick="delete_mail();" title="删除所选联系人">
</td>
</tr>
</table>
<%@ include file="/utility/noData.jsp" %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -