| 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 : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestVirtualMachineTemplate.aspx.cs" Inherits="SolidCP.Portal.Proxmox.TestVirtualMachineTemplate" %>
<%@ Register src="../UserControls/MessageBox.ascx" tagname="MessageBox" tagprefix="wsp" %>
<%@ Register src="../UserControls/SimpleMessageBox.ascx" tagname="SimpleMessageBox" tagprefix="uc1" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>Test Proxmox Summary Template</title>
<style type="text/css">
BODY
{
background-color: #ffffff!important;
margin: 5px!important;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<h1>Test Proxmox Summary Template
</h1>
<uc1:SimpleMessageBox ID="messageBox" runat="server" />
<p>
Item ID: <br />
<asp:TextBox ID="txtItemId" runat="server" Width="50"></asp:TextBox>
</p>
<p>
Template:<br />
<asp:TextBox ID="txtTemplate" runat="server" Width="100%" Rows="20" TextMode="MultiLine"></asp:TextBox>
<br />
<asp:Button ID="btnEvaluate" runat="server" onclick="btnEvaluate_Click"
Text="Evaluate" />
</p>
<p>
Results:
<br />
<pre><asp:Literal ID="litResults" runat="server"></asp:Literal></pre>
</p>
</div>
</form>
</body>
</html>