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

📄 left.jsp

📁 jsp/servlet中国移动模拟收费系统
💻 JSP
字号:
<%@ page language="java"  pageEncoding="UTF-8"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../style.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE cellSpacing=0 cellPadding=0 width=155 border=0 bgColor=#c9d3e9 align="right">  <TBODY >  		<%  			if("true".equals(session.getAttribute("isAdmin"))){  		%>        <TR>          <TD width=11 height="29" bgColor=#2650a6><IMG height=1             src="../images/blank.gif" width=1 border=0><img src="../images/Arrow1.gif" width="23" height="23"></TD>          <TD width=165 height="29" bgColor=#7691c7>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;		  <A href="../manager/newOperator.jsp" target="mainFrame" class=nav>新增操作员</A></TD>        </TR>        <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1             src="../images/blank.gif" width=1 border=0></TD>        </TR>        <TR>                </TR>        <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1             src="../images/blank.gif" width=1 border=0></TD></TR>        <TR>          <TD width=11 bgColor=#2650a6><IMG height=1             src="../images/blank.gif" width=1 border=0><img src="../images/Arrow1.gif" width="23" height="23"></TD>          <TD width=165 height="29" bgColor=#7691c7>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;		<A class=nav href="../manager/Resource.jsp" target="mainFrame">资源管理</A></TD>        </TR>        <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1             src="../images/blank.gif" width=1 border=0></TD></TR>        <TR>		</TR>		<TR>          <TD width=11 bgColor=#2650a6><IMG height=1             src="../images/blank.gif" width=1 border=0><img src="../images/Arrow1.gif" width="23" height="23"></TD>          <TD width=165 height="29" bgColor=#7691c7>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;		<A class=nav href="../manager/managerCharge" target="mainFrame">配置业务费用</A></TD></TR>        <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1  src="../images/blank.gif" width=1 border=0></TD></TR>        <TR>        </TR>        <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1             src="../images/blank.gif" width=1 border=0></TD></TR>        <%        	}        %>        <TR>          <TD width=11 bgColor=#2650a6><IMG height=1             src="../images/blank.gif" width=1 border=0><img src="../images/Arrow1.gif" width="23" height="23"></TD>          <TD width=165 height="29" bgColor=#7691c7>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 		  <A class=nav href="../operation/newCustomer.htm" target="mainFrame">开户</A></TD>        </TR>                <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1             src="../images/blank.gif" width=1 border=0></TD></TR>        <TR>		</TR>		<TR>          <TD width=11 bgColor=#2650a6><IMG height=1             src="../images/blank.gif" width=1 border=0><img src="../images/Arrow1.gif" width="23" height="23"></TD>          <TD width=165 height="29" bgColor=#7691c7>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A             class=nav href="/Mobile/operation/Logout" target="_parent">  退出</A></TD		></TR>        <TR>          <TD bgColor=#ffffff colSpan=2><IMG height=1             src="../images/blank.gif" width=1 border=0></TD></TR>        <TR>          <TD colSpan=2 height=320>&nbsp;</TD></TR>        <TR>          <TD colSpan=2><IMG height=1 src="../images/blank.gif"    width=1></TD></TR></TBODY></TABLE></BODY></HTML>

⌨️ 快捷键说明

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