Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / error / 500.html @ 148:06abc22d669c

History | View | Annotate | Download (3.07 KB)

1 0:ea666cc7880e hadi
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html lang="en">
3
<head>
4
5 18:f6f916c1b907 cheeonn
    <title>Maybank Support Syste</title>
6 0:ea666cc7880e hadi
    <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
7
8
<link rel="stylesheet" type="text/css" media="screen" href="../css/main.css"/>
9
10
<style type="text/css">
11
div.overlay {
12
    width: 100%;
13
    position:absolute;
14
    background-color: transparent ;
15
    z-index:100;
16
}
17
18
div.overlayBox
19
{
20
    position:fixed;
21
    z-index:99;
22
    visibility:hidden;
23
    width:400px;
24
}
25
26
div.overlayBox p
27
{
28
    text-align: center;
29
    padding: 20px;
30
    font-size: 18px;
31
}
32
33
</style>
34
35
<!--[if lte IE 6]>
36
<style type="text/css">
37
div.overlayBox {
38
    position: absolute;
39
}
40
</style>
41
<![endif]-->
42
43
</head>
44
45
<body class="main" oncontextmenu="return false;" onload="hideOverlay();" onpageshow="hideOverlay();">
46
<div id="background_gradient">
47
    <div id="container">
48
        <div id="wrap">
49
            <!-- header -->
50
            <div id="header">
51
                                <div id="topimg">
52 18:f6f916c1b907 cheeonn
                                        <a title="UPASS Support System"><img src="../error/images/logow.gif" alt="UPASS MSS" width="300" height="71" class="logo" /></a>
53 0:ea666cc7880e hadi
                                 <!-- <div class="header_copy">
54 18:f6f916c1b907 cheeonn
                                        <h1>Welcome To <span>Maybank Support System</span></h1>
55 0:ea666cc7880e hadi
                                  </div> -->
56
                                </div>
57
            </div>
58
59
            <div id="overlay" class="overlay">
60
                <div id="overlayBox" class="overlayBox">
61
                    <p><img src="../error/images/loading.gif"/></p>
62
                </div>
63
                <table id="div_table" onclick="promptMessage()">
64
                                        <tr>
65
                                                <td id="div_td" align="center" valign="middle">
66
                                                </td>
67
                                        </tr>
68
                </table>
69
            </div>
70
71
            <!-- content -->
72
            <div id="content">
73
                                <table width="500" align="center">
74
                                        <tr><td>&nbsp;</td></tr>
75
                                        <tr>
76
                                                <td><h1 style="color:#aaa;"><strong>SYSTEM UNAVAILABLE</strong></h1></td>
77
                                        </tr>
78
                                        <tr>
79
                                                <td>
80 18:f6f916c1b907 cheeonn
                                                        <h3 style="color:#555;">Dear customers, we are experiencing some technical difficulties on the website.  We are working to rectify the problem the soonest possible.  We apologise for the inconvenience.  You may contact our call centre at: 1300 88 6688 or +603 7844 3696 for any banking related queries. </h3>
81 0:ea666cc7880e hadi
                                                </td>
82
                                        </tr>
83
                                        <tr><td>&nbsp;</td></tr>
84
                                        <tr><td>&nbsp;</td></tr>
85
                                </table>
86
                                <br/>
87
            </div>
88
            </div>
89
            <!-- footer -->
90 18:f6f916c1b907 cheeonn
            <!-- <div id="footer">
91 0:ea666cc7880e hadi
                <div id="footer_wrap">
92
                                        <img class="footer_left" src="../error/images/footer_conner_left.jpg" width="10" height="40" />
93
                                        <span id="links">
94
                                        </span>
95
                                        <span id="copyrights">
96
                                                Formerly known as Bank Pertanian Malaysia Berhad.
97 18:f6f916c1b907 cheeonn
                                                Copyright &copy; Maybank BII. All Rights Reserved.
98 0:ea666cc7880e hadi
                                        </span>
99
                                        <img class="footer_right" src="../error/images/footer_conner_right.jpg" width="10" height="40" />
100
                                </div>
101 18:f6f916c1b907 cheeonn
            </div> -->
102 0:ea666cc7880e hadi
        </div>
103
    </div>
104
    <div id="footer_shadow">
105
    </div>
106
</div>
107
</body>
108
</html>