<html>
<head>
    <title>Login</title>
    <meta name="Description" content="">
    <meta name="Keywords" content="">
    <link href="webfiles/common.css" rel="stylesheet" type="text/css">
    <script src="webfiles/common.js" language="JavaScript" type="text/javascript"></script>
    <style type="text/css">
        #LOGIN_LAYER {z-index:1; position: absolute; width: 600px; overflow: visible;visibility: visible;left: 25%;right: 25%;top: 100px;}
    </style>
</head>
<body>
    <table align="center" border="0" cellpadding="0" cellspacing="0" height="80%">
        <tbody>
            <tr>
                <td valign="middle"><table align="center" border="0" cellpadding="0" cellspacing="0" width="">
                    <tbody>
                        <tr class="rowTopTile">
                            <td width="10"><img alt="" src="webfiles/box_top_left.gif" height="20" width="10"></td>
                            <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
                                <tbody>
                                    <tr>
                                        <td width="10"><img src="webfiles/box_top.gif" height="20" width="10"></td>
                                        <td width="5"><img src="webfiles/trans.gif" height="20" width="5"></td>
                                        <td nowrap="nowrap" valign="top"><img src="webfiles/konsoleh_login.gif" name="logo" border="0" height="20" width="120"></td>
                                        <td width="5"><img src="webfiles/trans.gif" height="20" width="5"></td>
                                        <td width="100%"><img src="webfiles/box_top.gif" height="20" width="100%"></td>
                                        <td width="15"><img alt="" src="webfiles/box_top.gif" height="20" width="15"></td>
                                    </tr>
                                </tbody>
                            </table></td>
                            <td width="10"><img alt="" src="webfiles/box_top_right.gif" height="20" width="10"></td>
                        </tr>
                        <tr>
                            <td background="webfiles/box_left.gif"></td>
                            <td><table style="margin-top: 10px;" align="center" border="0" cellpadding="0" cellspacing="0" width="580">
                                <tbody>
                                    <tr>
                                        <td width="15"></td>
                                        <td valign="top" width="550"><table align="center" border="0" cellpadding="0" cellspacing="0" width="580">
                                            <tbody>
                                                <tr>
                                                    <td colspan="3" height="100"></td>
                                                </tr>
                                                <tr>
                                                    <td width="15"></td>
                                                    <td valign="top" width="550"><table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
                                                        <tbody>
                                                            <tr>
                                                                <td width="50%"><table border="0" cellpadding="0" cellspacing="0" width="100%">
                                                                    <tbody>
                                                                        <tr>
                                                                            <td align="center"><a href="https://webmail.konsoleh.co.za"><img src="webfiles/email.jpg" border="0" height="53" width="78"></a></td>
                                                                        </tr>
                                                                        <tr>
                                                                            <td align="center"><br>
                                                                                <a href="https://webmail.konsoleh.co.za">Webmail</a>
                                                                            </td>
                                                                        </tr>
                                                                    </tbody>
                                                                </table></td>
                                                                <td width="50%"><table border="0" cellpadding="0" cellspacing="0" width="100%">
                                                                    <tbody>
                                                                        <tr>
                                                                            <td align="center"><a id="service_url_1" href="#"><img src="webfiles/control.jpg" border="0" height="50" width="106"></a></td>
                                                                        </tr>
                                                                        <tr>
                                                                            <td align="center"><br>
                                                                                <a id="service_url_2" href="#"></a>
                                                                            </td>
                                                                        </tr>
                                                                    </tbody>
                                                                </table></td>
                                                            </tr>
                                                        </tbody>
                                                    </table></td>
                                                    <td width="15"></td>
                                                </tr>
                                                <tr>
                                                    <td colspan="3" align="center" height="100">Click on the icon to login</td>
                                                </tr>
                                            </tbody>
                                        </table></td>
                                        <td width="15"></td>
                                    </tr>
                                </tbody>
                            </table></td>
                            <td background="webfiles/box_right.gif"></td>
                        </tr>
                        <tr>
                            <td><img alt="" src="webfiles/box_bot_left.gif" height="20" width="10"></td>
                            <td><img alt="" src="webfiles/box_bot.gif" height="20" width="100%"></td>
                            <td><img alt="" src="webfiles/box_bot_right.gif" height="20" width="10"></td>
                        </tr>
                        <tr>
                            <td></td>
                            <td class="login_text" align="center">&nbsp;</td>
                            <td></td>
                        </tr>
                    </tbody>
                </table></td>
            </tr>
        </tbody>
    </table>
</body>
<script type="text/javascript">
    var mailLocation = window.location.hostname.split('.')[0] == 'mail';
    var serviceUrl = mailLocation ? "https://mailadmin.konsoleh.co.za" : "https://secure.konsoleh.co.za/";
    var serviceText = mailLocation ? "Mail-admin" : "Control Panel";

    document.getElementById('service_url_1').setAttribute('href', serviceUrl);
    document.getElementById('service_url_2').innerText = serviceText;
    document.getElementById('service_url_2').setAttribute('href', serviceUrl);
</script>
</html>
