<%@ Page Language="C#" AutoEventWireup="true" Inherits="Web.inherits.UserViewPage" %> 用户资料修改-<%=WebSiteConfig.SiteTitle%> <%template:_head.html%>
 
<%template:_usermenu.html%>

资料修改 (*为必须填写项)

账号 <%=UserIdentity.Account%>  
用户名称
性别 <%if (UserIdentity.User.Sex == null || UserIdentity.User.Sex == 1) {%> <%} else { %> <%} %>  
电话
移动电话
联系地址
<%template:_foot.html%>