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

📄 topbar.php

📁 极限网络智能办公系统 - Office Automation 2008 官方100% 源码
💻 PHP
字号:
<?php
 

include_once( "inc/auth.php" );
$query = "SELECT * from INTERFACE";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$IE_TITLE = $ROW['IE_TITLE'];
	$BANNER_TEXT = $ROW['BANNER_TEXT'];
}
echo "<html>\r\n<head>\r\n<title>";
echo $IE_TITLE;
echo "</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n<script language=\"JavaScript\">\r\nwindow.setTimeout('this.location.reload();',1200000);\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"0\" leftmargin=\"0\" STYLE=\"margin:0pt;padding:0pt\">\r\n\r\n<table class=\"small\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr class=\"topbar\" height=42>\r\n\r\n<td nowrap>\r\n \t<span style=\"font-family:宋体;color:#404080; WIDTH: 100%; FONT-WEIGHT:bold;FONT-SIZE: 18pt;\">\r\n &nbsp;";
echo $BANNER_TEXT;
echo " </span>\r\n</td>\r\n<td align=right>\r\n<iframe name=\"login_info\" src=\"login_info.php\" frameborder=0 width=230 height=40></iframe>\r\n</td>\r\n</tr>\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 + -