?? index.php
字號:
<?php
ob_start();
session_start();
if ($_SESSION['flag']!=1)
{
die("<div align=center>請先<a href=login.php><font color=blue>-- 登錄 --</font></a></div>");
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理員管理主頁</title>
</head>
<body>
<div align="center">
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="150" colspan="2"><img src="image/houtaihead.gif" width="780" height="150" longdesc="image/houtaihead.gif" /></td>
</tr>
<tr>
<td height="24" colspan="2" align="center"><font size="-1" color="#FF9966">
<marquee direction="left" scrollamount="5" behavior="slide"><?php echo date("20y年m月d日");?></marquee></font></td>
</tr>
<tr>
<td width="160" height="27" background="images/left1.jpg"> </td>
<td width="620" rowspan="2" align="center">歡迎進入試題管理系統后臺</td>
</tr>
<tr>
<td>
<?php
include 'left.php';
?></td>
</tr>
</table>
<br>
<br>
<?php
include 'end.php';
?>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -