📄 manageleft.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>left</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="/gensou/images/allcss.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {color: #404040}
-->
</style>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body>
<table class="css">
<tr>
<td width="14%">
<img src="/gensou/images/sy_42.gif" width="7" height="10">
</td>
<td width="86%">
<a href="/gensou/gjsp/manage/user/queryUser.jsp" class="STYLE1" target="right">用户信息管理</a>
</td>
</tr>
<tr>
<td width="14%">
<img src="/gensou/images/sy_42.gif" width="7" height="10">
</td>
<td width="86%">
<a href="/gensou/gjsp/manage/popedom/queryPopedom.jsp" class="STYLE1" target="right">权限组信息管理</a>
</td>
</tr>
<tr>
<td width="14%">
<img src="/gensou/images/sy_42.gif" width="7" height="10">
</td>
<td width="86%">
<a href="/gensou/gjsp/manage/jingli/queryuserjingli.jsp" class="STYLE1" target="right">查看用户所在位置</a>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -