index.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <html>
  2. <head>
  3. <<<<<<< HEAD
  4. <title>Kloxo-MR : Default Page for newerp.daboryhost.com</title>
  5. =======
  6. <title>KloxoNG : Default Page for solution.dabory.com</title>
  7. >>>>>>> 6b84ce84b666ed214c1f13b31200465c9e512481
  8. </head>
  9. <style>
  10. body {
  11. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  12. font-size: 8pt;
  13. font-weight: 100;
  14. background-image:url('./images/abstract.jpg');
  15. background-color:#ccc;
  16. margin: 0;
  17. }
  18. a {
  19. text-decoration: none;
  20. }
  21. img {
  22. border: 0;
  23. }
  24. img.logo {
  25. margin: 5px;
  26. padding: 0;
  27. }
  28. table.header {
  29. border-collapse: collapse;
  30. border-spacing: 0;
  31. width: 100%;
  32. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  33. font-size: 8pt;
  34. font-weight: 100;
  35. }
  36. table.content {
  37. border-collapse: collapse;
  38. border-spacing: 0;
  39. width: 100%;
  40. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  41. font-size: 8pt;
  42. font-weight: 100%;
  43. }
  44. table.content_body td {
  45. border-collapse: collapse;
  46. border: 1px dashed #ccc;
  47. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  48. font-size: 10pt;
  49. color: #444;
  50. padding:10px;
  51. spacing:0;
  52. }
  53. table.content_title td {
  54. border-collapse: collapse;
  55. border: 0;
  56. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  57. font-size: 12pt;
  58. color: #369;
  59. }
  60. </style>
  61. <body>
  62. <table class="header">
  63. <tr>
  64. <td valign="top" width="100%"><img style="margin:5px; padding:5px; height:50px" class="logo" src="./images/logo.png" alt="hosting-logo"></td>
  65. <td>
  66. <table class="content">
  67. <tr>
  68. <<<<<<< HEAD
  69. <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>
  70. =======
  71. <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>
  72. >>>>>>> 6b84ce84b666ed214c1f13b31200465c9e512481
  73. </tr>
  74. </table>
  75. </td>
  76. </tr>
  77. </table>
  78. <table class="content">
  79. <tr>
  80. <td width="50">&nbsp;</td>
  81. <td valign="middle" width="100%">
  82. <div align="center">
  83. <table class="content_title" width="640">
  84. <tr>
  85. <td><br>
  86. <br>
  87. <<<<<<< HEAD
  88. <b>Kloxo-MR Default Page for newerp.daboryhost.com</b> </td>
  89. =======
  90. <b>Kloxo Next Generation Default Page for solution.dabory.com</b> </td>
  91. >>>>>>> 6b84ce84b666ed214c1f13b31200465c9e512481
  92. </tr>
  93. </table>
  94. <br>
  95. <table class="content_body" width="640">
  96. <tr>
  97. <td width="100%" bgcolor="#eeeeee">
  98. If you are seeing this page, it means that the Domain has been successfully
  99. configured on the machine, but the files has not been uploaded yet.
  100. <br>
  101. <br>
  102. Please contact the adminstrator for the login information.<br></td>
  103. </tr>
  104. </table>
  105. </div>
  106. </td>
  107. <td width="50">&nbsp;</td>
  108. </tr>
  109. </table>
  110. </body>
  111. </html>