📄 index.jsp~98~
字号:
<%@page contentType="text/html; charset=GBK"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@taglib tagdir="/WEB-INF/tags/" prefix="mytag"%>
<HTML>
<HEAD>
<TITLE>管理系统之导航</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gbk">
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
.STYLE3 {color: #00CCFF}
.STYLE9 {font-weight: bold}
-->
</style>
</HEAD>
<LINK href="datasrc/style.css" type=text/css rel=stylesheet>
<body>
<mytag:head/>
<!-- 在这里开始加入动态内容 -->
<TABLE cellSpacing=0 cellPadding=0 width=776 align=center background=datasrc/centerbg.gif border=0>
<TBODY>
<TR>
<td align="center">
<c:choose>
<c:when test="${sessionScope.UserInfo.admin}">
<br />
<font color="#ff0000"><b>您是本系统的管理员</b></font>
<p/>
<a href="admin.jsp" target="_self"><strong>进入系统管理员操作页面>>></strong></a>
</c:when>
<c:otherwise>
<font color="#0000ff">
<pre>
您是本系统允许普通权限的用户
如需执行一些您权限以外的操作
请找系统管理咨询.
</pre>
</font>
</c:otherwise>
</c:choose>
</td>
<TD width="587" height="256">
<h2 align="center">
<span class="STYLE3">${UserInfo.userName}
你好!
</span>
</h2>
<br>
<h2 align="center" class="STYLE1">欢迎使用本管理系统</h2>
</TD>
</TR>
</TBODY>
</TABLE>
<!-- 在这里结束加入动态内容 -->
<mytag:cauda/>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -