📄 userdetailset.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html:html xhtml="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>个人资料</title>
<link href="css/css1.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<html:errors/>
</td>
</tr>
<tr>
<td>
<html:messages id="msg" message="true" property="resultMsg">
<div id="msgs" class="msg3">
<bean:write name="msg"/>
</div>
</html:messages>
</td>
</tr>
</table>
<html:form action="/userDetailSet">
<html:hidden property="action"/>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="bgColor1"><table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td colspan="4" class="bgColor3"><strong class="font1">个人资料</strong></td>
</tr>
<tr>
<td width="15%" class="bgColor2">身高</td>
<td width="35%" class="bgColor2">
<html:text property="height" styleId="height" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td width="15%" class="bgColor2">体重</td>
<td width="35%" class="bgColor2">
<html:text property="weight" styleId="weight" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor4">嗜好</td>
<td class="bgColor4">
<html:text property="interest" styleId="interest" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor4">毕业学校</td>
<td class="bgColor4">
<html:text property="graduate" styleId="graduate" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor2">最喜欢的人物</td>
<td class="bgColor2">
<html:text property="favourPeople" styleId="favourPeople" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor2">理想的工作</td>
<td class="bgColor2">
<html:text property="dreamJob" styleId="dreamJob" styleClass="input2" size="30" maxlength="30">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor4">最喜欢的艺术</td>
<td class="bgColor4">
<html:text property="favourArt" styleId="favourArt" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor4">最喜欢的音乐</td>
<td class="bgColor4">
<html:text property="favourMusic" styleId="favourMusic" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor2">最喜欢的地方</td>
<td class="bgColor2">
<html:text property="favourPlace" styleId="favourPlace" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor2">最喜欢的电影</td>
<td class="bgColor2">
<html:text property="favourMovie" styleId="favourMovie" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor4">最喜欢的聊天室</td>
<td class="bgColor4">
<html:text property="favourChat" styleId="favourChat" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor4">最喜欢的书</td>
<td class="bgColor4">
<html:text property="favourBook" styleId="favourBook" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor2">梦中情人</td>
<td class="bgColor2">
<html:text property="dreamLover" styleId="dreamLover" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor2">最喜欢的球队</td>
<td class="bgColor2">
<html:text property="favourTeam" styleId="favourTeam" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor4">个人主页</td>
<td class="bgColor4">
<html:text property="homePage" styleId="homePage" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor4">QQ</td>
<td class="bgColor4">
<html:text property="oicqNo" styleId="oicqNo" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor2">MSN</td>
<td class="bgColor2">
<html:text property="msn" styleId="msn" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor2">ICQ</td>
<td class="bgColor2">
<html:text property="icqNo" styleId="icqNo" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td class="bgColor4">Yahoo</td>
<td class="bgColor4">
<html:text property="yahoo" styleId="yahoo" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor4">性别</td>
<td class="bgColor4">
<html:radio property="sex" value="1">
</html:radio>
男
<html:radio property="sex" value="0">
</html:radio>
女
</td>
</tr>
<tr>
<td class="bgColor2">来自</td>
<td class="bgColor2">
<html:text property="userFrom" styleId="userFrom" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
<td class="bgColor2">生日</td>
<td class="bgColor2">
<html:select property="birthYear" styleId="birthYear" styleClass="select1">
<html:options collection="yearValues" property="value" labelProperty="label"/>
</html:select>
年
<html:select property="birthMonth" styleId="birthMonth" styleClass="select1">
<html:options collection="monthValues" property="value" labelProperty="label"/>
</html:select>
月
<html:select property="birthDay" styleId="birthDay" styleClass="select1">
<html:options collection="dayValues" property="value" labelProperty="label"/>
</html:select>
日
</td>
</tr>
<tr>
<td colspan="4" class="bgColor4"> </td>
</tr>
<tr>
<td class="bgColor2">Email</td>
<td colspan="3" class="bgColor2">
<html:text property="email" styleId="email" styleClass="input2" size="30" maxlength="50">
</html:text>
</td>
</tr>
<tr>
<td colspan="4" class="bgColor4"> </td>
</tr>
<tr>
<td colspan="4" class="bgColor2"><div align="center">您可以在下框中写下一些文字作为您的说明。虚拟社区将会用这些说明把您介绍给其他社友。</div></td>
</tr>
<tr>
<td colspan="4" class="bgColor4"><div align="center">
<html:textarea property="brief" styleId="brief" styleClass="textarea1" cols="60" rows="5">
</html:textarea>
</div></td>
</tr>
<tr>
<td colspan="4" class="bgColor2"><div align="center">
<html:submit styleClass="button1">保存</html:submit>
</div></td>
</tr>
</table></td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -