index.php

来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 21 行

PHP
21
字号
<?
include_once("inc/conn.php");
include_once("inc/auth.php");

if($FILE_SORT==1)
   $TITLE="公共文件柜";
else
   $TITLE="个人文件柜";
if($SORT_ID=="")
   $SORT_ID=0;
?>

<title><?=$TITLE?></title>
<frameset rows="30,*"  cols="*" frameborder="NO" border="0" framespacing="0" id="frame1">
    <frame name="file_title" scrolling="no" noresize src="title.php?FILE_SORT=<?=$FILE_SORT?>&SORT_ID=<?=$SORT_ID?>" frameborder="NO">
    <frameset rows="*"  cols="200,*" frameborder="YES" border="0" framespacing="0" id="frame2">
       <frame name="file_tree" scrolling="auto" src="left.php?FILE_SORT=<?=$FILE_SORT?>&SORT_ID=<?=$SORT_ID?>" frameborder="YES">
       <frame name="file_main" scrolling="auto" src="folder.php?FILE_SORT=<?=$FILE_SORT?>&SORT_ID=<?=$SORT_ID?>" frameborder="YES">
    </frameset>
</frameset>

⌨️ 快捷键说明

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