regstep2.html

来自「1.支持文章」· HTML 代码 · 共 372 行 · 第 1/2 页

HTML
372
字号
        <td height="20"></td>
      </tr>
      <tr{$Show_FillDetail}>
        <td>&nbsp;&nbsp;&nbsp;&nbsp;·个人详细信息资料 </td>
      </tr>
      <tr{$Show_FillDetail}>
        <td><table width="730" border="0" cellpadding="0" cellspacing="0" class="tableborder">
            <tr>
              <td>
			   <table width="100%" border="0" cellspacing="1" cellpadding="0">

                  <tr>
                    <td width="96" align="center"><img src="images/002.jpg" width="96" height="96"></td>
                    <td colspan="2" background="images/003.gif">
					<table width="100%" border="0" cellspacing="1" cellpadding="0">

					   <tr{$Show_RealName}>
                        <td width="80" height="25" bgcolor="#F4F7F9" align="center">真实姓名:</td>
                        <td width="542" height="25" bgcolor="#F4F7F9">&nbsp;
                            <input name="RealName" type="text" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_Sex}>
                        <td height="25" bgcolor="#F4F7F9" align="center">性 别 :</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="Sex" type="radio" value="男" style="border:0px; " checked>
                          男&nbsp;
                          <input name="Sex" type="radio" value="女" style="border:0px; ">
                          女</td>
                      </tr>
                      <tr{$Show_Birthday}>
                        <td height="25" bgcolor="#F4F7F9" align="center">出生日期:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="Birthday" type="text" id="Birthday" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_IDCard}>
                        <td height="25" bgcolor="#F4F7F9" align="center">身份证号:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="IDCard" type="text" id="IDCard" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_OfficeTel}>
                        <td height="25" bgcolor="#F4F7F9" align="center">办公电话:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="OfficeTel" type="text" id="OfficeTel" style="width:216px; height:18px">
                          (带区号)</td>
                      </tr>
                      <tr{$Show_HomeTel}>
                        <td height="25" bgcolor="#F4F7F9" align="center">家庭电话:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="HomeTel" type="text" id="HomeTel" style="width:216px; height:18px">
                          (带区号)</td>
                      </tr>
                      <tr{$Show_Mobile}>
                        <td height="25" bgcolor="#F4F7F9" align="center">手机号码:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="Mobile" type="text" id="Mobile" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_Fax}>
                        <td height="25" bgcolor="#F4F7F9" align="center">传真号码:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="Fax" type="text" id="Fax" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_Province}>
                        <td height="25" bgcolor="#F4F7F9" align="center">所在地区:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <select name="prov" onChange="selectcityarea('prov','city','myform');">
                              <option  value="" selected>==请选择省份==</option>
                            </select>
                          <select name="city">
                            <option  value="" selected>==请选择城市==</option>
                          </select>
						          <!--省份城市的调用开始---->
									<script language="javascript" src="{$GetSiteUrl}Inc/Province.js"></script>
								  <!----省份城市调用结束----> </td>
                      </tr>
                      <tr{$Show_Address}>
                        <td height="25" bgcolor="#F4F7F9" align="center">联系地址:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="Address" type="text" id="Address" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_ZIP}>
                        <td height="25" bgcolor="#F4F7F9" align="center">邮政编码:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="ZIP" type="text" id="ZIP" style="width:110px; height:18px"></td>
                      </tr>
                      <tr{$Show_HomePage}>
                        <td height="25" bgcolor="#F4F7F9" align="center">个人主页:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="HomePage" type="text" id="HomePage" style="width:216px; height:18px" value="http://"></td>
                      </tr>
                      <tr{$Show_UserFace}>
                        <td height="25" bgcolor="#F4F7F9" align="center">用户头像:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="UserFace" type="text" id="UserFace" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_FaceWidthAndHeight}>
                        <td height="25" bgcolor="#F4F7F9" align="center">头像宽度:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                          宽度
                          <input name="FaceWidth" type="text" id="FaceWidth" style="height:18px" value="60" size="6" maxlength="50">
                          像素 高度
                          <input name="FaceHeight" type="text" id="FaceHeight" style="height:18px" value="60" size="6" maxlength="50">
                          像素</td>
                      </tr>
                      <tr{$Show_QQ}>
                        <td height="25" bgcolor="#F4F7F9" align="center">QQ 号码:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="QQ" type="text" id="QQ" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_ICQ}>
                        <td height="25" bgcolor="#F4F7F9" align="center">ICQ号码:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="ICQ" type="text" id="ICQ" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_MSN}>
                        <td height="25" bgcolor="#F4F7F9" align="center">MSN账号:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="MSN" type="text" id="MSN" style="width:216px; height:18px"></td>
                      </tr>
                      <tr{$Show_UC}>
                        <td height="25" bgcolor="#F4F7F9" align="center">UC号码:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                            <input name="UC" type="text" id="UC" style="width:216px; height:18px"></td>
                      </tr>
					  <tr{$Show_Privacy}>
                        <td height="25" bgcolor="#F4F7F9" align="center">隐私设定:</td>
                        <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
                          <Input type=radio CHECKED value="0" name="Privacy">
