control.php

来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 10 行

PHP
10
字号
<?php

include_once( "inc/auth.php" );
echo "<HTML>\r\n<HEAD>\r\n<META http-equiv=Content-Type content=\"text/html; charset=gb2312\">\r\n";
echo "<S";
echo "CRIPT language=javascript>\r\nfunction HideLeft(){\r\n\tvar phcol = parent.indexframe.cols;\r\n\tif(phcol==\"0,6,*\"){\r\n\t\tparent.indexframe.cols=\"150,6,*\";\r\n\t\tmenuSwitch.innerHTML = \"<img src=/images/report/arrow_l.gif>\";\r\n\t}else{\r\n\t\tparent.indexframe.cols=\"0,6,*\";\r\n\t\tmenuSwitch.innerHTML = \"<img src=/images/report/arrow_r.gif>\";\r\n\t}\r\n}\r\n</SCRIPT>\r\n";
echo "<s";
echo "tyle>\r\nbody{\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n\tmargin-right: 0px;\r\n\tmargin-bottom: 0px;\r\n}\r\n</style>\r\n</HEAD>\r\n<BODY >\r\n<table width=\"100%\" height=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"CURSOR: hand\" onclick=HideLeft()>\r\n\t<tr >\r\n\t\t<td valign=\"middle\" id=\"menuSwitch\"><img src=\"/images/report/arrow_l.gif\">\r\n\t\t</td>\r\n\t</tr>\r\n</table>\r\n\r\n</BODY>\r\n</HTML>";
?>

⌨️ 快捷键说明

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