Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\My\MyAbout.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyAbout.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyAbout" %> <div class="aboutMe"> <h3 class="title">?????</h3> <div class="items"> <div class="avatar"> <span >???:</span> <% if (this.HeadPortraitUrl != null) { //?????? %> <%= new HtmlImg(this.HeadPortraitUrl, this.User.TrueName + "?????"){ Width=120, Height=120 }%> <% } else { //???????? %> <%= new HtmlImg(SettingGroup.DefauteUserImg, this.User.TrueName + "?????") { Width=120, Height=120 }%> <% } %> <%= new HtmlAnchor("??????") { Href = WebUrl.Basic() }%> </div> <div class="signature"> <span >???????:</span> <% if (string.IsNullOrEmpty(this.User.Introduction)) { %> ????? <% } else { %> <%= this.User.Introduction%> <% }%> <%= new HtmlAnchor("???") { Href = WebUrl.Basic() }%> </div> <div class="remail"> <span >??????:</span> <%= this.User.Email %> </div> <div class="password"> <span >??????:</span> <%= new HtmlAnchor("???") { Href = WebUrl.Password() }%> </div> <div> <span >??????:</span> <%= this.User.ParentUserType.Name %> </div> <div> <span >??????:</span> <% if (this.User.ParentUserType.VideoEnable) { if (this.User.ParentUserType.ExamineVideo) { %> ????? <% } else { %> ??? <% } } else { %> ????? <% } %> </div> <div> <span >??????:</span> <% if (this.User.ParentUserType.AlbumEnable) { if (this.User.ParentUserType.ExamineAlbum) { %> ????? <% } else { %> ??? <% } } else { %> ????? <% } %> </div> <% if (SettingGroup.HasMeeting) { %> <div> <span >??????:</span> <% if (this.User.ParentUserType.MeetingEnable) { if (this.User.ParentUserType.ExamineMeeting) { %> ????? <% } else { %> ??? <% } } else { %> ????? <% } %> </div> <% } %> <div> <span >?????????:</span> <% if (this.User.ParentUserType.SubjectEnable) { if (this.User.ParentUserType.ExamineSubject) { %> ????? <% } else { %> ??? <% } } else { %> ????? <% } %> </div> <% if (SettingGroup.HasLive) { %> <div class="password"> <span >??????:</span> <% if (this.User.ParentUserType.ApplicationEnable) { if (this.User.ParentUserType.ExamineApplication) { %> ????? <% } else { %> ??? <% } } else { %> ????? <% } %> </div> <% } %> <div class="password"> <span>???????:</span> <% if (this.User.ParentUserType.STEnable) { %> ??? <% } else { %> ????? <% } %> </div> </div> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de