📄 left.jsp
字号:
<html>
<head>
<LINK href="style.css" rel=stylesheet>
<base target="right">
</head>
<body bgcolor="#A7E4CC">
<%
if ((session.getValue("admin")==null)&&(session.getValue("flag")==null)){
response.sendRedirect("login.jsp");
}else{
%>
<img src="../a.jpg" width="164" height="234" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="34,59,99,81" href="freeadd.jsp" target="right">
<area shape="rect" coords="32,83,97,106" href="adminedit.jsp" target="right">
<area shape="rect" coords="35,109,97,129" href="classmana.jsp" target="right">
<area shape="rect" coords="37,161,103,180" href="adminuser1.jsp" target="right">
<area shape="rect" coords="36,184,101,207" href="main.jsp" target="right">
<area shape="rect" coords="38,210,102,230" href="logout.jsp" target="right">
</map>
<%
}
%>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -