56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=GB18030"
|
|
pageEncoding="GB18030"%>
|
|
<!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=GB18030">
|
|
<title>Insert title here</title>
|
|
<link href="../css/style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<table width="985" height="548" border="0" cellpadding="0"
|
|
cellspacing="0">
|
|
<tr>
|
|
<td valign="top" background="../image/RIGHT.jpg"><table
|
|
width="985" height="50" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
</table> <% String username=new String(request.getParameter("username").getBytes("ISO-8859-1"),"GB18030"); %>
|
|
|
|
<form id="form1" name="form1" method="post"
|
|
action="biangeng_chuli.jsp">
|
|
<table width="339" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td height="30" colspan="2" align="center">权限更改</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="40"> </td>
|
|
<td width="945" height="25">用户账户: <input name="username"
|
|
type="text" id="username" value="<%=username%>" readonly /></td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td height="25">权限类别: <select name="quanxian2" id="quanxian">
|
|
<option value="会员" selected="selected">会员</option>
|
|
<option value="管理员">管理员</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td height="35">
|
|
<input type="submit"
|
|
name="Submit" value="更改权限" />
|
|
|
|
<input type="button"
|
|
name="Submit2" value="放弃更改"
|
|
onclick="location.href='quanxian_list.jsp'" /></td>
|
|
</tr>
|
|
</table>
|
|
</form></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |