title.php
来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 26 行
PHP
26 行
<?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\" leftmargin=\"0\">\r\n\r\n";
if ( $FILE_SORT == 1 )
{
$FILE_SORT_DESC = "公共文件柜";
}
else
{
$FILE_SORT_DESC = "个人文件柜";
}
echo "<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n <tr class=\"tablehead1\">\r\n <td >\r\n\t<img src=\"/images/menu/folder.gif\" align=\"absmiddle\">";
echo $FILE_SORT_DESC;
echo " </td>\r\n </tr>\r\n <tr class=\"tablehead2\">\r\n\t\t<td><BUTTON class=btn onClick=\"createsort();\"><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></td>\r\n\t</tr>\r\n </table>\r\n<!-- <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\">\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=\"全部文件搜索\"> \r\n </td>\r\n </tr>\r\n</table> -->\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?