123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <html>
- <head>
- <<<<<<< HEAD
- <title>Kloxo-MR : Default Page for newerp.daboryhost.com</title>
- =======
- <title>KloxoNG : Default Page for solution.dabory.com</title>
- >>>>>>> 6b84ce84b666ed214c1f13b31200465c9e512481
- </head>
- <style>
- body {
- font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
- font-size: 8pt;
- font-weight: 100;
- background-image:url('./images/abstract.jpg');
- background-color:#ccc;
- margin: 0;
- }
- a {
- text-decoration: none;
- }
- img {
- border: 0;
- }
- img.logo {
- margin: 5px;
- padding: 0;
- }
- table.header {
- border-collapse: collapse;
- border-spacing: 0;
- width: 100%;
- font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
- font-size: 8pt;
- font-weight: 100;
- }
- table.content {
- border-collapse: collapse;
- border-spacing: 0;
- width: 100%;
- font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
- font-size: 8pt;
- font-weight: 100%;
- }
- table.content_body td {
- border-collapse: collapse;
- border: 1px dashed #ccc;
- font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
- font-size: 10pt;
- color: #444;
- padding:10px;
- spacing:0;
- }
- table.content_title td {
- border-collapse: collapse;
- border: 0;
- font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
- font-size: 12pt;
- color: #369;
- }
- </style>
- <body>
- <table class="header">
- <tr>
- <td valign="top" width="100%"><img style="margin:5px; padding:5px; height:50px" class="logo" src="./images/logo.png" alt="hosting-logo"></td>
- <td>
- <table class="content">
- <tr>
- <<<<<<< HEAD
- <td><a href="http://mratwork.com/" title="Go to Kloxo-MR website"><img style="margin:5px; padding:5px; height:50px" class="logo" src="./images/kloxo-mr.png" alt="kloxo-mr-logo"></a></td>
- =======
- <td><a href="http://kloxong.org" title="Go to Kloxo Next Generation website"><img style="margin:5px; padding:5px; height:50px" class="logo" src="./images/kloxong.png" alt="kloxong-logo"></a></td>
- >>>>>>> 6b84ce84b666ed214c1f13b31200465c9e512481
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table class="content">
- <tr>
- <td width="50"> </td>
- <td valign="middle" width="100%">
- <div align="center">
- <table class="content_title" width="640">
- <tr>
- <td><br>
- <br>
- <<<<<<< HEAD
- <b>Kloxo-MR Default Page for newerp.daboryhost.com</b> </td>
- =======
- <b>Kloxo Next Generation Default Page for solution.dabory.com</b> </td>
- >>>>>>> 6b84ce84b666ed214c1f13b31200465c9e512481
- </tr>
- </table>
- <br>
- <table class="content_body" width="640">
- <tr>
- <td width="100%" bgcolor="#eeeeee">
- If you are seeing this page, it means that the Domain has been successfully
- configured on the machine, but the files has not been uploaded yet.
- <br>
- <br>
- Please contact the adminstrator for the login information.<br></td>
- </tr>
- </table>
- </div>
- </td>
- <td width="50"> </td>
- </tr>
- </table>
- </body>
- </html>
|