Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\User\UserVideo.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="IndexVideoBy.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexVideoBy" %> <table class="table table-striped"> <tbody> <% foreach (var video in this.ListVideo) { %> <tr> <td > <%= new HtmlAnchor( new HtmlImg(SettingGroup.VideoCover(video), video.Name) { Width=140, Height=88, OnErrorImg=SettingGroup.DefaultImg} ) { Title = video.Name, Target = "_blank", Href = WebUrl.VideoPlay(video.Guid) }%> </td> <td> <p class="ttle"> <%= new HtmlAnchor(video.Name) { Title = video.Name, Target = "_blank", Href = WebUrl.VideoPlay(video.Guid) }%> </p> </td> </tr> <% } %> </tbody> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de