📄 index.php
字号:
<?php
include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<title>数据库管理</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n";
echo "<s";
echo "cript>\r\nfunction go(URL)\r\n{\r\n msg='确认要继续么?';\r\n if(window.confirm(msg))\r\n {\r\n window.location=URL;\r\n }\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n <tr class=\"tablehead1\">\r\n <td><img src=\"/images/manage/systemmanage.gif\" align=\"absmiddle\"> 数据库管理 (前3项操作建议在其它用户不使用OA时进行,建议先备份数据";
echo "库)</td>\r\n </tr>\r\n <tr class=\"tablehead2\">\r\n <td><a href=\"#\" onClick=\"go('optimize.php');\"><img src=\"../../../images/button/databaseyouhua.gif\" width=\"105\" height=\"20\" border=\"0\"></a><a href=\"#\" onClick=\"go('repair.php');\"><img src=\"../../../images/button/databasexiufu.gif\" width=\"105\" height=\"20\" border=\"0\"></a><a href=\"#\" onClick=\"location='update.php'\"><img src=\"../../../images/button/databasedaoru";
echo "shengji.gif\" width=\"140\" height=\"20\" border=\"0\"></a><a href=\"#\" onClick=\"location='online_user.php'\"><img src=\"../../../images/button/xiuzhengzaixianrenshu.gif\" width=\"105\" height=\"20\" border=\"0\"></a></td>\r\n </tr>\r\n</table>\r\n<hr width=\"95%\" height=\"1\" align=\"left\" color=\"#FFFFFF\">\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -