📄 progress.aspx
字号:
<%@ Page language="c#" AutoEventWireup="false" Inherits="Brettle.Web.NeatUpload.ProgressPage" %><%@ Register TagPrefix="Upload" Namespace="Brettle.Web.NeatUpload" Assembly="Brettle.Web.NeatUpload" %><%--NeatUpload - an HttpModule and User Controls for uploading large filesCopyright (C) 2005 Dean BrettleThis library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser General PublicLicense as published by the Free Software Foundation; eitherversion 2.1 of the License, or (at your option) any later version.This library is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNULesser General Public License for more details.You should have received a copy of the GNU Lesser General PublicLicense along with this library; if not, write to the Free SoftwareFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA--%><html> <head> <title>Upload Progress</title> <link rel="stylesheet" type="text/css" title="default" href="default.css" /> <style type="text/css"><!-- body, form, table, tr, td { margin: 0px; border: 0px none; padding: 0px; } #progressDisplayCenterer { vertical-align: middle; width: 100%; height: 100%; } #progressDisplay { vertical-align: middle; width: 100%; } #barTd { width: 100%; } #statusDiv { border-width: 1px; border-style: solid; padding: 0px; position: relative; width: 100%; text-align: center; z-index: 1; color: #2e8b57; } #barDiv,#barDetailsDiv { border: 0px none ; margin: 0px; padding: 0px; position: absolute; top: 0pt; left: 0pt; z-index: -1; height: 100%; width: 75%; }--> </style> </head> <body bgColor="#ffffe0"> <form id="dummyForm" runat="server"> <table id="progressDisplay" class="ProgressDisplay"> <tr><td> <span id="label" runat="server" class="Label" ><FONT color="blue">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -