summaryrefslogtreecommitdiff
path: root/tex/context/base/context-error.lmx
blob: 075c43073ad2e31b12f3605b2078f30d144baeae (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!--
    -- filename : comm-err.xml
    -- comment  : companion to comm-xml.tex
    -- author   : Hans Hagen, PRAGMA-ADE, Hasselt NL
    -- copyright: PRAGMA ADE / ConTeXt Development Team
    -- license  : see context related readme files

-->

<html>
    <title><?lua pv('title')?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
        <!--
            <?lmx-include context.css ?>
        -->
    </style>
    <script language="JavaScript">
        <!--
            window.focus();
            parent.close();
        -->
    </script>
    <body>
        <div id="top"><div id="top-one"><div id="top-two">
            <?lua pv('title')?>
        </div></div></div>
        <div id="left"><div id="left-one"><div id="left-two">
            <!-- empty -->
        </div></div></div>
        <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">
            <!-- empty -->
            <br/>
                <a href="<?lua pv('filename')?>">edit</a>
            <br/>
        </div></div></div></div></div></div></div>
        <div id="main"><div id="main-settings">
            <table>
                <tr><td>Error</td><td>&nbsp;&nbsp;&nbsp;<?lua tv('errormessage')?></td></tr>
                <tr><td>File </td><td>&nbsp;&nbsp;&nbsp;<?lua tv('filename')    ?></td></tr>
                <tr><td>Line </td><td>&nbsp;&nbsp;&nbsp;<?lua tv('linenumber')  ?></td></tr>
            </table>
            </br>
            <pre>
            <?lua pv('errorcontext')?>
            </pre>
        </div></div>
        <div id="bottom"><div id="bottom-one"><div id="bottom-two">
            Job Name: <?lua p(environment.jobname) ?> &nbsp;&nbsp;&nbsp;
            ConTeXt Version: <?lua p(environment.version) ?> &nbsp;&nbsp;&nbsp;
            Real Page: <?lua p(trace.cs('c:realpageno')) ?> &nbsp;&nbsp;&nbsp;
            Page: <?lua p(trace.cs('c:pageno')) ?> &nbsp;&nbsp;&nbsp;
        </div></div></div>
    </body>
</html>