Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\ShiXun\Control\Index\IndexVideoByHot.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexVideoBy" %> <% if (this.ListVideo.Count > 0) {%> <ul> <% foreach (var video in this.ListVideo) { %> <li> <div class="video-photo"> <%= new HtmlAnchor( new HtmlImg(SettingGroup.VideoCover(video), video.Name) { OnErrorImg=SettingGroup.DefaultImg} ) { Title = video.Name, Target = "_blank", Href = WebUrl.VideoPlay(video.Guid) }%> <%--<a class=" <%= video.IsWeiKe ? "weike_icon" : "" %>"></a>--%> </div> <div class="video-infos"> <div class="title"> <%= new HtmlAnchor(video.Name) { Title = video.Name, Target = "_blank", Href = WebUrl.VideoPlay(video.Guid), TextLength=12, Suffix="..." }%> </div> <div class="author"> <%= new HtmlAnchor(video.Author) { Href = WebUrl.Show(video.ParentUser.ParentDomain.Code, video.ParentUser.UserName), Title = video.Author }%> </div> <%--<%= new htmlanchor(video.author) { href = weburl.show(video.parentuser.parentdomain.code, video.parentuser.username), title = video.parentuser.parentdomain.name }%>--%> </div> </li> <% } %> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> </ul> <% } else { %> <div class="alert">??????</div> <%} %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de