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

📄 index.php

📁 极限网络智能办公系统—MYOA26—100%—源程序。
💻 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\r\n</head>\r\n\r\n";
$connection = openconnection( );
$query = "SELECT * from SYS_PARA where PARA_NAME='EMAIL_CAPACITY'";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$EMAIL = $ROW['PARA_VALUE'];
}
$query = "SELECT * from SYS_PARA where PARA_NAME='FOLDER_CAPACITY'";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$FILE_FOLDER = $ROW['PARA_VALUE'];
}
echo "\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n  <tr>\r\n    <td class=\"Big\"><img src=\"/images/sys_config.gif\" WIDTH=\"22\" HEIGHT=\"20\" align=\"absmiddle\">";
echo "<s";
echo "pan class=\"big3\"> 内部邮件和个人文件柜容量管理</span>\r\n    </td>\r\n  </tr>\r\n</table>\r\n\r\n<table border=\"0\" cellspacing=\"1\" width=\"450\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\" >\r\n  <form action=\"update.php\"  method=\"post\" name=\"form1\">\r\n   <tr>\r\n    <td nowrap class=\"TableData\" width=\"130\">内部邮箱大小(MB):</td>\r\n    <td nowrap class=\"TableData\">\r\n        <input type=\"text\" name=\"EMAIL\" ";
echo "class=\"BigInput\" size=\"8\" maxlength=\"8\" value=\"";
echo $EMAIL;
echo "\">&nbsp;为空则不限制邮箱容量\r\n    </td>\r\n   </tr>\r\n   <tr>\r\n    <td nowrap class=\"TableData\" width=\"130\">个人文件柜大小(MB):</td>\r\n    <td nowrap class=\"TableData\">\r\n        <input type=\"text\" name=\"FILE_FOLDER\" class=\"BigInput\" size=\"8\" maxlength=\"8\" value=\"";
echo $FILE_FOLDER;
echo "\">&nbsp;为空则不限制个人文件柜容量\r\n    </td>\r\n   </tr>\r\n   <tr>\r\n    <td nowrap  class=\"TableControl\" colspan=\"2\" align=\"center\">\r\n        <input type=\"submit\" value=\"确定\" class=\"BigButton\">\r\n    </td>\r\n   </tr>\r\n  </form>\r\n</table>\r\n\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

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