⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 background_progressbar.aspx

📁 一个真正的CMS系统,可以完全实现建站自动化,用.NET开发.
💻 ASPX
字号:
<%@ Page Language="C#" Inherits="SiteServer.BackgroundPages.BackgroundProgressBar" %>
<HTML>
	<HEAD>
		<!--#include file="../inc/html_head.inc"-->
		<script language="javascript" src="../Inc/toggle.js"></script>
		<meta http-equiv="content-type" content="text/html;charset=gb2312">
	</HEAD>
	<body>
		<form id="MyForm" runat="server" >
			<br>
			<table width="95%" align="center" cellspacing="0" cellpadding="0">
				<tr>
					<td class="mframe-t-left"></td>
					<td class="mframe-t-mid">
						<span class="mframe-t-text"><asp:Label id="DisplayTitle" runat="server" /></span>
					</td>
					<td class="mframe-t-right"></td>
				</tr>
		  </table>
		  <table width="95%" align="center" cellspacing="0" cellpadding="0">
				<tr>
					<td class="mframe-m-left"></td>
					<td class="mframe-m-mid">
						<table cellpadding="3" width="95%" align="center">
							<tr>
								<td>
									<div id="progressBar" style="margin: 1em 2em 2em 2em;">
										<div id="theMeter">
											<div id="progressBarText" style="font-weight: bold; padding: 5px;">进度: <span id="prgressBarPercetage">0</span>%</div>
											<div id="progressBarBox" style="width: 350px; height: 20px; border: 1px inset; background: #eee;">
												<div id="progressBarBoxContent" style="width: 0; height: 20px; border-right: 1px solid #444; background: #9ACB34;"></div>
											</div>
										</div>
									</div>
									
									<div id="uploadError" style="position:relative; margin: 2em; display:none;">
										<p style=" padding-left: 25px; padding-bottom: 5px; color:red; text-align: left; vertical-align: middle; background:url(../Pic/icon/error.jpg) no-repeat left top;"> 执行出错,错误信息为:<br /><span id="uploadErrorText"></span></p>
								    </div>
		
									<div id="uploadWarning" style="position:relative; margin: 2em;">
										<p style=" padding-left: 25px; padding-bottom: 5px; text-align: left; vertical-align: middle; background:url(../Pic/icon/warn.jpg) no-repeat left top;"> 进度:<span id="uploadWarningText"></span>...<br />任务完成前请不要离开此窗口,您可以打开新窗口进行其他操作!</p>
								    </div>
								</td>
							</tr>
						</table>
					</td>
					<td class="mframe-m-right"></td>
				</tr>
		  </table>
			<table width="95%" align="center" cellspacing="0" cellpadding="0">
				<tr>
					<td class="mframe-b-left"></td>
					<td class="mframe-b-mid">&nbsp;</td>
					<td class="mframe-b-right"></td>
				</tr>
		  </table>
		</form>
		
</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -