📄 adduserok.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page language="java" import="popten.web.*,popten.util.*"%>
<%@ page errorPage="error.jsp" %>
<html>
<head>
<title>三级目录添加成功</title>
<link rel="stylesheet" type="text/css" href="../style/style.css">
</head>
<body>
<%
if(ParamUtils.getString(request,"add","").length()>0){
Admin.addAdmin(request);%>
<!--添加成功开始-->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<th width="525" class="td5">
<img border="0" src="../img/null.gif" width="2" height="2">系统信息</th>
<td width="20" class="td6">
<img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width=98%>
<tr>
<td width="100%"><b>详细信息:</b><br>□管理员级别修改成功!</td>
</tr>
<tr>
<td width="100%" align="center"><br><br><a href="right.jsp"><img border="0" src="../img/button-back.gif" name="Submit"></a><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="../img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
<!--添加成功结束-->
<%}
else if(ParamUtils.getString(request,"edit","").length()>0){
Admin.editAdmin(request);
%>
<!--修改成功开始-->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<th width="525" class="td5">
<img border="0" src="../img/null.gif" width="2" height="2">系统信息</th>
<td width="20" class="td6">
<img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width=98%>
<tr>
<td width="100%"><b>详细信息:</b><br>□注册信息修改成功!</td>
</tr>
<tr>
<td width="100%" align="center"><br><br><a href="right.jsp"><img border="0" src="../img/button-back.gif" name="Submit"></a><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="../img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
<!--修改成功结束-->
<%}
else if(ParamUtils.getString(request,"reg","").length()>0){
Admin.regAdmin(request);
%>
<!--注册成功开始-->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<th width="525" class="td5">
<img border="0" src="../img/null.gif" width="2" height="2">系统信息</th>
<td width="20" class="td6">
<img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width=98%>
<tr>
<td width="100%"><b>详细信息:</b><br>□注册成功!<br>□在站长审核通过前您尚不能使用本账号!<br>□请耐心等待,站长会尽快开通您的账号。</td>
</tr>
<tr>
<td width="100%" align="center"><br><br><a href="../"><img border="0" src="../img/button-back.gif" name="Submit"></a><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="../img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
<!--注册成功结束-->
<%}
else if(ParamUtils.getString(request,"del","").length()>0){
Admin.delAdmin(request);
%>
<!--删除成功开始-->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<th width="525" class="td5">
<img border="0" src="../img/null.gif" width="2" height="2">系统信息</th>
<td width="20" class="td6">
<img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width=98%>
<tr>
<td width="100%"><b>详细信息:</b><br>□删除成功!</td>
</tr>
<tr>
<td width="100%" align="center"><br><br><a href="right.jsp"><img border="0" src="../img/button-back.gif" name="Submit"></a><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="../img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
<!--删除成功结束-->
<%}
else{throw new Exception();}
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -