123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <base href="<%=basePath%>">
-
- <title>Demo CAS</title>
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache">
- <meta http-equiv="expires" content="0">
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="CAS Demo">
- <!--
- <link rel="stylesheet" type="text/css" href="styles.css">
- -->
- <style type="text/css">
- body{
- margin: 0;
- margin-top: 0px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 0 0 0px;
- font-size: 12px;
- text-align:center;
- float:center;
- font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
- }
- .container {
- width: 990px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 10px
- }
- table.datatable {
- border: 1px solid #d8dcdf;
- border-collapse:collapse;
- border-spacing:0;
- width: 100%;
- }
-
- table.datatable th{
- border: 1px solid #d8dcdf;
- border-collapse:collapse;
- border-spacing:0;
- height: 40px;
- }
-
-
- table.datatable td{
- border: 1px solid #d8dcdf;
- border-collapse:collapse;
- border-spacing:0;
- height: 40px;
- }
-
- table.datatable td.title{
- text-align: center;
- font-size: 20px;
- font-weight: bold;
- }
- </style>
- </head>
-
- <body>
- <div class="container">
- <table class="datatable">
- <tr>
- <td colspan="2" class="title">CAS Demo for MaxKey Test</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|