⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 900c8b6ebe2b001d10dcc9e30c9e2239

📁 客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户
💻
字号:
<%@ 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="user.do"  method="post" >
<html:hidden property="p" value="list" />
<table cellspacing="1" class="small" align="left" cellpadding="3">

  <tr>
    <td nowrap class="TableData">&nbsp;&nbsp;用户名称: 
    	<html:text property="userName" styleClass="SmallInput" size="15" maxlength="100"/>
    </td>
    
    <td nowrap class="TableData">&nbsp;&nbsp;用户角色:
    	<html:text property="roleId"  styleClass="SmallInput" size="15" maxlength="100"/>
    	<html:select property="roleId">
			<html:option value="---请选择---"></html:option>
			<html:options collection="roles" property="id" labelProperty="roleName"/>
		</html:select>
    </td>
    
   </tr>
   <tr>
    <td nowrap class="TableData" colspan="2">
        &nbsp;&nbsp;<html:submit styleClass="SmallButton" title="模糊查询">快速查询</html:submit>
        <input type="button" value="添加用户资料" title="用户资料导入" onClick="location.href='${ctx}/user.do?p=edit'" class="SmallButton">
    </td>
   </tr>

</table>
 </form>
</fieldset>
</div>

<br>
<!-- 显示数据信息 -->
<c:if test="${empty users }">
<%@ include file="/utility/noData.jsp" %>
</c:if>

  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -