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/MBoogaard/oosting-horseriding.com/CMS/CMSModules/WebAnalytics/Tools/Dashboard.aspx
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Dashboard.aspx.cs" Theme="Default" EnableEventValidation="false" Inherits="CMSModules_WebAnalytics_Tools_Dashboard" %>

<%@ Register Src="~/CMSModules/Widgets/Controls/Dashboard.ascx" TagName="Dashboard" TagPrefix="cms" %>
<%=DocType%>
<html xmlns="http://www.w3.org/1999/xhtml" <%=XmlNamespace%>>
<head id="Head1" runat="server" enableviewstate="false">
    <title id="Title1" runat="server">Dashboard</title>
    <asp:Literal runat="server" ID="ltlTags" EnableViewState="false" />
    <style type="text/css">
        body
        {
            margin: 0px;
            padding: 0px;
            height: 100%;
            font-family: Arial;
            font-size: small;
        }
    </style>
</head>
<body  class="<%=BodyClass%>">
    <form id="form1" runat="server">
    <cms:Dashboard ID="ucDashboard" runat="server" ShortID="d" />
    </form>
</body>
</html>