Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
<cfimport taglib="../.." prefix="ex">
<cfoutput>
<html>
<head>
    <title>#error.message#</title>
</head>
<body>
 
<table border="1" cellpadding="3" bordercolor="##000808" bgcolor="##e7e7e7">
    <tr>
        <td>
            <table cellpadding="0" cellspacing="0" border="0" width="500">
            <tr>
                <td id="tableProps2" align="left" valign="middle">
                    <h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana">
                    #error.message#
                    </h1>
                </td>
            </tr>
            <tr>
                <td id="tablePropsWidth" colspan="2">
                    <font style="COLOR: black; FONT: 8pt/11pt verdana">
                    #error.detail#
                    </font>
                </td>
            </tr>
            </table>
        </td>
    </tr>
</table>
 
</body>
</html>
 
</cfoutput>