<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyBasic.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyBasic" %>
我的信息:个人信息

头像
<% if (this.HeadPortraitUrl != null) { //存在头像 %> <%= new HtmlImg(this.HeadPortraitUrl, this.User.TrueName + "的头像") { ID = "imgHeadPortrait", Width=120, Height=120 }%> <% } else { //不存在头像 %> <%= new HtmlImg(SettingGroup.DefauteUserImg, this.User.TrueName + "的头像") { ID = "imgHeadPortrait", Width=120, Height=120 }%> <% } %> <%= new HtmlHidden("HeadPortrait", this.User.HeadPortrait)%>
<%= new HtmlYKTip("Photo")%> <%= new HtmlSubmit("修改头像", null, "HeadPortraitClient(this);") { Width = 100 }%>
支持.jpg、gif、png格式的图片
帐号信息
基本信息