| 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="VpsDetailsDvd.ascx.cs" Inherits="SolidCP.Portal.Proxmox.VpsDetailsDvd" %>
<%@ 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" %>
<%@ Register Src="../UserControls/EnableAsyncTasksSupport.ascx" TagName="EnableAsyncTasksSupport" TagPrefix="wsp" %>
<wsp:EnableAsyncTasksSupport id="asyncTasks" runat="server"/>
<div class="Content">
<div class="Center">
<div class="FormBody">
<wsp:ServerTabs id="tabs" runat="server" SelectedTab="vps_dvd" />
<wsp:SimpleMessageBox id="messageBox" runat="server" />
<table style="margin: 50px 0px 50px 50px">
<tr>
<td><asp:Localize ID="locDvdDrive" runat="server" meta:resourcekey="locDvdDrive" Text="DVD Drive:"></asp:Localize></td>
</tr>
<tr>
<td>
<asp:TextBox ID="txtInsertedDisk" runat="server" Width="400px"
CssClass="form-control" ReadOnly="true"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<br />
<br />
<asp:Button ID="btnInsertDisk" runat="server" CausesValidation="false"
Text="Insert Disk..." meta:resourcekey="btnInsertDisk" CssClass="Button1"
onclick="btnInsertDisk_Click" />
<asp:Button ID="btnEjectDisk" runat="server" CausesValidation="false"
Text="Eject" meta:resourcekey="btnEjectDisk" CssClass="Button1"
onclick="btnEjectDisk_Click" />
</td>
</tr>
</table>
</div>
</div>
</div>