left.php
来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 114 行
PHP
114 行
<?
include_once 'inc/auth.php';
echo '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link rel="stylesheet" type="text/css" href="/inc/xtree.css">
</head>
';
echo '<s';
echo 'cript>
function show_tree(tree_id)
{
if(document.all("xtree"+tree_id).style.display=="none")
{
document.all("xtree"+tree_id).style.display="";
}
else
{
document.all("xtree"+tree_id).style.display="none"
}
if(tree_id==2)
parent.file_main.location="folder.php?SORT_ID=0&FILE_SORT=2&EXT_FILTER=';
echo $EXT_FILTER;
echo '&DIV_ID=';
echo $DIV_ID;
echo '&DIR_FIELD=';
echo $DIR_FIELD;
echo '&NAME_FIELD=';
echo $NAME_FIELD;
echo '&TYPE_FIELD=';
echo $TYPE_FIELD;
echo '&MULTI_SELECT=';
echo $MULTI_SELECT;
echo '"
}
</script>
<body topmargin="3" leftmargin="5" rightMargin="0" bgcolor="#D9E8FF" marginwidth="0" marginheight="0">
<table border="0" cellspacing="1" width="100%" class="small" bgcolor="#000000" cellpadding="3">
<tr class="TableHeader" onclick="parent.file_main.location=\'selected.php?EXT_FILTER=';
echo $EXT_FILTER;
echo '&DIV_ID=';
echo $DIV_ID;
echo '&DIR_FIELD=';
echo $DIR_FIELD;
echo '&NAME_FIELD=';
echo $NAME_FIELD;
echo '&TYPE_FIELD=';
echo $TYPE_FIELD;
echo '&MULTI_SELECT=';
echo $MULTI_SELECT;
echo '\'" title="已经选择的文件列表" style="cursor:hand;">
<td nowrap align="center">已选文件</td>
</tr>
</table>
<table border="0" cellspacing="1" width="100%" class="small" bgcolor="#000000" cellpadding="3">
<tr class="TableHeader" onclick="parent.file_main.location=\'netdisk.php?EXT_FILTER=';
echo $EXT_FILTER;
echo '&DIV_ID=';
echo $DIV_ID;
echo '&DIR_FIELD=';
echo $DIR_FIELD;
echo '&NAME_FIELD=';
echo $NAME_FIELD;
echo '&TYPE_FIELD=';
echo $TYPE_FIELD;
echo '&MULTI_SELECT=';
echo $MULTI_SELECT;
echo '\'" title="点击隐藏或显示网络硬盘目录" style="cursor:hand;">
<td nowrap align="center">网络硬盘</td>
</tr>
</table>
<table border="0" cellspacing="1" width="100%" class="small" bgcolor="#000000" cellpadding="3">
<tr class="TableHeader" onclick="show_tree(\'2\');" title="点击隐藏或显示个人文件柜目录树" style="cursor:hand;">
<td nowrap align="center">个人文件柜</td>
</tr>
</table>
<di';
echo 'v id="xtree2" class="xtree" XmlSrc="tree.php?SORT_ID=0&FILE_SORT=2&EXT_FILTER=';
echo $EXT_FILTER;
echo '&DIV_ID=';
echo $DIV_ID;
echo '&DIR_FIELD=';
echo $DIR_FIELD;
echo '&NAME_FIELD=';
echo $NAME_FIELD;
echo '&TYPE_FIELD=';
echo $TYPE_FIELD;
echo '&MULTI_SELECT=';
echo $MULTI_SELECT;
echo '" style="display:none;"></div>
<table border="0" cellspacing="1" width="100%" class="small" bgcolor="#000000" cellpadding="3">
<tr class="TableHeader" onclick="show_tree(\'1\');" title="点击隐藏或显示公共文件柜目录树" style="cursor:hand;">
<td nowrap align="center">公共文件柜</td>
</tr>
</table>
<div id="xtree1" class="xtree" XmlSrc="tree.php?SORT_ID=0&FILE_SORT=1&EXT_FILTER=';
echo $EXT_FILTER;
echo '&DIV_ID=';
echo $DIV_ID;
echo '&DIR_FIELD=';
echo $DIR_FIELD;
echo '&NAME_FIELD=';
echo $NAME_FIELD;
echo '&TYPE_FIELD=';
echo $TYPE_FIELD;
echo '&MULTI_SELECT=';
echo $MULTI_SELECT;
echo '"></div>
</body>
</html>';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?