| | |
| | | <div class="col-sm-12"> |
| | | <div class="ibox float-e-margins"> |
| | | <div class="ibox-title"> |
| | | <h5>用户管理</h5> |
| | | <h5>课程管理</h5> |
| | | </div> |
| | | <div class="ibox-content"> |
| | | <div class="row row-lg"> |
| | |
| | | <div class="col-lg-10 col-sm-9"> |
| | | <div class="row"> |
| | | <div class="col-lg-4 col-sm-12"> |
| | | <#NameCon id="name" name="搜索" placeholder="帐号/姓名/手机号"/> |
| | | <#NameCon id="name" name="课程名称"/> |
| | | </div> |
| | | <div class="col-lg-4 col-sm-12"> |
| | | <#SelectCon id="type" name="课程类型"> |
| | | <option value="">全部</option> |
| | | <option value="1">课后练习</option> |
| | | <option value="2">运动教学视频</option> |
| | | <option value="3">器材教学视频</option> |
| | | </#SelectCon> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <#button name="删除" icon="fa-remove" clickFun="Course.deleteCourse()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/course/upCourse")){ |
| | | <#button name="上架" icon="fa-refresh" clickFun="Course.upCourse()" space="true"/> |
| | | <#button name="上架" icon="fa-refresh" clickFun="Course.editCourseState(1)" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/course/downCourse")){ |
| | | <#button name="下架" icon="fa-warning" clickFun="Course.downCourse()" space="true"/> |
| | | <#button name="下架" icon="fa-warning" clickFun="Course.editCourseState(2)" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/course/detailsCourse")){ |
| | | <#button name="详情" icon="fa-check-circle" clickFun="Course.detailsCourse()" space="true"/> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <script src="${ctxPath}/static/modular/system/course/course.js"></script> |
| | | <script src="${ctxPath}/static/js/layui/layui.js" charset="utf-8"></script> |
| | | <script src="${ctxPath}/modular/system/course/course.js"></script> |
| | | <script src="${ctxPath}/js/layui/layui.js" charset="utf-8"></script> |
| | | <script> |
| | | laydate.render({ |
| | | elem: '#beginTime' |