123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta charset="utf-8" />
- <title>校本课程平台助教端</title>
- <meta name="description" content="" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
- <!-- bootstrap & fontawesome -->
- <link rel="stylesheet" href="/css/bootstrap.min.css" />
- <link rel="stylesheet" href="/css/font-awesome/4.2.0/css/font-awesome.min.css" />
- <!-- page specific plugin styles -->
- <!-- ace styles -->
- <link rel="stylesheet" href="/css/ace.min.css" class="ace-main-stylesheet" id="main-ace-style" />
- <!--[if lte IE 9]>
- <link rel="stylesheet" href="assets/css/ace-part2.min.css" class="ace-main-stylesheet" />
- <![endif]-->
- <link rel="stylesheet" href="/css/style.css" />
- <!--[if lte IE 9]>
- <link rel="stylesheet" href="assets/css/ace-ie.min.css" />
- <![endif]-->
- <!-- inline styles related to this page -->
- <!-- ace settings handler -->
- <script src="/js/ace-extra.min.js"></script>
- <script src="/js/jquery-2.2.2.min.js"></script>
- <!-- HTML5shiv and Respond.js for IE8 to support HTML5 elements and media queries -->
- <script src="/js/layer/layer.js"></script>
- <!--[if lte IE 8]>
- <script src="assets/js/html5shiv.min.js"></script>
- <script src="assets/js/respond.min.js"></script>
- <![endif]-->
- <script type="text/javascript">
- jQuery(document).ready(function(){
- jQuery(window.parent.document).find("#iframe").ready(function(){
- jQuery(window.parent.document).find(".menuLi, .menuTop").click(function(){
- var url = jQuery(this).attr("url");
- window.parent.location.href = "<?php echo $this->createUrl("main/index?url=");?>"+url;
- });
-
- window.parent.document.url = window.location.href;
- var main = jQuery(window.parent.document).find("#iframe");
- var thisheight = jQuery("body").height()+30;
- main.height(thisheight);
- });
-
- jQuery(window.parent.document).find("#iframe").load(function(){
- var main = jQuery(window.parent.document).find("#iframe");
- var thisheight = jQuery("body").height()+30;
- main.height(thisheight);
- });
- jQuery(".sel-opt,.sel-cons").mouseover(function(){
- jQuery(".sel-cons").show();
- }).mouseout(function(){
- jQuery(".sel-cons").hide();
- });
- });
- </script>
- <style type="text/css">
- .errorMessage{color:red;margin-left:10px;}
- .breadcrumb>li{padding:3px 5px;color:#fff; background:#6fb3e0;}
- .breadcrumb>li>a{color:#fff!important;}
- .li_backgrond_color{background-color: #00CC99!important;}
- .li_backgrond_color>a{color:#fff!important;}
- .breadcrumb>li+li:before{display:none;}
- /*切换选择*/
- .tab-con{
- position: relative;
- height: 30px;
- width: 177px;
- border-radius: 15px;
- }
- .has-sel{
- width: 31%;
- height: 30px;
- border-top-left-radius: 15px;
- border-bottom-left-radius: 15px;
- text-align: center;
- line-height: 30px;
- }
- .sel-opt{
- width: 68%;
- position: relative;
- line-height: 30px;
- text-indent: 6px;
- cursor: pointer;
- }
- .sel-opt:after{
- content: '';
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-top: 8px solid #01B677;
- position: absolute;
- right: 12px;
- top: 12px;
- }
- // .sel-opt select{
- // width: 100%;
- // height: 30px;
- // background: #F2F2F2;
- // color: #01B677;
- // text-indent: 6px;
- // font-size: inherit;
- // border-top-right-radius: 15px;
- // border-bottom-right-radius: 15px;
- // cursor: pointer;
- // }
- // .sel-opt select option{
- // position: relative;
- // }
- .points{
- position: absolute;
- top: -2px;
- right: 0;
- width: 10px;
- height: 10px;
- background: #F01516;
- border-radius: 50%;
- }
- .sel-cons{
- width: 78%;
- position: absolute;
- right: 0;
- top: 30px;
- text-indent: 10px;
- display: none;
- }
- .sc-lis{
- line-height: 30px;
- cursor: pointer;
- }
- .sc-lis span{
- position: relative;
- }
- .sc-lis .points{
- top: 2px;
- right: -16px;
- }
- .dn{
- display: none;
- }
- .icon-pdf:before { content: "\e618"; }
- .clearfix:after {content: "";display: block; visibility: hidden;height: 0; clear: both;}
- .clearfix {zoom: 1;}
- .fl { float: left;}
- .fr {float: right;}
- .bg-hot{background-color: #14ae68;color: #fff;}
- .layer{position: fixed;top:0;left: 0;/*display: none;*/}
- .layer-shadow{position: absolute;left: 0;top: 0;width:100%;height: 100%; background-color: rgba(0,0,0,.6);}
- .layer-content-box{position: absolute;left: 50%;top: 50%; width:500px;transform:translate(-50%,-50%);background-color: #fff;}
- .layer-content-box .tips{padding-left: 20px; height: 50px;line-height: 50px;font-size: 14px;}
- .layer-content-box .tips em{width:50px;height: 50px;text-align: center;font-size: 34px; cursor: pointer;}
- .layer-source .layer-content{padding:30px 0 0 50px;line-height: 30px;}
- .layer-content tr{height: 40px;}
- .layer-content input{height: 30px;width:300px;}
- .layer-btn{margin:30px 0 14px; text-align: center;}
- .layer-btn a{display: inline-block; margin:0 10px; line-height: 40px;width:100px;text-align: center;}
- .diy_select2, .diy_select_list2 {
- border: 1px solid #ccc;
- }
- </style>
- </head>
- <body class="no-skin" >
- <div class="shade"></div>
- <div class="main-container" id="main-container">
- <script type="text/javascript">
- try{ace.settings.check('main-container' , 'fixed')}catch(e){}
- </script>
- <?php if(isset(Yii::app()->session['crmUserInfo']) && !empty(Yii::app()->session['crmUserInfo']))
- {?>
- <div style="height: 70px;background-color: #fff;margin: 0;padding: 0;display: block;line-height: 70px">
- <img src="/images/h_login.png" style="margin-left: 10px">
- <div class="tab-con clearfix pull-right" style="margin:8px 11px 0 0">
- <div class="has-sel fl">你好</div>
- <div class="sel-opt fl">
- <?php echo Yii::app()->session['crmUserInfo']->coach_name?>
- </div>
- <div class="sel-cons" style="z-index:6;background-color: #fff;">
- <div class="sc-lis " style="cursor: pointer" onclick="javascript:window.location.href='<?php echo Yii::app()->createUrl('login/school_list')?>'"><span>返回学校列表</span></div>
- <div class="sc-lis " style="cursor: pointer" onclick="javascript:window.location.href='<?php echo Yii::app()->createUrl('login/out')?>'"><span>退出</span></div>
- </div>
- </div>
- </div>
- <?php }?>
- <div class="main-content">
- <?php echo $content; ?>
- </div><!-- /.main-content -->
-
- </div><!-- /.main-container -->
- <!-- basic scripts -->
- <!--[if !IE]> -->
- <!--<script src="/js/jquery.2.1.1.min.js"></script>-->
- <!-- <![endif]-->
- <!--[if IE]>
- <script src="assets/js/jquery.1.11.1.min.js"></script>
- <![endif]-->
- <!--[if !IE]> -->
- <script type="text/javascript">
- window.jQuery || document.write("<script src='/js/jquery.min.js'>"+"<"+"/script>");
- </script>
- <!-- <![endif]-->
- <!--[if IE]>
- <script type="text/javascript">
- window.jQuery || document.write("<script src='assets/js/jquery1x.min.js'>"+"<"+"/script>");
- </script>
- <![endif]-->
- <script type="text/javascript">
- if('ontouchstart' in document.documentElement) document.write("<script src='/js/jquery.mobile.custom.min.js'>"+"<"+"/script>");
- </script>
- <script src="/js/bootstrap.min.js"></script>
- <!-- page specific plugin scripts -->
- <!-- ace scripts -->
- <script src="/js/ace-elements.min.js"></script>
- <script src="/js/ace.min.js"></script>
- <!-- inline scripts related to this page -->
- <!--帮助中心代码开始-->
- <script>
- $(document).ready(function() {
- var press = false;
- var mouseX = 0;
- var mouseY = 0;
- var offsetX = 0;
- var offsetY = 0;
- $(".drag").on("mousedown", function(e) {
- e.preventDefault();
- press = true;
- mouseX = e.clientX;
- mouseY = e.clientY;
- offsetX = e.offsetX;
- offsetY = e.offsetY;
- })
- //按下鼠标左键移动鼠标
- $(document).on("mousemove", function(e) {
- // console.log(6)
- if (!press) return;
- mouseX = e.clientX;
- mouseY = e.clientY;
- setDragPosition();
- })
- //松开鼠标左键
- $(document).on("mouseup", function(e) {
- press = false;
- })
- function setDragPosition() {
- if (!press) return;
- var cssObj = {
- 'left': mouseX - offsetX,
- 'top': mouseY - offsetY,
- };
- $('.drag').css(cssObj);
- }
- // $('.btn-look').on('click', function(){
- // layer.open({
- // type: 1,
- // area: ['760px', '790px'],
- // shadeClose: false, //点击遮罩关闭
- // content: $(".look-box"),
- // cancel: function(index, layero){
- // if(confirm('确定要关闭么')){ //只有当点击confirm框的确定时,该层才会关闭
- // layer.close(index)
- // }
- // return false;
- // }
- // });
- // });
- // $("#ismenu").on("click","li", function(e) {
- // e.stopPropagation();
- // $(this).find('.child-menu').slideToggle("slow");
- // });
- });
- </script>
- <!--帮助中心代码结束-->
- <script src="/js/sentry.js" crossorigin="anonymous">
- </script>
- <script>
- Sentry.init({ dsn: 'http://13573a75707b40d7b5ed541c84c6ffa9@zsy-sentry.zhixinhuixue.net/18' });
- </script>
- </body>
- </html>
|