context-timing.lmx /size: 1721 b    last modification: 2020-07-01 14:35
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    filename : context-timing.xml
7    comment  : companion to mtx-timing.tex
8    author   : Hans Hagen, PRAGMA-ADE, Hasselt NL
9    copyright: PRAGMA ADE / ConTeXt Development Team
10    license  : see context related readme files
11-->
12
13<!--
14    beware: xhtml, so no comment around css
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            <!-- empty -->
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            <!-- empty -->
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