admin1.jsp~1~
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:2k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- <%@page contentType="text/html; charset=GBK"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>管理员页面</title>
- </head>
- <body ONLOAD="webclock()" background="img/bg3.jpg" text="#808080" link="#FF99CC" vlink="#FF8080" alink="#FF99CC" topmargin="0" leftmargin="0">
- <div align="center">
- <center>
- <table border="0" width="780">
- <tr>
- <td width="135"><img border="0" src="img/top_image.jpg" ></a></td>
- </tr>
- <tr><td height="20" background="img/xian1.jpg"></td></tr>
- </table>
- </center>
- </div>
- <center>
- <br>
- <table width="780" align="center">
- <tr >
- <td valign="top" bgcolor="C5D6ED"><img src="img/splisttop.gif"><br><br>
- <img src="img/left.jpg" width="174" height="249" border="0" usemap="#Map">
- <map name="Map">
- <area shape="rect" coords="47,8,158,34" href="search.jsp" target="body">
- <area shape="rect" coords="47,56,154,85" href="add.jsp" target="body">
- <area shape="rect" coords="47,106,154,134" href="delete.jsp" target="body">
- <area shape="rect" coords="46,154,152,184" href="change.jsp" target="body">
- <area shape="rect" coords="46,210,154,240" href="list.jsp" target="body">
- </map><br>
- <a href="enter.jsp"><img border="0" alt="返回" src="img/retur.gif">
- </td>
- <td>
- <iframe name="body" frameborder="1" src="list.jsp" align="center" height="400" width="610" id="body"> </iframe>
- </td>
- </tr>
- </table><br>
- <table width="780" align="center">
- <tr>
- <td ></td>
- </tr>
- <tr><td align="center"><font color="8282DC">站长童来萍>>Email:tylqpp184@163.com>>QQ:272308414</font></td></tr>
- <tr><td align="center"><font color="8282DC">毕业学校网址:<a href="http://ndkj.com.cn">http://www.ndkj.com.cn</a></font></td></tr>
- </table>
- </body>
- </html>