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

60 lines
2.7 KiB
PHP

<?php include_once("session_checker.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>
<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>
<!-- Main Page Container -->
<div class="page-container">
<div id="CHANGEDATAFORM" style="display:none;background-color:#efefef">
<table cellpadding="2" cellspacing="1" style="border: 1 dotted #808080;border-collapse:collapse">
<tr><td>
<table width="100%" cellpadding="2" cellspacing="0" border="0" style="border-bottom: 1 groove #808080">
<tr style="background-color:#ff0000">
<th class="smallwhitetext">MODIFY DATA</th>
<th align="right"><img src="/images/close.gif" border="0" title="Close" onclick="javascript:CHANGEDATAFORM.style.display='none';"></th>
</tr>
</table>
</td></tr>
<form name="DATAFORM">
<tr>
<td width="150">
<span id="DATAFORMSPAN" class="font12" style="padding:12px;" align="justify"></span>
</td>
</tr>
</form>
</table>
</div>
<!-- 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">
<?php include_once("prm_system_view_plugin.php")?>
</span>
</div>
<?php include_once("footer.php"); ?>
<script language="VBScript" type="text/vbscript">
function modifyData(paramid, last_update)
call ajaxGetData(paramid, last_update)
showChangeForm()
end function
</script>
</body>
</html>