📄 mytable.php
字号:
<?
include_once 'inc/auth.php';
include_once 'inc/utility_all.php';
echo '
<html>
<head>
<title>我的桌面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
';
echo '<s';
echo 'cript Language=JavaScript>
window.setTimeout(\'this.location.reload();\',1200000);
</script>
</head>
';
$query = (((''.'SELECT MYTABLE_LEFT,MYTABLE_RIGHT,NOT_VIEW_TABLE,BKGROUND from USER where USER_ID=\'').$LOGIN_USER_ID).'\'');
$cursor = exequery ($connection, $query);
if ($ROW = mysql_fetch_array ($cursor))
{
$USER_MODULE_LEFT = $ROW['MYTABLE_LEFT'];
$USER_MODULE_RIGHT = $ROW['MYTABLE_RIGHT'];
$NOT_VIEW_TABLE = $ROW['NOT_VIEW_TABLE'];
$BKGROUND = $ROW['BKGROUND'];
}
echo '
<body ';
if (($BKGROUND == ''))
{
echo 'class=timebar';
}
else
{
echo 'bgcolor=#CEDFF1';
}
echo ' background="';
echo $BKGROUND;
echo '" topmargin="5" leftmargin="5">
<table width=80% height=100% align=center border=0>
<tr>
<td valign=top>
';
include '../../general/mytable/公告通知.php';
echo '<br>';
include '../../general/mytable/新闻.php';
echo '<br>';
include '../../general/mytable/待办事宜.php';
echo '<br>';
include '../../general/mytable/内部讨论区.php';
echo ' </td>
<td valign=top width=30>
</td>
<td valign=top width=300>
';
include '../../general/mytable/内部邮件.php';
echo '<br>';
include '../../general/mytable/近日日程.php';
echo '<br>';
include '../../general/mytable/今日计划.php';
echo '<br>';
include '../../general/mytable/投票.php';
echo '<br>';
include '../../general/mytable/文件柜.php';
echo '<br>';
include '../../general/mytable/常用网址.php';
echo '<div align=center class=small>
<a href="/general/person_info/mytable/image.php?OPEN_FLAG=1">设置桌面背景</a>
</div>
</td>
</tr>
</table>
</body>
</html>
';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -