1<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<!--
6
7
8
9
10
11-->
12
13<!--
14
15-->
16
17<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
18 <head>
19 <script type='text/javascript'>
20 <!--
21 window.focus();
22 -->
23 </script>
24 <title><?lua pv('title')?></title>
25 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
26 <style type="text/css">
27 <?lmx-include context.css ?>
28 </style>
29 </head>
30 <body>
31 <div id="top"><div id="top-one"><div id="top-two">
32 <?lua pv('title')?>
33 </div></div></div>
34 <div id="left"><div id="left-one"><div id="left-two">
35 <!-- -->
36 </div></div></div>
37 <div id="right"><div id="right-safari"><div id="right-one"><div id="right-two"><div id="right-three"><div id="right-four"><div id="right-five">
38 <!-- -->
39 </div></div></div></div></div></div></div>
40 <div id="main"><div id="main-settings">
41 <?lua pv('graphics')?>
42 </div></div>
43 <div id="bottom"><div id="bottom-one"><div id="bottom-two">
44 <small>
45 <br/> <br/>
46 <?lua pv('parametersmenu')?>
47 <br/>
48 <?lua pv('nodesmenu')?>
49 </small>
50 </div></div></div>
51 </body>
52</html>
53 |