myinfo.ftl
资源名称:Myblog.rar [点击查看]
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:8k
源码类别:
Jsp/Servlet
开发平台:
Java
- <#assign html=JspTaglibs["/WEB-INF/struts-html.tld"]>
- <#assign bean=JspTaglibs["/WEB-INF/struts-bean.tld"]>
- <@html.html locale=true>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=GBK">
- <title><@bean.message key="info.myinfo"/></title>
- <link href="css/css.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="0">
- <tr>
- <td bgcolor="#F7F5E8">
- <div align="right">| <@html.link action="myInfo"><@bean.message key="info.baseinfo"/></@html.link> | <@html.link action="/changePasswd"><@bean.message key="info.setpasswd"/></@html.link> | <@html.link action="/blogInfo"><@bean.message key="info.setblog"/></@html.link> | <@bean.message key="info.resetfile"/> | <@bean.message key="info.refpage"/> |</div></td>
- </tr>
- </table>
- <br>
- <@html.form action="/myInfo">
- <@html.hidden property="action"/>
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td bgcolor="#6F8BB7">
- <table width="100%" border="0" cellpadding="3" cellspacing="1">
- <tr>
- <td height="22"><strong><font color="#FFFFFF">:<@bean.message key="info.myinfo"/>:</font></strong></td>
- </tr>
- <tr>
- <td height="430" bgcolor="#FFFFFF"> <br>
- <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td bgcolor="#CCCCCC"><table width="100%" border="0" align="center" cellpadding="10" cellspacing="1">
- <tr>
- <td width="15%" bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.username"/>:</div></td>
- <td colspan="3" bgcolor="#F3F7FA">${user_session.userInfo.username}</td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.nickname"/>:</div></td>
- <td colspan="3" bgcolor="#F3F7FA">
- <@html.text property="nickname" styleClass="INPUT2"/>
- <font color="#FF0000">*</font><@bean.message key="reg.nickname.note"/>
- </td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.pro"/>:</div></td>
- <td width="39%" bgcolor="#F3F7FA">
- <@html.select property="pro">
- <@html.options collection="proValues" property="value" labelProperty="label"/>
- </@html.select> <font color="#FF0000">*</font></td>
- <td width="13%" bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.city"/>:</div></td>
- <td width="33%" bgcolor="#F3F7FA">
- <@html.text property="city" styleClass="INPUT2" size="5"/>
- <@bean.message key="reg.city.note"/></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.work"/>:</div></td>
- <td bgcolor="#F3F7FA">
- <@html.select property="work">
- <@html.options collection="workValues" property="value" labelProperty="label"/>
- </@html.select> <font color="#FF0000">*</font></td>
- <td bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.income"/>:</div></td>
- <td bgcolor="#F3F7FA">
- <@html.select property="income">
- <@html.options collection="incomeValues" property="value" labelProperty="label"/>
- </@html.select> <font color="#FF0000">*</font></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="info.selface"/></div></td>
- <td bgcolor="#F3F7FA">
- <@html.select property="face">
- <@html.options collection="faceValues" property="value" labelProperty="label"/>
- </@html.select></td>
- <td bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.industry"/>:</div></td>
- <td bgcolor="#F3F7FA">
- <@html.select property="industry">
- <@html.options collection="industryValues" property="value" labelProperty="label"/>
- </@html.select> <font color="#FF0000">*</font></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.sex"/>:</div></td>
- <td bgcolor="#F3F7FA"><@html.radio property="sex" value="0"/>
- <@bean.message key="reg.man"/>
- <@html.radio property="sex" value="1"/>
- <@bean.message key="reg.woman"/> <font color="#FF0000">*</font></td>
- <td bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.edulevel"/>:</div></td>
- <td bgcolor="#F3F7FA"> <@html.select property="edulevel">
- <@html.options collection="edulevelValues" property="value" labelProperty="label"/>
- </@html.select> <font color="#FF0000">*</font></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.age"/>:</div></td>
- <td colspan="3" bgcolor="#F3F7FA"> <@html.select property="age">
- <@html.options collection="ageValues" property="value" labelProperty="label"/>
- </@html.select> <font color="#FF0000">*</font></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.address"/>:</div></td>
- <td colspan="3" bgcolor="#F3F7FA"> <@html.text property="address" styleClass="INPUT2" size="40"/></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.mb"/>:</div></td>
- <td colspan="3" bgcolor="#F3F7FA"> <@html.text property="mb" styleClass="INPUT2"/></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.email"/>:</div></td>
- <td colspan="3" bgcolor="#F3F7FA"> <@html.text property="email" styleClass="INPUT2" maxlength="50"/></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="info.sign"/></div></td>
- <td colspan="3" bgcolor="#F3F7FA">
- <@html.textarea property="sign" cols="30" rows="5">
- </@html.textarea>
- <@bean.message key="info.canhtml"/></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <br>
- </td>
- </tr>
- </table></td>
- </tr>
- </table>
- <div align="center">
- <table width="98%" border="0" align="center" cellpadding="10" cellspacing="0">
- <tr>
- <td><div align="center">
- <@html.submit styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.submit"/></@html.submit>
- <@html.reset styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.reset"/></@html.reset>
- </div></td>
- </tr>
- </table>
- </div>
- </@html.form>
- </body>
- </@html.html>