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

📄 title.php

📁 极限网络智能办公系统—MYOA26—100%—源程序。
💻 PHP
字号:
<?php

include_once( "inc/conn.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</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n\r\n";
if ( $FILE_SORT == 1 )
{
	$FILE_SORT_DESC = "公共文件柜";
}
else
{
	$FILE_SORT_DESC = "个人文件柜";
}
echo "\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n  <tr>\r\n    <td class=\"Big\"><img src=\"/images/menu/file_folder.gif\" WIDTH=\"22\" HEIGHT=\"20\"><b>";
echo "<s";
echo "pan class=\"Big1\"> ";
echo $FILE_SORT_DESC;
echo "</span></b>\r\n    </td>\r\n    <td align=\"right\">\r\n      <input type=\"button\" value=\"全部文件搜索\" class=\"BigButton\" onClick=\"parent.file_main.location='global_query.php?FILE_SORT=";
echo $FILE_SORT;
echo "';\" title=\"全部文件搜索\">&nbsp;&nbsp;&nbsp;&nbsp;\r\n    </td>\r\n    </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n";
?>

⌨️ 快捷键说明

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