?? 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 + -