公开全部信息(包括真实姓名/电话号码/生日等) <BR>&nbsp;
<Input type=radio value="1" name="Privacy">
公开部分信息(只公开QQ/Email等网上联络的信息) <BR>&nbsp;
<Input type=radio value="2" name="Privacy">
完全保密(别人只能查看你的昵称) </td>
                      </tr>
                      <tr{$Show_Sign}>
                          <td height="25" bgcolor="#F4F7F9" align="center">个人签名:</td>
                          <td height="25" colspan="2" bgcolor="#F4F7F9">&nbsp;
<textarea name="Sign" cols="60" rows="5" id="Sign" style="width:300px; height:60px"></textarea></td>
                        </tr>
                    </table></td>
                    </tr>
                </table></td>
            </tr>
        </table></td>
      </tr>
  </table>
  <table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="24">&nbsp;</td>
    </tr>
      <tr>
        <td><table width="730" border="0" cellpadding="0" cellspacing="0" class="tableborder">
            <tr>
              <td><table width="730" border="0" cellspacing="1" cellpadding="0">
                  <tr>
                    <td width="96" align="center"><img src="images/001.jpg" width="96" height="96"></td>
                    <td width="0" background="images/003.gif"></td>
                    <td align="center" bgcolor="#F4F7F9"><Div class="StepFont"{$Show_VerifyCodeTF}>请输入您看到的验证码:*&nbsp;
                      <input name="Verifycode" type="text" id="Verifycode" style="width:105px; height:18px">
                      {$Show_VerifyCode}</div>
                      <br>
  <input name="image" type="image" style="border:0px; width:93px; height:22px; " src="images/004.jpg"></td></tr>
                  
              </table></td>
            </tr>
        </table></td>
      </tr>
  </table></td>	</form>
</tr>
      </table></td>
    </tr>
</table>
<table height="37" cellspacing="0" cellpadding="0" width="770" align="center" bgcolor="#ffffff" background="{$GetInstallDir}Skin/Skin1/but05_bg.gif" border="0">
  <tbody>
    <tr>
      <td width="19" background="{$GetInstallDir}Skin/Skin1/k_bg_left.gif" bgcolor="#ffa200"><img height="37" src="{$GetInstallDir}Skin/Skin1/but05_left.gif" width="19" /></td>
      <td align="left" width="278" height="37"><a href="http://www.kesion.com">关于我们</a> | <a href="http://bbs.kesion.com">技术论坛</a> | <a href="http://www.kesion.com" target="_blank">官方站点</a> </td>
      <td class="fil" align="right" width="459">科汛网络 &copy; 版权所有  2006-2008 Powered By <a href="http://www.kesion.coM" target="_blank"><font color="#FF0000">KeSion.Com</font></a> <br />
      </td>
      <td align="middle" width="14"><img height="37" src="{$GetInstallDir}Skin/Skin1/but05_right.gif" width="12" /></td>
    </tr>
  </tbody>
</table>
</BODY>
</html> 

⌨️ 快捷键说明

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