| 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 : /SolidCP/Portal/DesktopModules/SolidCP/VPSForPC/ |
Upload File : |
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="VpsToolsReinstallServer.ascx.cs" Inherits="SolidCP.Portal.VPSForPC.VpsToolsReinstallServer" %>
<%@ Register Src="../UserControls/SimpleMessageBox.ascx" TagName="SimpleMessageBox" TagPrefix="scp" %>
<%@ Register Src="UserControls/ServerTabs.ascx" TagName="ServerTabs" TagPrefix="scp" %>
<%@ Register Src="UserControls/Menu.ascx" TagName="Menu" TagPrefix="scp" %>
<%@ Register Src="UserControls/Breadcrumb.ascx" TagName="Breadcrumb" TagPrefix="scp" %>
<%@ Register Src="UserControls/FormTitle.ascx" TagName="FormTitle" TagPrefix="scp" %>
<%@ Register Src="../UserControls/PasswordControl.ascx" TagName="PasswordControl" TagPrefix="scp" %>
<%@ Register Src="../UserControls/EnableAsyncTasksSupport.ascx" TagName="EnableAsyncTasksSupport" TagPrefix="scp" %>
<scp:EnableAsyncTasksSupport id="asyncTasks" runat="server"/>
<div class="panel panel-default">
<div class="panel-heading">
<asp:Image ID="imgIcon" SkinID="Server48" runat="server" />
<scp:FormTitle ID="locTitle" runat="server" meta:resourcekey="locTitle" Text="Re-install Server" />
</div>
<div class="panel-body form-horizontal">
<scp:Menu id="menu" runat="server" SelectedItem="" />
<div class="panel panel-default tab-content">
<div class="panel-body form-horizontal">
<scp:ServerTabs id="tabs" runat="server" SelectedTab="vps_tools" />
<scp:SimpleMessageBox id="messageBox" runat="server" />
<asp:ValidationSummary ID="validatorsSummary" runat="server"
ValidationGroup="Reinstall" ShowMessageBox="True" ShowSummary="False" />
<p class="SubTitle">
<asp:Localize ID="locSubTitle" runat="server"
meta:resourcekey="locSubTitle" Text="Re-install VPS Server" />
</p>
<p>
<asp:Localize ID="locDescription" runat="server"
meta:resourcekey="locDescription" Text="This wizard will re-create VPS with the same configuration settings from scratch and then apply current OS template." />
</p>
<p>
<asp:CheckBox ID="chkConfirmReinstall" runat="server" CssClass="NormalBold"
meta:resourcekey="chkConfirmReinstall" Text="Yes, I confirm re-installation of this VPS" />
</p>
<table cellspacing="5">
<tr>
<td valign="top">
<asp:Localize ID="locPassword" runat="server"
meta:resourcekey="locPassword" Text="New administrator password:" />
</td>
<td>
<scp:PasswordControl id="password" runat="server"
ValidationGroup="Reinstall"></scp:PasswordControl>
</td>
</tr>
<tr>
<td colspan="2">
<asp:CheckBox ID="chkPreserveExistingFiles" runat="server" CssClass="NormalBold"
meta:resourcekey="chkPreserveExistingFiles" Text="Save existing VPS hard drive files" />
<br />
<asp:Localize ID="locPreserveHelp" runat="server"
meta:resourcekey="locPreserveHelp" Text="All files from existing hard drive will be copied to "old" disk folder on hard drive of new VPS." />
</td>
</tr>
</table>
<br />
<table cellspacing="5" id="AdminOptionsPanel" runat="server">
<tr>
<td>
<asp:CheckBox ID="chkSaveVhd" runat="server"
meta:resourcekey="chkSaveVhd" Text="Do not delete VPS virtual hard drive file" />
</td>
</tr>
<tr>
<td>
<asp:CheckBox ID="chkExport" runat="server"
meta:resourcekey="chkExport" Text="Export VPS before re-installation to the following folder:" />
</td>
</tr>
<tr>
<td style="padding-left:20px;">
<asp:TextBox ID="txtExportPath" runat="server" Width="300px" CssClass="form-control"></asp:TextBox>
<asp:RequiredFieldValidator ID="ExportPathValidator" runat="server" Text="*" Display="Dynamic"
ControlToValidate="txtExportPath" meta:resourcekey="ExportPathValidator" SetFocusOnError="true"
ValidationGroup="Reinstall">*</asp:RequiredFieldValidator>
</td>
</tr>
</table>
<p>
<CPCC:StyleButton id="btnCancel" CssClass="btn btn-warning" runat="server" CausesValidation="False" OnClick="btnCancel_Click"> <i class="fa fa-times"> </i> <asp:Localize runat="server" meta:resourcekey="btnCancel"/> </CPCC:StyleButton>
<CPCC:StyleButton id="btnReinstall" CssClass="btn btn-success" runat="server" onclick="btnUpdate_Click" ValidationGroup="Reinstall"> <i class="fa fa-refresh"> </i> <asp:Localize runat="server" meta:resourcekey="btnReinstall"/> </CPCC:StyleButton>
</p>
</div>
</div>
</div>
</div>
<div class="Right">
<asp:Localize ID="FormComments" runat="server" meta:resourcekey="FormComments"></asp:Localize>
</div>