📄 mng_topframe.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>
<?php include "ItAssisFC/FLib.php"; Show_or_hide_image();?>
<a href="logout.php?url=mng.php" target="mainFrame">退出</a> |<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 + -