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

<% 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);") { Class="btn" }%>--%>
支持.jpg、gif、png格式的图片
<%-- --%>