Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Tools\PushFileDownloadStatus.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PushFileDownloadStatus.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.PushFileDownloadStatus" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title id="Title1" runat="server"></title> </head> <body> <div> ????????<%= CreateInstance.PushFileDownLoadDao.GetDownloadConsole().ListTaskQueue.Count %>?? ????????<%= AVA.DownloadComponent.Methods.SpeedToString(CreateInstance.PushFileDownLoadDao.GetDownloadConsole().ListTaskQueue.AllSpeed) %> <% if (CreateInstance.PushFileDownLoadDao.GetDownloadConsole().MaxSpeed > 0) { %> <br /> ???????? <%= AVA.DownloadComponent.Methods.SpeedToString(CreateInstance.PushFileDownLoadDao.GetDownloadConsole().MaxSpeed) %> <% } %> <br /> <table border="1px"> <tr> <td>??? </td> <td>??? </td> <td>????? </td> <td>??? </td> <td>???? </td> </tr> <% for (int i = 0; i <= CreateInstance.PushFileDownLoadDao.GetDownloadConsole().ListTaskQueue.Count - 1; i++) { var task = CreateInstance.PushFileDownLoadDao.GetDownloadConsole().ListTaskQueue[i]; %> <tr> <td> <%= task.FileName %> </td> <td> <%= AVA.DownloadComponent.Methods.SizeToString(task.TotalSize) %> </td> <td> <%= AVA.DownloadComponent.Methods.SizeToString( task.DownSize) %> </td> <td> <%= AVA.DownloadComponent.Methods.SpeedToString(task.Speed) %> </td> <td> <%= task.GetState %> </td> </tr> <% } %> </table> </div> </body> </html> <script type="text/javascript"> setTimeout(function () { window.location.href = window.location.href; }, 2000); </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de