/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html>
	<head>
		<title>Parser test</title>
		<script type="text/javascript" src="Parser_Test.js"></script>
	</head>
	<body onload="newbutton();">
		<table>
			<tr>
				<td valign="top">
					<div style="border:2px solid black;background-color:#fed;width:500;height:1200;">
						<div id="infobox" style="padding:4px;">
						</div>
					</div>
				</td>			
			</tr>
		</table>		
	</body>
</html>