addediter.jsp
来自「简介: 采用了静态的HTML作为新闻存储的格式」· JSP 代码 · 共 38 行
JSP
38 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?