📄 adminleft.jsp
字号:
<html>
<head>
<title>管理信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="StyleSheet" type="text/css" href="images/mystyle.css">
<base target="main">
</head>
<body bgcolor="#FDF9D5">
<table border="1" width="200" height="500" bordercolor="#FCD447">
<tr>
<td width="26%" valign="top" height="1">
<table border="1" width="100%" height="60" bgcolor="#FDF9D5" bordercolor="#FF9900">
<tr>
<td width="100%" height="17" align="center" bgcolor="#FF9900">
<font color="#000000">管理主菜单</font>
</td>
</tr>
<tr>
<td width="100%" height="8" align="center">
<font color="#000000"><a href="adminArticle.jsp" target="main">文章管理</a></font>
</td>
</tr>
<tr>
<td width="100%" height="8" align="center">
<font color="#000000"><a href="adminSort.jsp" target="main">分类管理</a></font>
</td>
</tr>
<tr>
<td width="100%" height="8" align="center">
<font color="#000000"><a href="adminLink.jsp" target="main">链接管理</a></font>
</td>
</tr>
<tr>
<td width="100%" height="7" align="center">
<font color="#000000"><a href="adminSelf.jsp" target="main">个人资料管理</a></font>
</td>
</tr>
<tr>
<td width="100%" height="7" align="center">
<font color="#000000"><a href="adminLogo.jsp" target="main">个人logo管理</a></font>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FDF9D5">
<td valign="top">
<p align="center">
<img src="images/logo.gif" width="95" height="110" alt="">
</p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -