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

📄 listuser2.jsp

📁 酒店网上预订系统 (网上预订酒店)
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK"
    pageEncoding="GBK"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title> getusersuccess </title>
<style type="text/css">
<!--
@import url(/app/son.css);
@import url(/app/index.css);
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link href="/app/index.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ccddee" background="/app/image/background.jpg" link="#000066" vlink="#0066FF" alink="#99FF00">
<div align="center"> 
  <form name="form1" method="post" action="${pageContext.request.contextPath}/userManage/findUser.do?sign=listUser2">
    <table width="91%" border="0" align="center">
      <tr bgcolor="#ccddee" class="pp"> 
        <td width="14%" height="6"><span class="pp"><a href="${pageContext.request.contextPath}/userManage/toAddUser.do" class="text_link">开通帐户</a></span></td>
        <td align="center"><span class="yellow"><a href="${pageContext.request.contextPath}/userManage/toListUser.do" class="text_link"> 用户列表</a></span></td>
        <td bgcolor="#ccddee"> <div align="center"><span class="yellow"><font color="#000000">帐务帐号</font></span> 
            <input name="cLoginName" type="text" size="16">
            <input name="Submit22" type="submit" class="button9p" value="查询">
          </div></td>
      </tr>
    </table>
  </form>
  <form action="listUser.htm" method="post" name="userform" >
    <div align="center"> <br/>
      <table width="91%" border=1 align="center" cellpadding="0" cellspacing="0" bordercolor="#ccccff" bgcolor="#ccddee" class="9P" >
        <tr align="center"> 
          <td width="55" height="32"> 
            <div align="center"> 状态</div></td>
          <td width="67"> <div align="center"> 帐务帐号</div></td>
          <td width="73"> <div align="center"> 姓名</div></td>
          <td width="101"> <div align="center"> 电话</div></td>
          <td width="138"> <div align="center"> 邮箱</div></td>
          <td width="96">开户日期</td>
          <td width="96"> <div align="center">修改 </div></td>
        </tr>
        
        <tr align="center" > 
          <td height="10">
          	<c:choose>
		  		<c:when test="${user.status == 0}">正常</c:when>
		  		<c:when test="${user.status == 1}">暂停</c:when>
		  		<c:otherwise>删除</c:otherwise>
		  	</c:choose>
          </td>
          <td>${user.loginName}</td>
          <td>${user.name}&nbsp;</td>
          <td>${user.phone}&nbsp;</td>
          <td>${user.email}&nbsp;</td>
          <td>${user.enrollDate}&nbsp;</td>
          
          <c:if test="${user.status == 2}" var="isTwo">
         	<td>&nbsp;</td>
          </c:if>
          <c:if test="${!isTwo}">
          <td><a href="${pageContext.request.contextPath}/userManage/toModifyPage.do?uid=${user.id}">修改</a><br>
            <a href="${pageContext.request.contextPath}/userManage/modifyUserStatus.do?userStatus=${user.id}&target=${(user.status == "0") ? "pause" : "comeback"}">${(user.status == "0") ? "暂停" : "恢复"}</a><br>
            <a href="${pageContext.request.contextPath}/userManage/modifyUserStatus.do?userStatus=${user.id}">删除</a></td>
          </c:if>
          <!-- 
          <td><a href="usermes.htm">修改</a><br>
			            <a href="${pageContext.request.contextPath}/userManage/modifyUserStatus.do?userStatus=${user.id}&target=${(user.status == "0") ? "pause" : "comeback"}">${(user.status == "0") ? "暂停" : "恢复"}</a><br>
			            <a href="${pageContext.request.contextPath}/userManage/modifyUserStatus.do?userStatus=${user.id}">删除</a></td>
			 -->
        </tr>
        
        <!-- 
        <tr align="center" > 
          <td height="10"> 暂停</td>
          <td> bbb</td>
          <td>bbb</td>
          <td>87468738</td>
          <td>bbb@tarena.com</td>
          <td>2003-11-21</td>
          <td><a href="usermes.htm">修改</a><br>
            <a href="listUser.htm">恢复</a><br>
            <a href="listUser3.htm">删除</a></td>
        </tr>
         -->
        
      </table>
    </div>
    <p align="center"> <font color="#000001" size="2">[总用户:3人,当前是:2-2 正常:1,暂停:1 
      删除:1 第2页/共3页 [<a href="listUser.htm">上一页</a> <a href="listUser3.htm">下一页</a> 
      ] 转到</font> 
      <select name="select" onchange='javascript:userform.submit()'>
        <option value="" selected>1页</option>
        <option>2页</option>
        <option>3页</option>
      </select>
      </p>
  </form>
</div>
<hr/>
<p class="text_link"><font size="2" face="宋体">
  <center>
    About Tarena - 公司简介 - 联系方法 - 相关法律 - 客户服务 
  </center>
  <br>
  <center>
    达内公司版权所有
  </center>
  </font></p>
<p class="text_link"><font size="-1">
  <center>
    Copyright&nbsp;<img src="/image/c-00.gif" width="9" height="9">&nbsp;2000. 
    Tarena Technologies Inc. All Rights Reserved 
  </center>
  </font></p>
</body>
</html>

⌨️ 快捷键说明

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