You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
849 B
31 lines
849 B
<?php
|
|
header('Content-Type: text/html; charset=gb2312');
|
|
?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>学生管理系统</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
|
|
<style type="text/css">
|
|
body {
|
|
background-image: url(images/%E8%83%8C%E6%99%AF.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body bgcolor="D9DFAA">
|
|
|
|
|
|
<tr>
|
|
<td height="158" align="center"><input type="button" value="学生管理" onclick=parent.frmmain.location="studentManage.php" style="width: 200px; height: 80px; font-size: 40px; background-color:#309;"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td height="278" align="center"><input type="button" value="成绩管理" onclick=parent.frmmain.location="scoreManage.php" style="width: 200px; height: 80px; font-size: 40px; background-color:#06C"></td>
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
</body>
|
|
</html>
|