dwh/audit_trail.php

58 lines
2.8 KiB
PHP
Raw Permalink Normal View History

2023-10-02 10:26:17 +00:00
<?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/dhtmlgoodies_calendar.js?random=20071008"></script>
<link type="text/css" rel="stylesheet" href="/css/dhtmlgoodies_calendar.css?random=20071008" media="screen"></link>
<script type="text/javascript" src="/js/ajax.js"></script>
<script language="javascript" type="text/JavaScript" src="/js/incl.js"></script>
2024-01-12 08:25:44 +00:00
<title>Data Warehouse</title>
2023-10-02 10:26:17 +00:00
</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>
<!-- 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="reporttext">
<?php include_once("group_header.php"); ?>
<span id="parameterlist">
<?php include_once("audit_trail_plugin.php")?>
</span>
<span id="message" style="display:none" class="font12RedBlink">Processing...Please Wait !</span>
<span id="report_out" style="display:none"></span>
<span id="rep_navigasi" style="display:none">
<tr><td><input type="hidden" name="CURR_PAGE" dbname="CURR_PAGE" value="1" class=font9B></td></tr>
</span>
<span id="report_button" style="display:none">
<tr>
<td align=right>
<button id="BACK_BTN" name="back" onclick="javascript:return cancel_report();">
<img src="images/button_cross_icon.gif" width="12" height="12">
<span class="font10">&nbsp;Back</span>
</button>
<button id="PRINT_BTN" name="print" onclick="javascript:return print_report();">
<img src="images/icon_printer.gif" width="12" height="12">
<span class="font10">&nbsp;Print</span>
</button>
</td>
</tr>
</span>
</div>
<?php include_once("footer.php"); ?>
<script language="javascript" type="text/JavaScript" src="/js/audit_trail.js"></script>
</body>
</html>