📄 query.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
include_once( "inc/utility_html.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";
echo "<s";
echo "cript>\r\nfunction td_calendar(fieldname)\r\n{\r\n myleft=document.body.scrollLeft+event.clientX-event.offsetX-80;\r\n mytop=document.body.scrollTop+event.clientY-event.offsetY+140;\r\n\r\n window.showModalDialog(\"/inc/calendar.php?FIELDNAME=\"+fieldname,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:280px;dialogHeight:205px;dialogTop:\"+mytop+\"px;dialogLeft:\"+myleft+\"px\");\r\n}\r\n\r\nfunction";
echo " my_submit1()\r\n{\r\n document.form1.action=\"search.php\";\r\n document.form1.target=\"_self\";\r\n document.form1.submit();\r\n}\r\n\r\nfunction my_submit2()\r\n{\r\n document.form1.SUM_FLD.value=\"\";\r\n for (i=0; i<document.form1.SUM_FLD_LIST.options.length; i++)\r\n {\r\n if(document.form1.SUM_FLD_LIST.options(i).selected)\r\n {\r\n option_value=document.form1.SUM_FLD_LIST.options(i).value;\r\n documen";
echo "t.form1.SUM_FLD.value+=option_value+\",\";\r\n }\r\n }//for\r\n\r\n document.form1.action=\"html_report.php\";\r\n document.form1.target=\"_blank\";\r\n document.form1.submit();\r\n}\r\n\r\nfunction select_all(flag)\r\n{\r\n for (i=0; i<document.form1.SUM_FLD_LIST.options.length; i++)\r\n {\r\n document.form1.SUM_FLD_LIST.options(i).selected=flag;\r\n }//for\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">";
echo "\r\n\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n <tr>\r\n <td class=\"Big\"><img src=\"/images/green_arrow.gif\" align=\"absmiddle\">";
echo "<s";
echo "pan class=\"big3\"> 工作流查询 - 请指定查询条件</span><br>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<br>\r\n<table border=\"0\" width=\"500\" cellpadding=\"3\" cellspacing=\"1\" align=\"center\" bgcolor=\"#000000\" class=\"small\">\r\n <form action=\"search.php\" method=\"post\" name=\"form1\">\r\n <tr>\r\n <td nowrap class=\"TableHeader\" colspan=\"3\"><b> 工作流程基本信息</b></td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableContent\"><b>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -