6 Star 0 Fork 0

陈建宏 / 教务系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tea_index.html 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
卢意双 提交于 2020-09-28 21:04 . update tea_index.html.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>教师管理系统</title>
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon" />
<script src="https://cdn.bootcss.com/jquery/3.5.0/jquery.js"></script>
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://cdn.bootcss.com/bootstrap-table/1.16.0/bootstrap-table.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/bootstrap-table/1.16.0/bootstrap-table.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap-table/1.16.0/locale/bootstrap-table-zh-CN.min.js"></script>
<link rel="stylesheet" href="./css/indexstyle.css">
</head>
<body>
<div class="leftpanel">
<ul class="leftbar">
<li class="options"><a href="javascript:void(0)" onclick="load('courseRegist')"> <img
src="./images/classregist-01.png"> 课程登记</a></li>
<li class="options"><a href="javascript:void(0)" onclick="load('myClass')"> <img
src="./images/classtable-01.png"> 选课情况</a></li>
</ul>
</div>
<div class="rightpanel">
<div class="logo">
<img src="./images/logo.png">教师管理
</div>
<div class="rightbar">
<ul>
<li><a href="javascript:void(0)" style="color:#333"><img src="./images/头像.png">{{UserName}}</a></li>
<li><a href="javascript:void(0)" @click="loginDestroy"><img src="./images/logout.png">注销</a></li>
</ul>
</div>
</div>
<div class="main">
<div class="contain">
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.11/vue.min.js"></script>
<script src="js/ajaxpack.js"></script>
<script src="js/pageload.js"></script>
<link href="https://cdn.bootcdn.net/ajax/libs/toastr.js/2.1.4/toastr.min.css" rel="stylesheet">
<script src="https://cdn.bootcdn.net/ajax/libs/toastr.js/2.1.4/toastr.min.js"></script>
<script src="js/tea_index.js"></script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deemo101/education-management-system.git
git@gitee.com:deemo101/education-management-system.git
deemo101
education-management-system
教务系统
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891