?? banner.jsp
字號:
<%@ page language="java" contentType="text/html; charset=GBK"
pageEncoding="GBK"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>AIIP V2.0</title>
<style>
A:link {text-decoration:none; font-size:9pt}
A:active {text-decoration:none; font-size:9pt}
A:visited {text-decoration:none; font-size:9pt}
A:hover {text-decoration:underline; color:#00FF00; font-size:9pt}
#logo {position:absolute; left:5; top:355px; visibility: visible}
</style>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script LANGUAGE="Javascript">
<!--
//
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) > 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
browser1 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 3 ))
browserb = ((browser) || (browser1))
if (browserb) {
normal = new MakeArray(11)
over = new MakeArray(11)
picture = new MakeArray(12)
normal[1].src = "../image/error_normal.gif"
normal[2].src = "../image/error_normal1.gif"
normal[3].src = "../image/error_normal2.gif"
normal[4].src = "../image/error_normal3.gif"
normal[5].src = "../image/error_normal4.gif"
normal[6].src = "../image/error_normal5.gif"
normal[7].src = "../image/error_normal6.gif"
normal[8].src = "../image/error_normal7.gif"
over[1].src = "../image/error_over.gif"
over[2].src = "../image/error_over1.gif"
over[3].src = "../image/error_over2.gif"
over[4].src = "../image/error_over3.gif"
over[5].src = "../image/error_over4.gif"
over[6].src = "../image/error_over5.gif"
over[7].src = "../image/error_over6.gif"
over[8].src = "../image/error_over7.gif"
picture[1].src = "../image/o_blank1.gif"
picture[2].src = "../image/o_blank2.gif"
picture[3].src = "../image/o_blank3.gif"
picture[4].src = "../image/o_blank4.gif"
picture[5].src = "../image/o_blank5.gif"
picture[6].src = "../image/o_blank6.gif"
picture[7].src = "../image/o_blank7.gif"
picture[8].src = "../image/o_blank8.gif"
picture[9].src = "../image/o_blank.gif"
}
function MakeArray(n) {
this.length = n
for (var i = 1; i<=n; i++) {
this[i] = new Image()
}
return this
}
function msover(num) {
if (browser) {
document.images[num+1].src = over[num].src
document.images[1].src = picture[num].src
}
if (browser1) {
document.images[num+1].src = over[num].src
document.images[1].src = picture[num].src
}
}
function msout(num) {
if (browser) {
document.images[num+1].src = normal[num].src
document.images[1].src = picture[9].src
}
if (browser1) {
document.images[num+1].src = normal[num].src
document.images[1].src = picture[9].src
}
}
//
// End -->
</script>
</head>
<body background="../image/bg_left.jpg" leftmargin="3">
<a href="workarea.htm" target="main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('')">sta<img name="Image24" border="0" src="ai.gif" width="1" height="1"></a>
<a href="${pageContext.request.contextPath}/frame/about.jsp" target="main"><img src="../image/o_blank.gif" border="0"></a><br>
<c:if test="${!empty admin.rights}" var="isNull">
<c:forEach var="right" items="${admin.rights}" varStatus="status">
<c:choose>
<c:when test="${right.id == 3}">
<a href="${pageContext.request.contextPath}/userManage/toListUser.do?signPage=toListUser" target="main"><img src="../image/error_normal.gif" border="0" name="error_normal"></a><br>
</c:when>
<c:when test="${right.id == 2}">
<a href="${pageContext.request.contextPath}/pricingManage/toListPricing.do" target="main"><img src="../image/error_normal1.gif" border="0" name="error_normal"></a><br>
</c:when>
<c:when test="${right.id == 4}">
<a href="${pageContext.request.contextPath}/reckonManage/listReckon.action?method=listReckon&sign=toListReckon" target="main"><img src="../image/error_normal2.gif" border="0" name="error_normal"></a><br>
</c:when>
<c:when test="${right.id == 5}">
<a href="${pageContext.request.contextPath}/accountManage/index.jsp" target="main"><img src="../image/error_normal3.gif" border="0" name="error_normal"></a><br>
</c:when>
<c:when test="${right.id == 1}">
<a href="${pageContext.request.contextPath}/adminManager/toListManager.do" target="main"><img src="../image/error_normal4.gif" border="0" name="error_normal"></a><br>
</c:when>
<c:otherwise>
</c:otherwise>
</c:choose>
</c:forEach>
</c:if>
<c:if test="${!isNull}">
<a href="${pageContext.request.contextPath}/userSelf/index.jsp" target="main"><img src="../image/error_normal5.gif" border="0" name="error_normal"></a><br>
</c:if>
<a href="${pageContext.request.contextPath}/logout.do" target="_parent"><img src="../image/error_normal6.gif" border="0" name="error_normal"></a><br>
<br><br>
<div align="left"></div>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -