47 lines
1.6 KiB
PHP
47 lines
1.6 KiB
PHP
<!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>PHP教材管理系统</title>
|
|
<style type="text/css">
|
|
<!--
|
|
@import url("txt.css");
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body topmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
|
|
<style type="text/css">
|
|
<!--
|
|
body {
|
|
background-image: url(img/bj.gif);
|
|
}
|
|
-->
|
|
</style>
|
|
<link href="txt.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<table width="760" height="130" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td background="img/b.jpg"> </td>
|
|
</tr>
|
|
</table>
|
|
<table width="760" height="20" border="0" align="center" cellpadding="0" cellspacing="0" background="img/q.jpg" class="txt">
|
|
<tr>
|
|
<td width="12%" align="center" valign="bottom"><a href="xxgl.php">学生管理</a></td>
|
|
<td width="12%" align="center" valign="bottom"><a href="jsgl.php">教师管理</a></td>
|
|
<td width="12%" align="center" valign="bottom"><a href="jcguanli.php">教材管理</a></td>
|
|
<td width="12%" align="center" valign="bottom"><a href="jczhengding.php">教材征订</a></td>
|
|
<td width="12%" align="center" valign="bottom"><a href="jcruku.php">教材入库</a><a href="user.php"></a></td>
|
|
</tr>
|
|
</table>
|
|
<table width="760" height="20" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="txt">
|
|
<tr>
|
|
<td align="center"><marquee>
|
|
公告:欢迎登陆教师管理后台
|
|
</marquee></td>
|
|
</tr>
|
|
</table>
|
|
<?php include("foot.php");?>
|
|
</body>
|
|
</html>
|