1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
---|
2 | <html lang="en">
|
---|
3 | <head>
|
---|
4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
---|
5 | <meta http-equiv="content-language" content="en" />
|
---|
6 | <meta name="language" content="en" />
|
---|
7 | <link href="htdocs/css/common.css" rel="stylesheet" type="text/css" media="screen" />
|
---|
8 | <link href="htdocs/css/tooltip.css" rel="stylesheet" type="text/css" media="screen" />
|
---|
9 | <title>@@PAGE_TITLE@@</title>
|
---|
10 | </head>
|
---|
11 |
|
---|
12 | <body scroll="no">
|
---|
13 | <div id="tooltip" class="tooltip-main">
|
---|
14 | <div id="tooltip-inner">
|
---|
15 | @@PAGE_BODY@@
|
---|
16 | </div>
|
---|
17 | </div>
|
---|
18 | </body>
|
---|
19 | </html>
|
---|
20 |
|
---|