📄 usermenu.jsp~2~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>usermenu</title>
<style type="text/css">
<!--
.style1 { font-family: "黑体";
font-size: 2;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#dbdcdc" id="table1">
<caption>
</caption>
<tr>
<td bgcolor="#dbdcdc"><div align="center">
<table width="659" border="0" align="center" cellpadding="0" cellspacing="0" id="table2">
<caption>
</caption>
<tr>
<td width="1" bgcolor="#000000"> </td>
<td valign="top" bgcolor="#dad5d5"><table width="91%" border="0" align="center" cellpadding="0" cellspacing="0" id="table3">
<caption>
</caption>
<tr>
<td valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#808877" id="table4">
<caption>
</caption>
<tr>
<td align="center"><span class="style1">userMenu</span></td>
</tr>
</table>
<br>
<table width="73%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#808877" id="table5">
<caption>
</caption>
<tr>
<td><table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#808877" id="table6">
<caption>
</caption>
<tr>
<td align="center" valign="middle" bgcolor="#fef8ef"><img src="F:\example\图书馆\login/479226731.jpg" width="128" height="128" alt=""></td>
<td align="center" bgcolor="#fef8ef"><form name="form5" method="post" action="">
<input name="adduser" type="submit" id="adduser" value="adduser">
</form></td>
</tr>
<tr>
<td align="center" valign="middle" bgcolor="#fef8ef"><img src="F:\example\图书馆\login/479227809.jpg" width="128" height="128" alt=""></td>
<td align="center" bgcolor="#fef8ef"><form name="form6" method="post" action="">
<input name="modifyuser" type="submit" id="modifyuser" value="modifyuser">
</form></td>
</tr>
<tr>
<td width="33%" align="center" valign="middle" bgcolor="#fef8ef"><form name="form1" method="post" action="">
<img src="F:\example\图书馆\login/479226731.jpg" width="128" height="128" align="middle" alt="">
</form></td>
<td align="center" bgcolor="#fef8ef"><form name="form3" method="post" action="">
<input name="deleteuser" type="submit" id="userMenu3" value="deleteuser">
</form></td>
</tr>
<tr>
<td width="33%" align="center" valign="middle" bgcolor="#fef8ef"><form name="form2" method="post" action="">
<img src="F:\example\图书馆\login/479227809.jpg" width="128" height="128" align="middle" alt="">
</form></td>
<td align="center" bgcolor="#fef8ef"><form name="form4" method="post" action="">
<input name="searchuser" type="submit" id="searchuser" value="searchuser">
</form></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="1" bgcolor="#000000"> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<%
if(request.getParameter("adduser")!=null){
response.sendRedirect("adduser.jsp");}
if(request.getParameter("modifyuser")!=null){
response.sendRedirect("modifyuser.jsp");}
if(request.getParameter("deleteuser")!=null){
response.sendRedirect("deleteuser.jsp");}
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -