| 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/ |
Upload File : |
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="VirtualServersAddServer.ascx.cs" Inherits="SolidCP.Portal.VirtualServersAddServer" %>
<div class="panel-body form-horizontal">
<div class="form-group">
<asp:Label ID="lblServerName" runat="server" CssClass="control-label col-sm-2" meta:resourcekey="lblServerName" style="font-weight:bold"></asp:Label>
<div class="col-sm-10">
<asp:TextBox ID="txtName" runat="server" CssClass="form-control">New Server</asp:TextBox>
<asp:RequiredFieldValidator ID="valRequireServerName" runat="server" ControlToValidate="txtName" ErrorMessage="*"></asp:RequiredFieldValidator>
</div>
<asp:Label ID="lblServerComments" runat="server" CssClass="control-label col-sm-2" meta:resourcekey="lblServerComments" style="font-weight:bold"></asp:Label>
<div class="col-sm-10">
<asp:TextBox ID="txtComments" runat="server" CssClass="form-control" Rows="4" TextMode="MultiLine"></asp:TextBox>
</div>
</div>
</div>
<div class="panel-footer text-right">
<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="btnAdd" CssClass="btn btn-success" runat="server" OnClick="btnAdd_Click">
<i class="fa fa-check"> </i>
<asp:Localize runat="server" meta:resourcekey="btnAdd"/>
</CPCC:StyleButton>
</div>