myinfo.ftl
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:8k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <#assign html=JspTaglibs["/WEB-INF/struts-html.tld"]>
  2. <#assign bean=JspTaglibs["/WEB-INF/struts-bean.tld"]>
  3. <@html.html locale=true>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  6. <title><@bean.message key="info.myinfo"/></title>
  7. <link href="css/css.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="0">
  11.   <tr>
  12.     <td bgcolor="#F7F5E8">
  13.       <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>
  14.   </tr>
  15. </table>
  16. <br>
  17. <@html.form action="/myInfo">
  18. <@html.hidden property="action"/>
  19. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  20.   <tr>
  21.       <td  bgcolor="#6F8BB7">
  22.         <table width="100%" border="0" cellpadding="3" cellspacing="1">
  23.           <tr>
  24.             <td height="22"><strong><font color="#FFFFFF">:<@bean.message key="info.myinfo"/>:</font></strong></td>
  25.         </tr>
  26.         <tr>
  27.             <td height="430" bgcolor="#FFFFFF"> <br>
  28.               <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
  29.                 <tr>
  30.                   <td bgcolor="#CCCCCC"><table width="100%" border="0" align="center" cellpadding="10" cellspacing="1">
  31.                       <tr>
  32.                         <td width="15%" bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.username"/>:</div></td>
  33.                         <td colspan="3" bgcolor="#F3F7FA">${user_session.userInfo.username}</td>
  34.                       </tr>
  35.                       <tr>
  36.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.nickname"/>:</div></td>
  37.                         <td colspan="3" bgcolor="#F3F7FA">
  38.                           <@html.text property="nickname" styleClass="INPUT2"/>
  39.                           <font color="#FF0000">*</font><@bean.message key="reg.nickname.note"/>
  40.                         </td>
  41.                       </tr>
  42.                       <tr>
  43.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.pro"/>:</div></td>
  44.                         <td width="39%" bgcolor="#F3F7FA">
  45.                           <@html.select property="pro">
  46.                             <@html.options collection="proValues" property="value" labelProperty="label"/>
  47.                           </@html.select> <font color="#FF0000">*</font></td>
  48.                         <td width="13%" bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.city"/>:</div></td>
  49.                         <td width="33%" bgcolor="#F3F7FA">
  50.                           <@html.text property="city" styleClass="INPUT2" size="5"/>
  51.                           <@bean.message key="reg.city.note"/></td>
  52.                       </tr>
  53.                       <tr>
  54.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.work"/>:</div></td>
  55.                         <td bgcolor="#F3F7FA">
  56.                           <@html.select property="work">
  57.                             <@html.options collection="workValues" property="value" labelProperty="label"/>
  58.                           </@html.select> <font color="#FF0000">*</font></td>
  59.                         <td bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.income"/>:</div></td>
  60.                         <td bgcolor="#F3F7FA">
  61.                           <@html.select property="income">
  62.                             <@html.options collection="incomeValues" property="value" labelProperty="label"/>
  63.                           </@html.select> <font color="#FF0000">*</font></td>
  64.                       </tr>
  65.                       <tr>
  66.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="info.selface"/></div></td>
  67.                         <td bgcolor="#F3F7FA">
  68.                           <@html.select property="face">
  69.                             <@html.options collection="faceValues" property="value" labelProperty="label"/>
  70.                           </@html.select></td>
  71.                         <td bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.industry"/>:</div></td>
  72.                         <td bgcolor="#F3F7FA">
  73.                           <@html.select property="industry">
  74.                             <@html.options collection="industryValues" property="value" labelProperty="label"/>
  75.                           </@html.select> <font color="#FF0000">*</font></td>
  76.                       </tr>
  77.                       <tr>
  78.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.sex"/>:</div></td>
  79.                         <td bgcolor="#F3F7FA"><@html.radio property="sex" value="0"/>
  80.                             <@bean.message key="reg.man"/>
  81.                             <@html.radio property="sex" value="1"/>
  82.                             <@bean.message key="reg.woman"/> <font color="#FF0000">*</font></td>
  83.                         <td bgcolor="#EBEBEB"> <div align="right"><@bean.message key="reg.edulevel"/>:</div></td>
  84.                         <td bgcolor="#F3F7FA"> <@html.select property="edulevel">
  85.                             <@html.options collection="edulevelValues" property="value" labelProperty="label"/>
  86.                           </@html.select> <font color="#FF0000">*</font></td>
  87.                       </tr>
  88.                       <tr>
  89.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.age"/>:</div></td>
  90.                         <td colspan="3" bgcolor="#F3F7FA"> <@html.select property="age">
  91.                             <@html.options collection="ageValues" property="value" labelProperty="label"/>
  92.                           </@html.select> <font color="#FF0000">*</font></td>
  93.                       </tr>
  94.                       <tr>
  95.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.address"/>:</div></td>
  96.                         <td colspan="3" bgcolor="#F3F7FA"> <@html.text property="address" styleClass="INPUT2" size="40"/></td>
  97.                       </tr>
  98.                       <tr>
  99.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.mb"/>:</div></td>
  100.                         <td colspan="3" bgcolor="#F3F7FA"> <@html.text property="mb" styleClass="INPUT2"/></td>
  101.                       </tr>
  102.                       <tr>
  103.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.email"/>:</div></td>
  104.                         <td colspan="3" bgcolor="#F3F7FA"> <@html.text property="email" styleClass="INPUT2" maxlength="50"/></td>
  105.                       </tr>
  106.                       <tr>
  107.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="info.sign"/></div></td>
  108.                         <td colspan="3" bgcolor="#F3F7FA">
  109.                           <@html.textarea property="sign" cols="30" rows="5">
  110.                           </@html.textarea>
  111.                           <@bean.message key="info.canhtml"/></td>
  112.                       </tr>
  113.                     </table></td>
  114.                 </tr>
  115.               </table>
  116.               <br>
  117.             </td>
  118.         </tr>
  119.       </table></td>
  120.   </tr>
  121. </table>
  122.   <div align="center">
  123.     <table width="98%" border="0" align="center" cellpadding="10" cellspacing="0">
  124.       <tr>
  125.         <td><div align="center">
  126.           <@html.submit styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.submit"/></@html.submit>
  127.           <@html.reset styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.reset"/></@html.reset>
  128.           </div></td>
  129.       </tr>
  130.     </table>
  131.   </div>
  132. </@html.form>
  133. </body>
  134. </@html.html>