⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 agreereg.jsp

📁 一个不错的bbs论坛系统.对初学者很有帮助
💻 JSP
📖 第 1 页 / 共 2 页
字号:
				    </td>
				    <td class=td_lt>&nbsp;
				    <html:select property="year" value="<%=request.getAttribute("year").toString()%>">
				    	<%for(int i=2007;i>=1949;i--){%>
					     <html:option value="<%=String.valueOf(i)%>"><%=i%></html:option>
					    <%}%>
				    </html:select>&nbsp;年&nbsp;
				    <html:select property="month" value="<%=request.getAttribute("month").toString()%>">
				    	<%for(int i=1;i<13;i++){%>
					     <html:option value="<%=String.valueOf(i)%>"><%=i%></html:option>
					    <%}%>
				    </html:select>&nbsp;月&nbsp;
				    <html:select property="day" value="<%=request.getAttribute("day").toString()%>">
				    	<%for(int i=1;i<31;i++){%>
					     <html:option value="<%=String.valueOf(i)%>"><%=i%></html:option>
					    <%}%>
				    </html:select>&nbsp;日&nbsp;
				 </td></tr>
				 <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>江湖地位</b> :<br></td>
						<td class=td_lt>&nbsp;&nbsp;<input type=text name=social value="<bean:write name="curUser" property="socialpart" />" /></td>
				 </tr>
				 <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>个人头衔</b> :<br></td>
				    <td class=td_lt>&nbsp;&nbsp;<input type=text name=persontitle value="<bean:write name="curUser" property="persontitle" />" /></td>
				 </tr>
				 <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>学历</b> :<br></td>
				    	<td class=td_lt>&nbsp;<bean:define id="us" name="curUser" property="study" />
				    	<html:select property="study" value="<%=us.toString()%>">
					    <html:option value="保密">保密</html:option>
					    <html:option value="小学">小学</html:option>
					    <html:option value="初中">初中</html:option>
					    <html:option value="高中">高中</html:option>
					    <html:option value="大专">大专</html:option>
					    <html:option value="本科">本科</html:option>
					    <html:option value="硕士">硕士</html:option>
					    <html:option value="博士">博士</html:option>
					    <html:option value="博士后">博士后</html:option>
			    		</html:select>
				   </td></tr>
				   <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>职业</b> :<br></td>
				    	<td class=td_lt>&nbsp;<bean:define id="uj" name="curUser" property="job" />
				    	<html:select property="job" value="<%=uj.toString()%>">
				    	<html:option value="保密">保密</html:option>
					    <html:option value="计算机">计算机</html:option>
					    <html:option value="金融">金融</html:option>
					    <html:option value="商业">商业</html:option>
					    <html:option value="服务业">服务业</html:option>
					    <html:option value="学生">学生</html:option>
					    <html:option value="教育业">教育业</html:option>
					    <html:option value="工程师">工程师</html:option>
					    <html:option value="政府部门">政府部门</html:option>
					    <html:option value="主管经理">主管经理</html:option>
					    <html:option value="制造业">制造业</html:option>
					    <html:option value="销售/广告/市场">销售/广告/市场</html:option>
					    <html:option value="待业中">待业中</html:option>
				    	</html:select>
				    	</td>
				    </tr>
				    <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>QQ</b> :<br></td>
				    	<td class=td_lt>&nbsp;&nbsp;<input type=text name=qq value="<bean:write name="curUser" property="qq" />" /></td>
				    </tr>
				    <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>MSN</b> :<br></td>
				    	<td class=td_lt>&nbsp;&nbsp;<input type=text name=msn value="<bean:write name="curUser" property="msn" />" /></td>
				    </tr>
				    <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>来自</b> :<br></td>
				    	<td class=td_lt>&nbsp;&nbsp;<input type=text name=city value="<bean:write name="curUser" property="city" />" size=6 /></td>
				    </tr>
				    
				    <tr><td class=td_tbg height=28px>&nbsp;&nbsp;&nbsp;&nbsp;<b>主页</b> :<br></td>
				    	<td class=td_lt>&nbsp;&nbsp;<input type=text name=homepage size=30 value="<bean:write name="curUser" property="homepage" />" /></td>
				    </tr>
				    
				    <tr><td class=td_tbg valign=top>&nbsp;&nbsp;&nbsp;&nbsp;<b>自我介绍</b> :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				    	自我介绍最多200个字节<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Html和Yhbbs标签不能够使用<br></td>
				    	<td class=td_lt><br>&nbsp;&nbsp;<textarea name=introdution cols=60 rows=5><bean:write name="curUser" property="introdution" /></textarea><br>&nbsp;&nbsp;</td>
				    </tr>
				    <tr><td class=td_tbg valign=top>&nbsp;&nbsp;&nbsp;&nbsp;<b>签 名</b> :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				    	签名最多200个字节<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Html和Yhbbs标签可以使用<br></td>
				    	<td class=td_lt><br>&nbsp;&nbsp;<textarea name=signature cols=60 rows=5><bean:write name="curUser" property="signature" /></textarea><br>&nbsp;&nbsp;</td>
				    </tr>
				    <tr><td class=td_tbg height=28px valign=top>&nbsp;&nbsp;&nbsp;&nbsp;<b>个人图片</b> :<br>
				    	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;个人图片是用户发贴时显示在用户名下面<br>
				    	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;已注册用户可以上传图片且图片的长宽可自定义</td>
					    <td class=td_lt >&nbsp;&nbsp;
					    <logic:empty name="curUser" property="imageurl">
					    	<input type=radio name=image onClick='imgselect()' checked value='0' />
					    </logic:empty>
					    <logic:notEmpty name="curUser" property="imageurl">
					    	<input type=radio name=image onClick='imgselect()' value='0' />
					    </logic:notEmpty>
					     论坛提供&nbsp;&nbsp;
					    <bean:define id="ui" name="curUser" property="image" />
				    	<html:select property="imageselect" value="<%=ui.toString()%>" onchange="showimage()">
				    	 <%String imgd="";
				    	  for(int i=1;i<51;i++){ imgd=i+".gif";%>
					     <html:option value="<%=imgd%>"><%=i%>.gif</html:option>
					     <%}%>
				    	</html:select>&nbsp;&nbsp;
					    <img src=webapp/images/avatars/1.gif name=bbsimages align=top /><br>&nbsp;&nbsp;<script>showimage();</script>
					    <logic:equal name="action" value="edit">
					    <logic:empty name="curUser" property="imageurl">
					    	<input type=radio name=image onClick='imgselect()' value='1' />
					    </logic:empty>
					    <logic:notEmpty name="curUser" property="imageurl">
					    	<input type=radio name=image onClick='imgselect()' checked value='1' />
					    </logic:notEmpty>
						上传图片:<input type=file name=imgupload /><br><br>&nbsp;&nbsp;&nbsp;
						图片地址:<input type=text name=imgurl size=30 value="<bean:write name="curUser" property="imageurl" />" onpropertychange=document.f.src=this.value /><br><br>&nbsp;&nbsp;&nbsp;
						<logic:notEmpty name="curUser" property="imageurl">
					    	<bean:write name="upimage" filter="false"/>
					    </logic:notEmpty><br>&nbsp;&nbsp;&nbsp;
						图片长:<input name=imgw size=5 maxlength=3 value="<bean:write name="curUser" property="imagewidth" />" />&nbsp;20-120px<br>&nbsp;&nbsp;&nbsp;
						图片宽:<input name=imgh size=5 maxlength=3 value="<bean:write name="curUser" property="imageheight" />" />&nbsp;20-120px<br>&nbsp;
					    <script language=JavaScript>imgselect();</script>
					    </logic:equal>
					 </td></tr>
				</table>
			</td></tr>
			<tr><td class="td_t"><input type=checkbox id="more" name=more onclick="showmore()" /><span id=flag>打开高级功能</span>
			    <script language="javascript">if(document.URL.indexOf("Edit.htm")!=-1){
	     			document.getElementById("moretable").style.display = "";
	     			document.getElementById("more").checked=true;
         			document.getElementById("flag").innerText="关闭高级选项"; }
				</script>
			</td></tr>
			<tr><td align=center>
				<input type=submit name=postreg value=提交  />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				<input type=reset name=resetreg value=重置  />
			</td></tr>
			</table>
			</html:form>
   		</td></tr>
  </table><br></td></tr></table>
</div>
<div class="tabwidth"><yhbbs:footer/></div>
</body>
</html:html>
<script language="javascript" type="text/javascript" src="webapp/comm/js/user.js" ></script>

⌨️ 快捷键说明

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