📄 others_free.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "../prcs_role.php" );
if ( !run_role( $RUN_ID, $PRCS_ID ) )
{
exit( );
}
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 language=\"javascript\" src=\"/inc/common.js\"></script>\r\n";
echo "<s";
echo "cript Language=\"JavaScript\">\r\nfunction SubmitForm(){\r\n IsTrue = CheckForm();\r\n if(IsTrue == true){\r\n document.form1.submit();\r\n }\r\n else {\r\n //do nothing\r\n }\r\n}\r\nfunction CheckForm()\r\n{\r\n if (document.form1.TO_ID.value==\"\")\r\n { alert(\"请指定当前步骤的代办人!\");\r\n return (false);\r\n }\r\n return (true);\r\n}\r\n\r\nfunction LoadWindow()\r\n{\r\n URL=\"/module/user_select_single\"";
echo ";\r\n loc_x=document.body.scrollLeft+event.clientX-event.offsetX-100;\r\n loc_y=document.body.scrollTop+event.clientY-event.offsetY+200; \r\n window.showModalDialog(URL,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:320px;dialogHeight:265px;dialogTop:\"+loc_y+\"px;dialogLeft:\"+loc_x+\"px\");\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n\r\n";
$connection = openconnection( );
$query = "SELECT * from FLOW_TYPE WHERE FLOW_ID={$FLOW_ID}";
$cursor1 = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor1 ) )
{
$FLOW_NAME = $ROW['FLOW_NAME'];
}
echo "\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"5\" align=\"center\" width=\"100%\">\r\n <tr class=\"tablehead1\">\r\n <td>\r\n ";
echo $FLOW_NAME;
echo " - 委托代办人</td>\r\n </tr>\r\n <tr class=\"tablehead2\">\r\n <td><img src=\"/images/button/submit.gif\" border=\"0\" onClick=\"SubmitForm()\" title=\"提交\" style=\"cursor:hand \"> <img src=\"/images/button/return.gif\" border=\"0\" accesskey=\"B\" title=\"返回\" onClick=\"history.back();\" style=\"cursor:hand \"></td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"5\" align=\"center\" width=\"100%\">\r\n<form action=";
echo "\"others_submit_free.php\" method=\"post\" name=\"form1\"> \r\n <tr class=\"TableLine1\">\r\n <td nowrap align=\"center\" colspan=\"2\"> </td>\r\n </tr>\r\n\r\n <tr class=\"TableLine1\">\r\n <td nowrap width=\"200\">第";
echo $PRCS_ID;
echo "步骤:(当前步骤)</td>\r\n <td nowrap>请指定当前步骤的代办人:<br>\r\n <input type=\"text\" name=\"TO_NAME\" size=\"10\" class=\"BigInput\" readonly> \r\n <input type=\"button\" value=\"指 定\" class=\"SmallButton\" onClick=\"LoadWindowUserSingle('TO_ID','TO_NAME','form1')\" title=\"指定代办人\" name=\"button\">\r\n <input type=\"hidden\" name=\"TO_ID\" value=\"\">\r\n <input type=\"hidden\" name=\"RU";
echo "N_ID\" value=\"";
echo $RUN_ID;
echo "\">\r\n <input type=\"hidden\" name=\"PRCS_ID\" value=\"";
echo $PRCS_ID;
echo "\">\r\n</td>\r\n </tr>\r\n\t</form>\r\n</table>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -