test.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <base href="<%=basePath%>">
  5. <title>Demo CAS</title>
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta http-equiv="cache-control" content="no-cache">
  8. <meta http-equiv="expires" content="0">
  9. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  10. <meta http-equiv="description" content="CAS Demo">
  11. <!--
  12. <link rel="stylesheet" type="text/css" href="styles.css">
  13. -->
  14. <style type="text/css">
  15. body{
  16. margin: 0;
  17. margin-top: 0px;
  18. margin-left: auto;
  19. margin-right: auto;
  20. padding: 0 0 0 0px;
  21. font-size: 12px;
  22. text-align:center;
  23. float:center;
  24. font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
  25. }
  26. .container {
  27. width: 990px;
  28. margin-left: auto;
  29. margin-right: auto;
  30. padding: 0 10px
  31. }
  32. table.datatable {
  33. border: 1px solid #d8dcdf;
  34. border-collapse:collapse;
  35. border-spacing:0;
  36. width: 100%;
  37. }
  38. table.datatable th{
  39. border: 1px solid #d8dcdf;
  40. border-collapse:collapse;
  41. border-spacing:0;
  42. height: 40px;
  43. }
  44. table.datatable td{
  45. border: 1px solid #d8dcdf;
  46. border-collapse:collapse;
  47. border-spacing:0;
  48. height: 40px;
  49. }
  50. table.datatable td.title{
  51. text-align: center;
  52. font-size: 20px;
  53. font-weight: bold;
  54. }
  55. </style>
  56. </head>
  57. <body>
  58. <div class="container">
  59. <table class="datatable">
  60. <tr>
  61. <td colspan="2" class="title">CAS Demo for MaxKey Test</td>
  62. </tr>
  63. </table>
  64. </div>
  65. </body>
  66. </html>