⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 detail_plan.php

📁 通达OA官方提供的30源代码,感觉很实在
💻 PHP
字号:
<?
include_once("inc/auth.php");
include_once("inc/utility_all.php");
?>

<html>
<head>
<title>计划任务清单</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script src="/inc/js/module.js"></script>
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
 <tr>
  <td class="Big"><img src="/images/menu/work_plan.gif" width="22" height="18" align="absMiddle"><span class="big3"> 计划任务清单 </span>
  </td>
 </tr>
</table>	
<?
$query = "SELECT * from WORK_PLAN where PLAN_ID='$PLAN_ID'";
$cursor= exequery($connection,$query);
if($ROW=mysql_fetch_array($cursor))
{
  $CREATOR=$ROW["CREATOR"];  
  $MANAGER=$ROW["MANAGER"]; 
  $CREATOR=$ROW["CREATOR"];  
  $MANAGER=$ROW["MANAGER"];   
  $CREATOR=$ROW["CREATOR"];  
  $MANAGER=$ROW["MANAGER"];   
  $CREATOR=$ROW["CREATOR"];  
  $MANAGER=$ROW["MANAGER"];    
}
?>

	
</body>
</html>	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -