<?php

require_once 'lib.inc.php';
$sessionkey = returnSessKey();
$GLOBAL_SESSION = returnsession();
$buyman = $_SESSION['SUNSHINE_USER_NAME'];
$tabledate = date("Y-m-d");
?>




<link rel="stylesheet" type="text/css" href="<?php 
echo ROOT_DIR;
?>
theme/3/style.css">



<div style="position:absolute;width:322;height:14;border:1 #707888 solid;overflow:hidden" id="pinghead">
	<div style="position:absolute;top:-1;left:0" id="pimg">
	</div>
</div>
<center>
<div  style="position:absolute;top:30;left:120;font-size:9pt;color:#f4f4f4" id="abc">
正在从服务器读取数据,请稍等........
</div>
</center>
<script>
s=new Array();
s[0]="#050626";
Exemple #2
0
<?php

global $HTTP_SESSION_VARS;
include '../adodb/adodb.inc.php';
include '../adodb/adodb-session.php';
adodb_sess_open(false, false, false);
session_start();
$key = returnSessKey();
$sndg_community = $HTTP_SESSION_VARS[sndg_community];
$sess_val = adodb_sess_read($key);
if (!session_is_registered("sndg_community")) {
    echo "<META HTTP-EQUIV=REFRESH CONTENT='0;URL=error/notlogin.php'>";
}
require_once '../config.inc.php';
require_once './driver_database.php';
require_once '../database/user.php';
require_once '../lang/framework_html.php';
$choose_lang = getuser_lang($sndg_community);
global $framework_html;
page_css("ϵͳµ¯³ö´°¿Ú");
?>
<script language=javascript>
var parent_window = window.dialogArguments;
function check_form()
{
    var date_time=parent_window.form1.END_DATE.value;
    var cur_time=form1.hour.value+":"+form1.minite.value+":"+form1.second.value;
    parent_window.form1.END_DATE.value+=" "+cur_time;
    window.close();
}
</script>