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

📄 filetop.php

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

include_once( "inc/auth.php" );
if ( $_REQUEST['FILE_SORT'] == 1 )
{
	$PAGETITLE = "公共文档";
}
else
{
	$PAGETITLE = "个人文档";
}
echo "<html>\r\n<head>\r\n<title></title>\r\n";
echo "<s";
echo "cript>\r\nfunction newDocument(){\r\n\tvar sortid =  parent.file_main.document.getElementById('SORT_ID').value;\r\n\twindow.parent.location.href='neworedit/index.php?SORT_ID='+sortid+'&FILE_SORT=";
echo $_REQUEST['FILE_SORT'];
echo "';\r\n}\r\nfunction rearchDcoument(file_sort){\r\n\tvar sortid =  parent.file_main.document.getElementById('SORT_ID').value;\r\n\tif(file_sort==2){\r\n\t\twindow.parent.location.href = 'file_search/index2.php?SORT_ID='+sortid;\r\n\t}else{\r\n\t\twindow.parent.location.href = 'file_search/index1.php?SORT_ID='+sortid;\r\n\r\n\t}\r\n}\r\nfunction changeFile(){\r\n\tvar sortid =  parent.file_main.document.getElementById('SORT_ID').va";
echo "lue;\r\n\twindow.parent.location.href = 'file_change.php?SORT_ID='+sortid+'&FILE_SORT=";
echo $_REQUEST['FILE_SORT'];
echo "';\r\n}\r\nfunction changeShowMethod(){\r\n\tif (parent.framesort.cols!=\"0,0,*\"){\r\n\t\t//parent.framesort.cols=\"0,0,*\";\r\n\t\twindow.parent.location.href = \"/general/file_folder/index_tile.php?FILE_SORT=";
echo $_REQUEST['FILE_SORT'];
echo "\"; \r\n\t}\r\n    else{\r\n\t\t//parent.framesort.cols=\"160,8,*\";\r\n\r\n      \twindow.parent.location.href = \"/general/file_folder/index.php?FILE_SORT=";
echo $_REQUEST['FILE_SORT'];
echo "\";\r\n\t  }\r\n\r\n}\r\n</script>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n  <tr class=\"tablehead1\" >\r\n    <td colspan='2'><IMG SRC=\"/images/menu/work_plan.gif\" WIDTH=\"30\" HEIGHT=\"25\" BORDER=\"0\" align=\"absmiddle\">";
echo $PAGETITLE;
echo " \r\n    </td>\r\n  </tr>\r\n </table>\r\n <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr class=\"tablehead2\">\r\n  \t<td>\r\n\t<BUTTON class=\"btn\" onClick=\"newDocument();\" 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\t<BUTTON class=\"btn\" onClick=\"rearchDcoument('";
echo $_REQUEST['FILE_SORT'];
echo "')\" 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\t</td>\r\n\t<td width=\"30\" >\r\n\t<img src=\"/images/document/b06.gif\"  BORDER=\"0\" align=\"absmiddle\" onclick=\"changeShowMethod()\" style='cursor:hand' alt=\"模式转换\">\r\n\t</td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

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