Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / error / 404.html @ 81:22e57c1be088

History | View | Annotate | Download (2.46 KB)

1
<!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
    <title>>Maybank Support System</title>
6
    <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
                                        <a title="UPASS Support System"><img src="../error/images/logow.gif" alt="UPASS MSS" width="300" height="71" class="logo" /></a>
53
                                 <!-- <div class="header_copy">
54
                                        <h1>Welcome To <span>Maybank Support System</span></h1>
55
                                  </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="600" align="center" cellspacing="10" cellpadding="10">
74
                                        <tr>
75
                                                <td></td>
76
                                        </tr>
77
                                        <tr>
78
                                                <td style="border:0px dotted #555; background-color:#fc0;" align="center">
79
                                                        <strong style="font-size:15px;color:#fff;font-family:Arial,Verdana,Tahoma,sans-serif;">404</strong>
80
                                                </td>
81
                                        </tr>
82
                                        <tr>
83
                                                <td style="font-family:Arial,Verdana,Tahoma,sans-serif;font-size:13px;">
84
                                                        Sorry, the requested page could not be found!.
85
                                                </td>
86
                                        </tr>
87
                                </table>        
88
                                <br/><br/><br/>
89
            </div>
90
            </div>
91
         </div>
92
    </div>
93
    <div id="footer_shadow">
94
    </div>
95
</div>
96
</body>
97
</html>