403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/SolidCP/Portal/DesktopModules/SolidCP/UserControls/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/SolidCP/Portal/DesktopModules/SolidCP/UserControls//EnableAsyncTasksSupport.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="EnableAsyncTasksSupport.ascx.cs" Inherits="SolidCP.Portal.EnableAsyncTasksSupport" %>
<%@ Import Namespace="SolidCP.Portal" %>

<input type="hidden" id="taskID" runat="server" />

<script type="text/javascript">
	var _ctrlTaskID = "<%= taskID.ClientID %>";
	var _completeMessage = "<%= GetLocalizedString("Text.CompleteMessage") %>";
</script>
<script src="<%= GetAjaxUtilsUrl() %>" type="text/javascript"></script>

<asp:Panel id="pnlModal" runat="server" CssClass="PopupContainer" style="display:none">
    <div class="widget">
        <div class="widget-header clearfix">
            <h3><i class="fa fa-cogs"></i> <asp:Label ID="lblTitle" runat="server" meta:resourcekey="lblTitle" Text="Running"></asp:Label></h3>
        </div>
        <div class="widget-content Popup">
            <div class="ProgressPanelArea">
				<div class="MediumBold" style="white-space:nowrap;padding-right:45px;">
					<img id="imgAjaxIndicator" src='<%= PortalUtils.GetThemedImage("indicator_medium.gif") %>' align="absmiddle" />&nbsp;
					<span id="objProgressDialogTitle"></span>
				</div>
			</div>
			<div id="ProgressPanelArea" class="ProgressPanelArea">
				<fieldset>
					<table width="100%" cellpadding="3">
						<tr>
							<td class="SubHead" colspan="2">
								<span id="objProgressDialogStep">Step</span>
							</td>
						</tr>
						<tr>
							<td colspan="2">
								<div class="ProgressBarContainer">
									<div id="objProgressDialogProgressBar" class="ProgressBarIndicator" style="width:0px;"></div>
								</div>
							</td>
						</tr>
						<tr>
							<td class="SubHead" width="100" nowrap>
								<asp:Label ID="lblStarted" runat="server" meta:resourcekey="lblStarted" Text="Started"></asp:Label>
							</td>
							<td class="Normal" width="100%">
								<span id="progressStartTime"></span>
							</td>
						</tr>
						<tr>
							<td class="SubHead">
								<asp:Label ID="lblDuration" runat="server" meta:resourcekey="lblDuration" Text="Duration"></asp:Label>   
							</td>
							<td class="Normal">
								<span id="progressDuration"></span>
							</td>
						</tr>
					</table>
				</fieldset>
			</div>
            <div id="PopupFormFooter" class="FormFooter" style="text-align: center;">
			    <div id="objProgressDialogCommandButtons">
				    <asp:LinkButton id="btnCancelProgressDialog" Text="  Close  " CssClass="btn btn-warning" meta:resourcekey="btnCancelProgressDialog" runat="server" />
			    </div>
			    <div id="objProgressDialogCloseButton" style="display: none;">
				    <asp:LinkButton id="btnCloseProgressDialog" Text="  OK  " CssClass="btn btn-success" meta:resourcekey="btnCloseProgressDialog" runat="server" />
			    </div>
		    </div>
        </div>
    </div>
</asp:Panel>
<ajaxToolkit:ModalPopupExtender ID="ModalPopupProperties" runat="server"
	BehaviorID="ModalPopupProperties"
	TargetControlID="btnShowProgressDialog" PopupControlID="pnlModal"
    BackgroundCssClass="modalBackground" DropShadow="false"
    OkControlID="btnCloseProgressDialog" OnCancelScript="OnCancelProgressDialog()"
    CancelControlID="btnCancelProgressDialog" />
<asp:LinkButton id="btnShowProgressDialog" runat="server" Text="Progress" style="display:none;" />

Youez - 2016 - github.com/yon3zu
LinuXploit