1 Star 6 Fork 2

王宇松 / SIMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
王宇松 提交于 2021-02-02 12:02 . v1.0
<?php
require_once './component/head.php';
require_once './component/drawer.php';
?>
<script type="text/javascript">
window.onload = function () {
IndexOnload();
};
</script>
<div id="page-index" class="mdui-container">
<div class="banner">
<h1 style="font-family: cursive">
<strong>学生信息管理系统</strong>
</h1>
<div class="meta">
基于PHP、MySQL的学生信息管理系统<small>&nbsp;(SIMS)</small><br/><br/>主要功能包括基础信息维护、课程管理、成绩管理、公告板等。
</div>
<div class="actions">
<a href="./docs.php" class="mdui-btn mdui-ripple mdui-text-color-theme-accent">阅读文档</a>
<a id="index_login_btn" href="./login.php"
class="mdui-btn mdui-ripple mdui-text-color-theme-accent"><?php if (isset($_SESSION['uid'])) echo '个人中心'; else echo '立即登录'; ?></a>
</div>
<div class="more-meta mdui-typo">
<span class="current">当前版本:v1.0</span>
<span><a href="https://code.wangyusong.cn/drxs/SIMS" class="mdui-text-color-theme-accent"
target="_blank">Source Code</a></span>
<span><a href="https://code.wangyusong.cn/drxs/SIMS/releases" class="mdui-text-color-theme-accent"
target="_blank">Releases</a></span>
</div>
</div>
</div>
<?php require_once './component/footer.php'; ?>
PHP
1
https://gitee.com/drxs/SIMS.git
git@gitee.com:drxs/SIMS.git
drxs
SIMS
SIMS
master

搜索帮助