📄 addvip.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"
prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
prefix="logic"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles"
prefix="tiles"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template"
prefix="template"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested"
prefix="nested"%>
<script language="javascript"><!--
function con(){if(confirm("您确认操作?")){
return true
}
return false
}//--></script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<link href="../images/myweb.css" rel="stylesheet" type="text/css">
<title>管理界面</title>
<style type="text/css">
</style>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body>
<FORM name="check" action="/math/admin/vip/querybyname.do"
method="POST">
<table width="99%" cellpadding="0" cellspacing="0" border="0"
align="center">
<tr>
<td>
<table width="82" height="28" border="0" cellpadding="0"
cellspacing="0" background="../images/main_menu_bg.gif">
<tr>
<td valign="bottom">
<FONT COLOR="BLACK"><div align="center"></div>
<DIV align="center">
会员管理
</DIV>
</FONT>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="99%" cellpadding="3" cellspacing="1" border="0"
align="center" class="main_table">
<tr>
<td colspan="6" align="center" class="main_topbg">
网站后台管理
</td>
</tr>
<tr>
<td class="myweb_td" onMouseOut="this.style.backgroundColor=''"
onMouseOver="this.style.backgroundColor='#ffffff'" colspan="6">
用户姓名:
<INPUT type="text" name="username">
<INPUT type="submit" value=" 查 询 "
onclick="return getOK()">
</td>
</tr>
</table>
</FORM>
<html:form action="/admin/vip/modify.do" onsubmit="return con()">
<table width="99%" cellpadding="3" cellspacing="1" border="0"
align="center" class="main_table">
<tr>
<td colspan="10" align="center" class="main_topbg">
网站后台管理
</td>
</tr>
<tr>
<td align="center" background="../images/left_bg.gif">
<FONT COLOR="BLACK"> 用户ID</FONT>
</td>
<td align="center" background="../images/left_bg.gif">
<FONT COLOR="BLACK"> 用户姓名</FONT>
<td align="center" background="../images/left_bg.gif">
<FONT COLOR="BLACK"> 会员类型</FONT>
</td>
<td colspan="2" align="center" background="../images/left_bg.gif">
<FONT COLOR="BLACK"> 确认操作</FONT>
</td>
</tr>
<logic:notEmpty name="vip">
<tr>
<td align="center" class="myweb_td"
onMouseOut="this.style.backgroundColor=''"
onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="vip" property="id"/>
<html:hidden name="vip" property="id"/>
</td>
<td align="center" class="myweb_td"
onMouseOut="this.style.backgroundColor=''"
onMouseOver="this.style.backgroundColor='#ffffff'">
<bean:write name="vip" property="username" />
<html:hidden name="vip" property="id"/>
</td>
<td align="center" class="myweb_td"
onMouseOut="this.style.backgroundColor=''"
onMouseOver="this.style.backgroundColor='#ffffff'">
<html:select property="users_grade" name="vip">
<html:option value="11">注册会员</html:option>
<html:option value="21">高级会员</html:option>
</html:select>
</td>
<td colspan="1" align="center" class="myweb_td"
onMouseOut="this.style.backgroundColor=''"
onMouseOver="this.style.backgroundColor='#ffffff'">
<html:submit value="提交" />
</td>
</tr>
<TR>
<TD align="center" class="myweb_td"
onMouseOut="this.style.backgroundColor=''"
onMouseOver="this.style.backgroundColor=''" colspan="10">
</TD>
</TR>
</logic:notEmpty>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -