-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvlevs.html
37 lines (34 loc) · 946 Bytes
/
vlevs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>NWP hybrid levels</title>
<link rel="stylesheet" type="text/css" href="include/dhtmlx4/codebase/dhtmlx.css">
<script type="text/javascript" src="include/dhtmlx4/codebase/dhtmlx.js"></script>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
background-color: #EBEBEB;
}
</style>
<script type="text/javascript" src="vlevs_main.js"></script>
</head>
<body onload="buildInterface()">
<div id="cella" width="100%">
<table style="width:100%">
<tr>
<table style="width:100%">
<tr>
<td><img id="accord" src="include/accord_finish.ai.png" height="64"></td>
<td><b> Design A, B</b></td>
</table>
<tr>
<td><div id="form"></div></td>
</table>
</div>
<div id="chartholder" style="width: 100%, height: 100%"></div>
</body>
</html>