www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/page_user_face_set_form.html.asp

    <!-- #include file="page_user_header.html.asp" -->             
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="Javascript">
//表单校验
function CheckFormFaceSet(theform)
{
	<%=TAG_strVerifyCode%>
	return true;
}
</script>
<table border="0" cellpadding="3" cellspacing="1" align="center" width="80%" class="form_table" >
<tbody>
<form action="../user/user_face_set_save.asp" method="post" id="frmFormFaceSet" name="frmFormFaceSet" onsubmit="return CheckFormFaceSet(this.form)">
<tr  class="nav_title_tr">
	 <td  class="nav_title_td" colspan="2">
		<div class="mainNav">我的首选签名图指定</div></td>
</tr>
<tr class="form_tr" >
	 <td class="form_td_left" width="30%" valign="top">指定提示:</td>
	 <td class="form_td_right" valign="top">请指定您在本系统各场合使用的签名图</td>
	 </tr>
<tr class="form_tr" >
	 <td class="form_td_left" valign="top">*指定签名图:</td>
	 <td class="form_td_right" valign="top">
	 <% 
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then 
%>
<!--html_row DataRS=TAG_objDicUnit -->
	 <!--html_radio DataRS=TAG_objDicUnit checked=USER_FACE_SELECT -->
		<input type="radio"  name="rdoFaceSet" class="form_radio" value="卡通头像" <% If TAG_objDicUnit.Item("USER_FACE_SELECT") = "卡通头像" Then Response.Write "checked" %>> 卡通头像 
		<input type="radio"  name="rdoFaceSet" class="form_radio" value="个人头像" <% If TAG_objDicUnit.Item("USER_FACE_SELECT") = "个人头像" Then Response.Write "checked" %>  > 个人头像 
		<input type="radio"  name="rdoFaceSet" class="form_radio" value="QQ秀" <% If TAG_objDicUnit.Item("USER_FACE_SELECT") = "QQ秀" Then Response.Write "checked" %> > QQ秀</td>
	<!--/html_radio-->
	<!--/html_row-->

<% 
If IsObject(TAG_objDicUnit) Then
	Set TAG_objDicUnit = Nothing 
End If
End If
%>
</tr>
<tr class="form_td" >
	<td class="form_sub_td" colspan="2"  > 
	<input class="submit" type="submit"  name="subPwdMdy" value="修 改">&nbsp; 
	<input  class="reset" type="reset"   value="重 置" >&nbsp;</td>
</tr>
</form>
</tbody>
</table>
<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->