selectadmin.html~6~
来自「网上购书系统!jsp+servlet+jdbc实现!数据库sqlserver2」· HTML~6~ 代码 · 共 70 行
HTML~6~
70 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>选择管理</title>
<style type="text/css">
a{
color:#3366FF;
text-decoration:none;
}
a:hover{
color:#FF0000;
text-decoration:underline;
}
</style>
</head>
<body bgcolor="#CCCCCC">
<br /><br /><br /><br /><br /><br /><br />
<table width="20" border="1" bgcolor="#999999" cellpadding="5" align="center">
<tr>
<td nowrap="nowrap">
<a href="book.jsp">
<font size="6" face="宋体">
<b>图书管理</b>
</font>
</a>
</td>
</tr>
</table><br /><br />
<table width="20" border="1" bgcolor="#999999" cellpadding="5" align="center">
<tr>
<td nowrap="nowrap">
<a href="user.jsp">
<font size="6" face="宋体">
<b>用户管理</b>
</font>
</a>
</td>
</tr>
</table><br /><br />
<table width="20" border="1" bgcolor="#999999" cellpadding="5" align="center">
<tr>
<td nowrap="nowrap">
<a href="buybook.jsp">
<font size="6" face="宋体">
<b>用户定购管理</b>
</font>
</a>
</td>
</tr>
</table><br /><br />
<table width="20" border="1" bgcolor="#999999" cellpadding="5" align="center">
<tr>
<td nowrap="nowrap">
<a href="">
<font size="6" face="宋体">
<b>管理员账号管理</b>
</font>
</a>
</td>
</tr>
</table>
<br />
<center>
<a href="adminer.jsp">返回</a>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?