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

37 lines
1.8 KiB
PHP

<?php
include_once("session_checker.php");
include_once 'script_auth.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<script language="javascript" type="text/JavaScript" src="/js/script_incl_js.js"></script>
<script language="javascript" type="text/JavaScript" src="/js/md5.js"></script>
<script type="text/javascript" src="/js/ajax.js"></script>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="/js/incl.js"></SCRIPT>
<script type="text/javascript" src="/js/dhtmlgoodies_calendar.js?random=20071008"></script>
<link type="text/css" rel="stylesheet" href="/css/dhtmlgoodies_calendar.css?random=20071008" media="screen"></link>
<title>Data Warehouse</title>
</head>
<!-- Global IE fix to avoid layout crash when single word size wider than column width -->
<!--[if IE]><style type="text/css"> body {word-wrap: break-word;}</style><![endif]-->
<body onload="javascript:ajaxGetForm();">
<!-- Main Page Container -->
<!-- headers START here -->
<?php include_once("header.php"); ?>
<!-- end header -->
<div id="content" align="center">
<?php include_once("navigation.php"); ?>
<div id="contenttext">
<?php include_once("group_header.php"); ?>
<span id="parameterlist" style="display:none"></span>
<span id="dataExtStaging" style="display:none"></span>
</div>
<?php include_once("footer.php"); ?>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="/js/posting_treasury.js"></SCRIPT>
</body>
</html>