dwh/template/template_session_expired.php
Daeng Deni Mardaeni 5321a5434b first commit
2023-10-02 17:26:17 +07:00

66 lines
2.8 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>MIS :: Session Expired</title>
</head>
<body>
<style>
body {background: #AAA;}
.wrapper {width: 535px; background: #fff; margin: 0px auto; margin-top: 1em; border: 8px solid #fff;overflow: hidden;}
#login {width: 535px;padding: 0px 15px 0 15px; background: transparent url('../images/logo-yellow-big.gif') 25px 20px no-repeat; font: normal .8em Arial; overflow: hidden;;}
#buttonLogin { margin:24px 0 0 8px;padding:0 15px 0 15px; color:#FFF; font: bold .9em Arial; background-color:#666; border: 1px solid; border-color: #696 #363 #363 #696; }
.login-form {margin: 0; padding: 0; text-align: left; float: right; width: 325px; height:185px;}
.login-form-box {margin: 0 0 0 0 0;border: 2px solid #fff;background: #ccc;padding: 30px 20px 0px 10px;height:160px}
.login-text {margin: 100px 0 0 10px;padding: 10px 0 0 0;text-align: left;font-size: .85em;color: #666;float: left;width: 160px;}
.inputlabel {font-weight: bold;text-align: left;padding: 0 5px 0 10px;color:#555}
.inputbox {width: 165px;margin: 5px 0 0 20px;border: 1px solid #ccc;font: normal .85em Verdana;padding: 5px;}
.clr {font-size: .1em;height: 1px;clear: both;}
.cright {font: normal .7em Tahoma;margin: 0 auto; margin-top: 1em; width:535px;padding-left:40px;color:#555}
.msg {font: normal .6em Tahoma, Arial;color: red;padding: 6px 0 3px 0;text-align: center;}
.msg p {padding: 0;margin: 0;}
#footer {
ont: normal .7em Tahoma;
text-align: center;
margin: 10px 0 10px 0;
color: #555;
line-height: 14px;
font: 11px Arial, Tahoma, Verdana, "Trebuchet MS";
}
</style>
<div class="wrapper">
<div id="login">
<div class="login-text">
<p>Use a valid user id and password to gain access to the administration console.</p>
</div>
<div class="login-form">
<div class="login-form-box">
<div style="padding-top:25px">
<div>
Your session has expired please <a href="/index.php">login</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--?include "copyright.php"?-->
<!--div class="wrapper">
<div id="login">
<div class="login-text">
<p>Use a valid user id and password to gain access to the administration console.</p>
</div>
<div class="login-form">
<form>
<div style="padding-top:25px" class="inputlabel">
Your session has expired please <a href="/login.php">login</a>
</div>
</form>
</div>
</div>
</div>
<div class="cright">WEB Statement &copy;2009, Bank Artha Graha Internasional Tbk.</div-->
</body>
</html>