?? addediter.jsp
字號:
<%@page contentType="text/html;charset=GBK"%>
<%@page import="net.ijsp.news.news.*,
net.ijsp.news.util.*,
java.util.*"%>
<%@include file="header.jsp"%>
<form action ="addediterok.jsp" method=post>
<table width="95%" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=24 colspan=2><B>添加編輯人員</th>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>用戶名:</u></td>
<td width="58%" class="forumrow">
<input type="text" name="username" size="25">
</td>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>密碼:</u></td>
<td width="58%" class="forumrow">
<input type="password" name="password" size="25"> <font color=#ff0000>(密碼不少于6位)</font>
</td>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>確認密碼:</u></td>
<td width="58%" class="forumrow">
<input type="password" name="cpassword" size="25">
</td>
</tr>
<tr>
<td width="42%" height=24 class="forumRow"> </td>
<td width="58%" class="forumRow">
<input type="submit" name="Submit" value="添 加">
</td>
</tr>
</table>
</form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -