<!DOCTYPE html>
<html>
<head id="Head">
    <title>MSPControl Enterprise Server</title>
    <link rel="shortcut icon" type="image/x-icon" href="/images/server-windows.ico">
    <link href="/css/server.css" rel="stylesheet" />
    <script type="text/javascript" src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
    <style>
        .serverIcon {
            height: 64px;
            vertical-align: middle;
        }

        .OSLogo {
            height: 24px;
            margin: 3px;
        }

        .CLRLogo {
            height: 24px;
            margin: 0px;
        }
    </style>
</head>
<body>
<form id="AspForm">
    <div class="Content">
        <div style="text-align: left;">
            <img id="mspLogo" src="/Images/logo.png" />
        </div>

        <div>
            <h1>
                <img class="serverIcon" src="/images/server-windows.ico"/>
                <label>MSPControl Enterprise Server</label>
            </h1>

            <table cellpadding="0" cellspacing="1">
                <tr id="servernamerow">
                    <td class="FieldName">Server:</td>
                    <td>
                        <label>DNP004</label>
                    </td>
                </tr>
                <tr>
                    <td class="FieldName">Status:</td>
                    <td>Running</td>
                </tr>
                <tr>
                    <td class="FieldName">Version:</td>
                    <td>
                        <b>
                            <label>3.1.5153</label>
                        </b>
                    </td>
                </tr>
                <tr>
                    <td class="FieldName">Database:</td>
                    <td>
                            <table class="healthcheck" cellpadding="0" cellspacing="1">
                                <tr>
                                    <td class="FieldName">Date:</td>
                                    <td>
                                        <b>
                                            <label>20-4-2026 07:25</label>
                                        </b>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="FieldName">Version:</td>
                                    <td>
                                        <b>
                                            <label>4730</label>
                                        </b>
                                    </td>
                                </tr>

                            </table>
                    </td>
                </tr>
                <tr id="osrow">
                    <td class="FieldName">OS:</td>
                    <td style="text-align: center;">
                        <img class="OSLogo" type="image/svg+xml" src="/images/windows-logo.ico"/>
                        <br/>
                        <b>
                            <label>Microsoft Windows NT 10.0.20348.0</label>
                        </b>
                    </td>
                </tr>
                <tr id="runtimerow">
                    <td class="FieldName">Runtime:</td>
                    <td>
                        <img class="CLRLogo" src="/images/netfx-logo-new.ico"/>
                        <b>
                            <label>.NET 10.0.3</label>
                        </b>
                    </td>
                </tr>
                <tr id="aspmoderow">
                    <td class="FieldName">ASP.NET Mode:</td>
                    <td>
                        <label>64-bit</label>
                    </td>
                </tr>

                <tr runat="server" id="restrow">
                    <td class="FieldName">REST API:</td>
                    <td>
                        <a href="/api/values">REST API Documentation</a>
                    </td>
                </tr>

            </table>

        </div>
    </div>
</form>
</body>
</html>