addediter.jsp

来自「LyNews凌云新闻系统」· JSP 代码 · 共 52 行

JSP
52
字号
<%
/*##################################################################**
**#  项目名称:LyNews『凌云新闻』                                  #**
**#                                                                #**
**#  程序开发: teddy 『星语凌』                                    #**
**#                                                                #**
**#  版权所有: 凌云创作室 (原流星电脑工作室)                       #**
**#                                                                #**
**#  主页地址: http://www.lybbs.com                                #**
**#            http://www.lybbs.net                                #**
**#  电邮地件: horseye@sina.com                                    #**
**#                                                                #**
**##################################################################*/
%>
<%@include file="config.jsp"%>
<%@include file="../admin/getsession.jsp"%>
<%@page contentType="text/html;charset=GBK"%>
<%@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">&nbsp;<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="password2" size="25">&nbsp;<font color=#ff0000>(密码不少于6位)</font>
</td>
</tr>
<tr> 
<td width="42%" height=24 class="forumRow">&nbsp;</td>
<td width="58%" class="forumRow"> 
<input type="submit" name="Submit" value="添 加">
</td>
</tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?