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.

30 lines
642 B

<?php
header('Content-Type: text/html; charset=utf-8');
?>
<html>
<head>
<title>学生管理系统</title>
<style type="text/css">
.bt
{
background:none;
border: 2px solid;
border-bottom-width: 4px;
font: inherit;
letter-spacing:inherit;
margin:1em;
padding:1em 2em;
text-transform:inherit;
-webkit-transition:color 1s;
transition: color 1s;
margin-left:50px;
}
</style>
</head>
<body bgcolor="#9999CC">
<input class="bt" type="button" value="学生管理" onclick=parent.frmmain.location="studentManage.php">
<input class="bt" type="button" value="成绩管理" onclick=parent.frmmain.location="scoreManage.php">
</body>
</html>