HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/admin/Dashboard/Modules/Server.ascx
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="Server.ascx.vb" Inherits="DotNetNuke.Modules.Dashboard.Controls.Server" %>
<%@ Register TagPrefix="dnn" Assembly="DotNetNuke" Namespace="DotNetNuke.UI.WebControls"%>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>

<dnn:Label id="plServer" runat="Server" CssClass="Head" ControlName="ctlServer" />
<dnn:propertyeditorcontrol id="ctlServer" runat="Server"
    autogenerate = "false"
    enableclientvalidation = "true"
    sortmode="SortOrderAttribute" 
    labelstyle-cssclass="SubHead" 
    helpstyle-cssclass="Help" 
    editcontrolstyle-cssclass="NormalTextBox" 
    labelwidth="200px" 
    editcontrolwidth="450px" 
    editmode="Edit" 
    errorstyle-cssclass="NormalRed">
    <Fields>
        <dnn:FieldEditorControl ID="fldOsVersion" runat="server" DataField="OSVersion" />
        <dnn:FieldEditorControl ID="fldIISVersion" runat="server" DataField="IISVersion" />
        <dnn:FieldEditorControl ID="fldFramework" runat="server" DataField="Framework" />
        <dnn:FieldEditorControl ID="fldIdentity" runat="server" DataField="Identity" />
        <dnn:FieldEditorControl ID="fldHostName" runat="server" DataField="HostName" />
        <dnn:FieldEditorControl ID="fldPhysicalPath" runat="server" DataField="PhysicalPath" />
        <dnn:FieldEditorControl ID="fldUrl" runat="server" DataField="Url" />
        <dnn:FieldEditorControl ID="fldRelativePath" runat="server" DataField="RelativePath" />
        <dnn:FieldEditorControl ID="fldServerTime" runat="server" DataField="ServerTime" />
    </Fields>
</dnn:propertyeditorcontrol>