📄 detail_plan.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 + -