?? guansystem.jsp
字號(hào):
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="top.jsp"%>
<TABLE id=Table1 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR id=main_section vAlign=top>
<TD>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR >
<TD class=welcomeleft id=left_pane vAlign=top width=155 >
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 background=../images/back.gif height=586>
<TBODY>
<TR>
<TD valign=top>
<%@ include file="tool_mainmenu.jsp"%>
</TD></TR>
</TBODY></TABLE>
</TD><TD id=right_pane background=../images/adminbodybg8.gif>
<!-- ### Right Pane Position ### --><center>
<table width="500" border="0" cellpadding="3" cellspacing="1" bgcolor="A8A8A9">
<tr bgcolor="EAECED">
<td height="35" colspan="3">
<div align="center">
<p class="zl2"><font color="3C3E3F">修改系統(tǒng)信息</font></p>
</div></td>
</tr>
<form action="modisystem.jsp" method="post" name="Form1" >
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">系統(tǒng)名稱</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="systemname" type="text" class="zl" value=<%=systemname%> size="30"> <input type="submit" value="修改"></td>
</tr>
</form>
<tr>
<td width="18%" height="10" bgcolor="#FFFFFF">
<div align="center">注意:</div></td>
<td colspan="2" bgcolor="#FFFFFF"><div align="center">
<table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font color=red>以下為系統(tǒng)管理員操作區(qū)!建議管理員個(gè)數(shù)為兩個(gè)!不宜太多!</font></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">系統(tǒng)管理員</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<%
rs=stmt.executeQuery("SELECT * from member where systemop=1 order by id desc");%>
<%while(rs.next()){%>
[<%=rs.getString("username")%> <a href=nosystemop.jsp?id=<%=rs.getString("id")%>&systemop=0>取消</a> ]
<%}%>
</td>
</tr>
<form action="nosystemop.jsp" method="post" name="Form1" >
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">增加管理員</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<%
rs=stmt.executeQuery("SELECT * from member where flag=1 order by id desc");%>
<select name="id"><option selected>請(qǐng)選擇人員</option>
<%while(rs.next()){%>
<option value="<%=rs.getString("id")%>"><%=rs.getString("username")%></option><%}%>
</select> <input type="hidden" name=systemop value=1> <input type="submit" value="提升權(quán)限">
</td>
</tr>
</form>
</table>
<!-- ### Right Pane Position ### -->
</TD></TR></TBODY></TABLE></TD></TR>
</TBODY>
</table>
<%@ include file="end.jsp"%>
</BODY>
</HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -