left.php

来自「极限网络智能办公系统 - Office Automation 2.8 100% 」· PHP 代码 · 共 21 行

PHP
21
字号
<?php

include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title></title>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/inc/xtree.css\">\r\n</head>\r\n";
echo "<s";
echo "cript>\r\nfunction show_tree(tree_id)\r\n{\r\n   if(document.all(\"xtree\"+tree_id).style.display==\"none\")\r\n      document.all(\"xtree\"+tree_id).style.display=\"\";\r\n   else\r\n      document.all(\"xtree\"+tree_id).style.display=\"none\"\r\n}\r\n</script>\r\n<body topmargin=\"3\" leftmargin=\"5\" rightMargin=\"0\" bgcolor=\"#D9E8FF\" marginwidth=\"0\" marginheight=\"0\">\r\n";
if ( $FILE_SORT == 2 )
{
	echo "<table border=\"0\" cellspacing=\"1\" width=\"100%\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\">\r\n  <tr class=\"TableHeader\" onclick=\"show_tree('1');\" title=\"点击隐藏或显示个人文件柜目录树\" style=\"cursor:hand;\">\r\n      <td nowrap align=\"center\">个人文件柜</td>\r\n  </tr>\r\n</table>\r\n<div id=\"xtree1\" class=\"xtree\" XmlSrc=\"tree.php?SORT_ID=0&FILE_SORT=";
	echo $FILE_SORT;
	echo "\"></div>\r\n\r\n<br>\r\n<table border=\"0\" cellspacing=\"1\" width=\"100%\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\">\r\n  <tr class=\"TableHeader\" onclick=\"show_tree('2');\" title=\"点击隐藏或显示共享文件柜目录树\" style=\"cursor:hand;\">\r\n      <td nowrap align=\"center\">共享文件柜</td>\r\n  </tr>\r\n</table>\r\n<div id=\"xtree2\" class=\"xtree\" XmlSrc=\"share_tree.php?SORT_ID=0\"></div>\r\n";
}
else
{
	echo "<div id=\"xtree1\" class=\"xtree\" XmlSrc=\"tree.php?SORT_ID=0&FILE_SORT=";
	echo $FILE_SORT;
	echo "\"></div>\r\n";
}
echo "</body>\r\n</html>";
?>

⌨️ 快捷键说明

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