Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / error / 404.html @ 11:a6a63c03e6e0

History | View | Annotate | Download (3.25 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>>AGROBANK Internet Banking Application Manager</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="ARGO BANK"><img src="../error/images/logo.jpg" alt="AGRO BANK" width="153" height="73" class="logo" /></a>
53
                                 <!-- <div class="header_copy">
54
                                        <h1>Welcome To <span>Agronet</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:1px dotted #555; background-color:#d60000;" 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
                                        <tr>
88
                                                <td style="background-color:#eee;font-size:13px;">
89
                                                        Please select link below to continue:
90
                                                        <ul>
91
                                                                <li><a href="http://www.agrobank.com.my" style="font-size:13px;">Home Page</a></li>
92
                                                        </ul>
93
                                                </td>
94
                                        </tr>
95
                                </table>        
96
                                <br/><br/><br/>
97
            </div>
98
            </div>
99
            <!-- footer -->
100
            <div id="footer">
101
                <div id="footer_wrap"> 
102
                                        <img class="footer_left" src="../error/images/footer_conner_left.jpg" width="10" height="40" /> 
103
                                        <span id="links"> 
104
                                        </span> 
105
                                        <span id="copyrights">
106
                                                Formerly known as Bank Pertanian Malaysia Berhad.
107
                                                Copyright &copy; AGROBANK 2011-2012. All Rights Reserved.
108
                                        </span> 
109
                                        <img class="footer_right" src="../error/images/footer_conner_right.jpg" width="10" height="40" />
110
                                </div>
111
            </div>
112
        </div>
113
    </div>
114
    <div id="footer_shadow">
115
    </div>
116
</div>
117
</body>
118
</html>