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

📄 control.php

📁 极限网络智能办公系统—MYOA26—100%—源程序。
💻 PHP
字号:
<?php

include_once( "inc/auth.php" );
$query = "SELECT * from FLOW_RUN_PRCS WHERE RUN_ID={$RUN_ID} AND PRCS_ID={$PRCS_ID} AND USER_ID='{$LOGIN_USER_ID}'";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$OP_FLAG = $ROW['OP_FLAG'];
}
echo "\r\n<html>\r\n<head>\r\n<title>工作办理</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n";
echo "<s";
echo "cript Language=\"JavaScript\">\r\nfunction copy_form()\r\n{\r\n  parent.form_view.document.execCommand('selectall');\r\n  parent.form_view.document.execCommand('copy');\r\n  alert(\"表单全文已复制到剪贴板!\");\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"7\">\r\n<center>\r\n";
if ( $OP_FLAG )
{
	echo "   <input type=\"button\" value=\"保存表单\" class=\"BigButton\" name=\"submit\" onclick=\"parent.form_view.CheckForm();\" title=\"保存表单\">&nbsp;&nbsp;&nbsp;&nbsp;\r\n";
}
echo "   <input type=\"button\" value=\"打印表单\" class=\"BigButton\" onclick=\"parent.form_view.document.execCommand('Print');\" title=\"直接打印表单页面\">&nbsp;&nbsp;&nbsp;&nbsp;\r\n   <input type=\"button\" value=\"复制全文\" class=\"BigButton\" onclick=\"copy_form();\" title=\"复制全文至剪贴版,可粘贴至word并调整格式打印(先打开word再复制)\">&nbsp;&nbsp;&nbsp;&nbsp;\r\n   <input type=\"button\" value=\"返回\" class=\"BigButton\"";
echo " onClick=\"parent.location='../work_list.php';\" title=\"返回\">\r\n</center>\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

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