dwh/prm_trsry_tran.php

95 lines
3.7 KiB
PHP
Raw 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/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 onmousedown="getCoordinates(event)">
<!-- 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>
<div id="ADDDATAFORM" 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">ADD NEW DATA</th>
<th align="right"><img src="/images/close.gif" border="0" title="Close" onclick="javascript:ADDDATAFORM.style.display='none';"></th>
</tr>
</table>
</td></tr>
<form name="NEWDATAFORM">
<tr>
<td width="150">
<span id="ADDDATAFORMSPAN" 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_trsry_tran_plugin.php")?>
</span>
</div>
<?php include_once("footer.php"); ?>
<script language="VBScript" type="text/vbscript">
function modifyData(paramid)
call ajaxGetData(paramid)
showChangeForm()
end function
function newData()
ajaxNewData()
showAddForm()
end function
sub printData_onclick()
url = "./prm_print.php"
childWindow=window.showModalDialog(url,window,"dialogHeight: 470px; dialogWidth: 670px; dialogTop: px; dialogLeft: px; edge: Raised; center: Yes; resizable: no; status: no; scrolling:no")
end sub
</script>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="/js/prm_trsry_tran.js"></SCRIPT>
</body>
</html>