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

📄 control.php

📁 极限网络智能办公系统 - Office Automation 2008 官方100% 源码
💻 PHP
字号:
<?php
 

include_once( "inc/auth.php" );
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<script Language=\"JavaScript\">\r\nfunction copy_main()\r\n{\r\n  parent.set_main.document.execCommand('selectall');\r\n  parent.set_main.document.execCommand('copy');\r\n  alert(\"流程图已复制到剪贴板!\");\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"TableHeader\" topmargin=\"1\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"big\">\r\n<tr>\r\n<td>\r\n<b>设计视图:</b>\r\n<input type=\"button\" value=\"图形视图\" class=\"BigButton\" onclick=\"parent.set_main.location='view_graph?FLOW_ID=";
echo $FLOW_ID;
echo "'\">&nbsp;&nbsp;\r\n<input type=\"button\" value=\"列表视图\" class=\"BigButton\" onclick=\"parent.set_main.location='view_list?FLOW_ID=";
echo $FLOW_ID;
echo "'\">\r\n</td>\r\n<td align=right>\r\n\t <input type=\"button\" value=\"刷新\" class=\"BigButton\" onclick=\"parent.set_main.location.reload();\">&nbsp;&nbsp;\r\n   <input type=\"button\" value=\"打印\" class=\"BigButton\" onclick=\"parent.set_main.document.execCommand('Print');\" title=\"直接打印流程页面\">&nbsp;&nbsp;\r\n   <input type=\"button\" value=\"复制\" class=\"BigButton\" onclick=\"copy_main();\" title=\"复制至剪贴版,可粘贴至Word\">&nbsp;&nbsp;\r\n   <input type=\"button\" value=\"关闭\" class=\"BigButton\" onclick=\"parent.close();\">\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

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