Project

General

Profile

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
	<head>
4
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
		<title>Flash test</title>
6
		<link rel="stylesheet" type="text/css" href="save.css" />
7
		<script type="text/javascript" src="../../js/EnhancedPublications/EnhancedPublications.js"></script>
8
		<script type="text/javascript" src="save.js"></script>
9
	</head>
10
	<body onload="init();">
11
		<table>
12
			<thead>
13
				<tr>
14
					<th>id</th>
15
					<th>Type</th>
16
					<th>Label</th>
17
					<th>Image</th>
18
					<th>Tooltip</th>
19
					<th>URL</th>
20
				</tr>
21
			</thead>
22
			<tbody id="nodes"></tbody>
23
		</table>
24
		<table>
25
			<thead>
26
				<tr>
27
					<th>From</th>
28
					<th>To</th>
29
					<th>Type</th>
30
					<th>Label</th>
31
				</tr>
32
			</thead>
33
			<tbody id="edges"></tbody>
34
		</table>
35
	</body>
36
</html>
37

    
(4-4/5)