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

📄 index.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 PHP
字号:
<?php

include_once( "inc/auth.php" );
$SORT_ID = $_REQUEST['SORT_ID'];
if ( $SORT_ID != 0 )
{
	$query = "\r\n\t\tSELECT SORT_NAME FROM file_sort \r\n\t\t\tWHERE SORT_ID = {$SORT_ID}\r\n\t\t";
	$cs = exequery( $connection, $query );
	$ROW = mysql_fetch_array( $cs );
	$SORT_NAME = $ROW['SORT_NAME'];
}
else
{
	$SORT_NAME = "";
}
echo "\r\n\r\n<html>\r\n<head>\r\n";
echo "<s";
echo "tyle>\r\n.tdstyle{\r\n\tborder-bottom-width: 1px;\r\n\tborder-bottom-color: #CCCCFF;\r\n}\r\n.linktextOp{\r\n\tborder-bottom: 1px double #0033CC;\r\n\tcolor:#0033CC;\r\n\tcursor:hand; \r\n\t}\r\n.linkdivOp{\r\n\tcolor:#0033CC;\r\n\tcursor:hand; \r\n\t}\r\n</style>\r\n";
echo "<S";
echo "CRIPT language=javascript src=\"/inc/document_new.js\"></SCRIPT>\r\n";
echo "<S";
echo "CRIPT language=javascript src=\"/inc/common.js\"></SCRIPT>\r\n";
echo "<S";
echo "CRIPT language=javascript src=\"/inc/follow.js\"></SCRIPT>\r\n";
echo "<S";
echo "CRIPT language=javascript src=\"/inc/prototype.js\"></SCRIPT>\r\n";
echo "<s";
echo "cript>\r\nfunction sendChangeData(change_file,go_file){\r\n\tvar url = \"save_file_change.php\";\r\n\tvar par = \"change_file=\"+change_file+\"&go_file=\"+go_file+\"&do_what=file\";\r\n\tqueryString = par;\r\n\tnew Ajax.Request\r\n\t(\r\n\t\turl,\r\n\t\t{\r\n\t\t\tmethod: \"post\",\t\r\n\t\t\tonSuccess : function(resp)\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t//alert(resp.responseText);\r\n\t\t\t\t\t\t\t//objDivID.innerHTML = resp.responseText;\r\n\t\t\t\t\t\t\t//alert(objDivID.src);";
echo "\r\n\t\t\t\t\t\t\talert('转移成功!');\r\n\t\t\t\t\t\t\t//delay(1); \r\n\t\t\t\t\t\t\twindow.parent.file_tree.location.href=\"purview_left.php\";\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t},\r\n\t\t\tonFailure : function()\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\talert(url);\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t},\r\n\t\t\tparameters : queryString\r\n\t\t}\r\n\t);\r\n\r\n}\r\nfunction sendChangeFile(){\r\n\tvar change_file = document.getElementById('fileid_id').value;\r\n\tvar go_file = document.getElementById('fileid_id_1'";
echo ").value;\r\n\t//alert(chang_file);\r\n\tif(change_file==go_file){\r\n\t\talert('您选择的文件夹相同,不能转移!') ;\r\n\t\treturn false;\r\n\t\t}\r\n\tif(change_file==0){\r\n\t\talert('根目录不能转移!') ;\r\n\t\treturn false;\r\n\t}\r\n\tsendChangeData(change_file,go_file);\r\n\t\r\n}\r\n</script>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n</head>\r\n<body class=\"bodycolor\"  topmargin=\"5\" >\r\n <table border=\"0\" width";
echo "=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n <tr class=\"tablehead1\">\r\n    <td >\r\n\t<img src=\"/images/menu/work_plan.gif\" align=\"absmiddle\">文件夹转移\r\n\t</td>\r\n  </tr>\r\n  <tr>\r\n    <td class=\"tablehead2\">\r\n   <!--  <input type=\"image\" src=\"/images/button/submit.gif\" title=\"确定\"> -->\r\n\t<BUTTON class=\"btn\" onClick=\"sendChangeFile();\" title=\"确定\"><table><tr valign=\"top\" ><td><img src=\"/images/littlegif/b_u.gif\" alig";
echo "n=\"center\"></td> <td>";
echo "<s";
echo "pan id=\"showallid\">确定</span></td></tr></table></BUTTON>\r\n\t<BUTTON class=\"btn\" onClick=\"history.back();\" title=\"返回\"><table><tr valign=\"top\" ><td><img src=\"/images/littlegif/b_u.gif\" align=\"center\"></td> <td>";
echo "<s";
echo "pan id=\"showallid\">返回</span></td></tr></table></BUTTON>\r\n    <!--  <a href=\"../filelist.php?FILE_SORT=";
echo $FILE_SORT;
echo "&SORT_ID=";
echo $SORT_ID;
echo "&refreshno=";
echo $_REQUEST['refreshno'];
echo "\"><img src=\"/images/button/return.gif\" border=\"0\"></a> -->\r\n\t</td>\r\n  </tr>\r\n</table>\r\n<hr width=\"95%\" height=\"1\" align=\"left\" color=\"#FFFFFF\">\r\n <table border=\"0\" width=\"100%\" cellpadding=\"5\" cellspacing=\"1\" align=\"center\" class=\"small\">\r\n \t<tr>\r\n      <td nowrap class=\"TableLine2\" width=\"100PX\"> 文件夹:</td>\r\n      <td class=\"TableLine1\">\r\n\t\t<input name=\"filename\" ID = \"filename_id\" type=\"text\" class=\"BigS";
echo "tatic\"  readonly value=\"";
echo $SORT_NAME;
echo "\">\r\n\t\t<input type=\"hidden\" name=\"change_file\" ID = \"fileid_id\" value=\"";
echo $SORT_ID;
echo "\">\r\n\t\t";
echo "<s";
echo "pan class=\"linktextOp\"  onClick=\"javascript:LoadWindowSelectFile('fileid_id','filename_id','all','2');\r\n\t\">选择文件夹</span>\r\n      </td>\r\n    </tr>\r\n    <tr>\r\n      <td nowrap class=\"TableLine2\"> 转移到:</td>\r\n      <td class=\"TableLine1\">\r\n        <input name=\"filename\" ID = \"filename_id_1\" type=\"text\" class=\"BigStatic\" readonly value=\"\">\r\n\t\t<input type=\"hidden\" name=\"to_file\" ID = \"fileid_id_1\" value=\"";
echo $SORT_ID;
echo "\">\r\n\t\t";
echo "<s";
echo "pan class=\"linktextOp\"  onClick=\"javascript:LoadWindowSelectFile('fileid_id_1','filename_id_1','all','2');\r\n\t\">选择文件夹</span>\r\n      </td>\r\n    </tr>\r\n</body>\r\n</html>\r\n  ";
?>

⌨️ 快捷键说明

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