📄 70f556bcda31001d139f992bfca89756
字号:
<%@ page language="java" pageEncoding="gb2312"%><%@ include file="/commons/taglibs.jsp"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>My JSP 'announcementForm.jsp' starting page</title> <%@ include file="/commons/meta.jsp"%> </head> <body class="bodycolor" topmargin="5"> <table class="title1"> <tr> <td class="Big"> <span class="big3">通讯录编辑</span> </td> </tr> </table> <br> <html:form action="address.do?p=save" method="post"> <html:hidden property="id" /> <table cellspacing="1" class="tablestyle1" align="left" cellpadding="3"> <tr> <td nowrap class="TableHeader" colspan="4" align="left"> 通讯录信息: </td> </tr> <tr> <td nowrap class="TableData"> 名字: </td> <td nowrap class="TableData"> <html:text property="name" styleClass="SmallInput" size="15" maxlength="100" /> <font color="red"><html:errors property="name"/></font> </td> </tr> <tr> <td nowrap class="TableData"> 年龄: </td> <td nowrap class="TableData"> <html:text property="age" styleClass="SmallInput" size="15" maxlength="100" /> <font color="red"><html:errors property="age"/></font> </td> </tr> <tr> <td nowrap class="TableData"> 性别: </td> <td nowrap class="TableData"> <html:radio property="sex" value="男" /> 男 <html:radio property="sex" value="女" /> 女 <font color="red"><html:errors property="sex"/></font> </td> </tr> <tr> <td nowrap class="TableData"> 家庭住址: </td> <td nowrap class="TableData"> <html:text property="homeaddress" styleClass="SmallInput" size="15" maxlength="100" /> <font color="red"><html:errors property="homeAddress"/></font> </td> </tr> <tr> <td nowrap class="TableData"> QQ/MSN: </td> <td nowrap class="TableData"> <html:text property="qq" styleClass="SmallInput" size="15" maxlength="100" /> </td> </tr> <tr> <td nowrap class="TableData"> Email: </td> <td nowrap class="TableData"> <html:text property="email" styleClass="SmallInput" size="15" maxlength="100" /> <font color="red"><html:errors property="email"/></font> </td> </tr> <tr> <td nowrap class="TableData"> 电话: </td> <td nowrap class="TableData"> <html:text property="telephone" styleClass="SmallInput" size="15" maxlength="100" /> <font color="red"><html:errors property="telephone"/></font> </td> </tr> <tr align="center"> <td nowrap class="TableData" colspan="5"> <input value="提交" type="submit" class="SmallButton" title="提交" name="button" /> <input value="取消" type="reset" class="SmallButton" title="取消" /> </td> </tr> </table> </html:form> <br> <br> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -