| 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/Proxmox/ |
Upload File : |
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="VpsDetailsTools.ascx.cs" Inherits="SolidCP.Portal.Proxmox.VpsDetailsTools" %>
<%@ Register Src="../UserControls/SimpleMessageBox.ascx" TagName="SimpleMessageBox" TagPrefix="wsp" %>
<%@ Register Src="UserControls/ServerTabs.ascx" TagName="ServerTabs" TagPrefix="wsp" %>
<%@ Register Src="UserControls/Menu.ascx" TagName="Menu" TagPrefix="wsp" %>
<%@ Register Src="UserControls/Breadcrumb.ascx" TagName="Breadcrumb" TagPrefix="wsp" %>
<%@ Register Src="UserControls/FormTitle.ascx" TagName="FormTitle" TagPrefix="wsp" %>
<div class="Content">
<div class="Center">
<div class="FormBody">
<wsp:ServerTabs id="tabs" runat="server" SelectedTab="vps_tools" />
<wsp:SimpleMessageBox id="messageBox" runat="server" />
<table cellspacing="15">
<%-- <tr>
<td>
<asp:Button ID="btnReinstall" runat="server" CssClass="Button1" Width="100"
Text="Re-install" meta:resourcekey="btnReinstall" CausesValidation="false"
onclick="btnReinstall_Click" />
</td>
<td>
<asp:Localize ID="locReinstall" runat="server" meta:resourcekey="locReinstall" Text="Performs..."></asp:Localize>
</td>
</tr>--%>
<tr>
<td>
<asp:Button ID="btnDelete" runat="server" CssClass="Button1" Width="100"
Text="Delete" meta:resourcekey="btnDelete" CausesValidation="false"
onclick="btnDelete_Click" />
</td>
<td>
<asp:Localize ID="locDelete" runat="server" meta:resourcekey="locDelete" Text="Performs..."></asp:Localize>
</td>
</tr>
</table>
</div>
</div>
</div>