开课管理

beetlsql3-dev
姚丹ab 2 years ago
parent ad639dbd95
commit 7d0fcaa9e8

@ -4,8 +4,9 @@
<head>
<meta content="text/html;charset=UTF-8"/>
<title>
天择智云
金融虚拟仿真实验课程平台
</title>
<link rel="shortcut icon" href="${ctxPath}/filesystem/temp/label/logo.ico" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv ="Pragma" content = "no-cache"/>
<meta http-equiv="Cache-Control" content="no cache" />

@ -115,10 +115,11 @@
}
.layui-logo {
width: auto !important;
height: 75% !important;
font-size: 30px !important;
font-family: cursive !important;
font-weight: bold !important;
}
.showMenu.layui-layout-admin .layui-side {
@ -136,22 +137,18 @@
<!-- 顶部 -->
<form class="layui-form layui-form-pane">
<div class="layui-row layui-header">
<!--<div class="layui-col-md4" style="text-align: center;">
&lt;!&ndash;#if(subsystemLogo == null || subsystemLogo==''){&ndash;&gt;
<img style="height: 76px;" src="${ctxPath}/filesystem/temp/label/head_logo.png" />
&lt;!&ndash;#}else{&ndash;&gt;
<img style="height: 76px;" src="${ctxPath}${subsystemLogo}" onerror="javascript:this.src='${ctxPath}/filesystem/temp/label/head_logo.png';" />
&lt;!&ndash;#}&ndash;&gt;
</div>-->
<div class="layui-logo layui-hide-xs layui-bg-black">天择智云</div>
<a href="#" class="layui-hide-xs" style="width: 80px;">
<div class="layui-col-md4" style="text-align: center;">
<img style="height: 76px;" src="${ctxPath}/filesystem/temp/label/logo.png"/>
<div class="layui-logo layui-hide-xs layui-bg-black">金融虚拟仿真实验课程平台</div>
<!--<a href="#" class="" style="width: 80px;">
<div class="fsSwitchMenu"><i class="iconfont icon-category"></i></div>
</a>
</a>-->
</div>
<!-- 顶部菜单 -->
<div class="layui-col-md8">
<ul class="layui-nav" id="operation" style="float: right;">
<!--#for(node in menus.children){
var hasSite = true;//系统的第一个菜单默认显示
@ -170,16 +167,24 @@
<!--<li class="layui-nav-item layui-hide-xs bjq"><a style="cursor: pointer;" onclick="Lib.getEditUrl();">编辑器</a></li>-->
<li class="layui-nav-item head_">
<a href="javascript:void (0);"><img src="${ctxPath}${platform.getCurrentUser().head_img!''}" class="layui-nav-img">${platform.getCurrentUser().name!''}</a>
<a href="javascript:void (0);">
<!--#if(platform.getCurrentUser().head_img!''== null || platform.getCurrentUser().head_img!''==''){-->
<img style="height: 76px;" src="${ctxPath}/filesystem/temp/label/head_img.jpg"/>
<!--#}else{-->
<img src="${ctxPath}${platform.getCurrentUser().head_img!''}" class="layui-nav-img">
<!--#}-->
${platform.getCurrentUser().name!''}</a>
<dl class="layui-nav-child">
<dd id="changePassword"><a href="javascript:void (0);" style="color: #000!important;">修改密码</a></dd>
<dd id="changePassword"><a href="javascript:void (0);" style="color: #000!important;">修改密码</a>
</dd>
<dd id="basicsInfo"><a href="javascript:void (0);" style="color: #000!important;">基本资料</a></dd>
<dd id="quitSystem"><a href="javascript:void (0);" style="color: #000!important;">退出</a></dd>
</dl>
</li>
</ul>
<!-- <i class="layui-icon" title="在线编辑器" onclick="Lib.getEditUrl();" style="position: absolute;right: 30px;top: 0;font-size: 20px;color: white;cursor: pointer;">&#xe631;</i>-->
</div>
</div>
<div id="changePassword_dialog" style="padding-top: 20px;display: none;">
<div class="layui-form" action="" style="width: 90%;margin: 0 auto;">
@ -215,7 +220,8 @@
}
-->
<option value="${org.id}" ${checked?"selected"}>${org.name}</option>
<option value="${org.id}" ${checked?
"selected"}>${org.name}</option>
<!--#} -->
</select>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 154 KiB

@ -29,12 +29,12 @@ layui.define(['form', 'laydate', 'table'], function (exports) {
{
field: 'universitiesCollegesIdText', title: '院校名称', align: "center"
},
{
/*{
field: 'universityFacultyIdText', title: '院系名称', align: "center"
},
{
field: 'universitySystemIdText', title: '专业名称', align: "center"
},
},*/
{
field: 'teacherName', title: '教师姓名', align: "center"
},

@ -16,7 +16,7 @@
<button type="button" class="layui-btn layui-btn-sm rightOffAdd bg_button">去添加</button>
</div>
</div>
<div class="layui-row">
<!--<div class="layui-row">
<div class="layui-form-item">
<div class="layui-inline">
<label class="layui-form-label"><span class="req">*</span>所属院系:</label>
@ -38,7 +38,7 @@
</div>
<button type="button" class="layui-btn layui-btn-sm rightUniversitySystemAdd bg_button">去添加</button>
</div>
</div>
</div>-->
<div class="layui-row">

Loading…
Cancel
Save