Ejemplo n.º 1
0
<?php

require_once "../../include/session.class.php";
require_once "syst_mangeritem.class.php";
$mangeritem = new mangeritem();
$mangeritem->item_manger();
?>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php 
echo $title;
?>
</title>
<link href="../css/stat.css" type=text/css rel=stylesheet />

<script language="JavaScript">
function delok(){
	if(confirm('你确定要删除此项目')){
		return true;
	}
	else{
		return false;
	}
}
</script>



Ejemplo n.º 2
0
<?php

require_once "../../include/session.class.php";
require_once "syst_mangeruser.class.php";
require_once "syst_mangeritem.class.php";
$mangeritem = new mangeritem();
$mangeruser = new mangeruser();
$row = $mangeruser->showUserList();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php 
echo $title;
?>
</title>
</head>
<script language="JavaScript">
function delok(){
	if(confirm('你确定要删除部门操作员吗?')){
		return true;
	}
	else{
		return false;
	}
}
</script>
<link href="../css/stat.css" type=text/css rel=stylesheet />
<body>