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

📄 mng_topframe.php

📁 在实际教学应用中
💻 PHP
字号:
<?php session_start(); if(!$_SESSION['teacher']) {echo '<SCRIPT LANGUAGE="JavaScript">location.replace(\'mng.php\');</script>';exit;}?>
<html>
<head>
<title>EasyTeacher信息技术课堂教学助手(ItAssis)教师端-</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="et.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 6px;
	margin-top: 6px;
}
body,td,th {
	font-size: 14px;
}
-->
</style>
</head>
<body>
<?php include "config.inc.php";?>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="295"><img src="images/banner2.jpg" width="334" height="60"></td>
    <td width="446" valign="bottom" bgcolor="#FFFBF7"><div align="center"> <a href="mng_MainFrame.php" target="mainFrame">首页</a>&nbsp;&nbsp;
        <?php include "ItAssisFC/FLib.php"; Show_or_hide_image();?>
        &nbsp;&nbsp;<a href="logout.php?url=mng.php" target="mainFrame">退出</a>&nbsp;&nbsp;&nbsp;|<a href="http://easyteacher.008.net/help/update.php?<?php echo "edition=".urlencode($CFG_COPYRIGHT_EDITION)."&user=".urlencode($CFG_USER_NAME); ?>" target="_blank">版本更新</a>|<a href="http://easyteacher.008.net/help/err_report.php?<?php echo "edition=".urlencode($CFG_COPYRIGHT_EDITION)."&user=".urlencode($CFG_USER_NAME); ?>" target="_blank">错误报告</a>|<br>
    </div></td>
  </tr>
  <tr bgcolor="#3399FF">
    <td height="10" colspan="2"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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