123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>年度总结</title>
- <!--<link rel="stylesheet" type="text/css" href="/css/base.css">-->
- <style>
- *{margin:0;padding:0;font-weight: normal;}
- ol,ul,li { list-style:none;padding:0px;}
- .fl{float:left}
- .fr{float:right}
- .alignRight{text-align:right;}
- .alignCenter{text-align: center}
- a{text-decoration:none;}
- /*body img{vertical-align: middle;max-width:480px;}*/
- body img{vertical-align: middle;max-width:100%;}
- /*body{margin:10px;}*/
- body{margin:8px;}
- p{margin:0;}
- .paddingNo{padding:0px;}
- .font18{font-size:18px !important;}
- .font12{font-size:12px !important;}
- .font10{font-size:10px !important;}
- .font8{font-size:8px !important;}
- .mt5{margin-top:5px}
- .mt6{margin-top:6px}
- .mt8{margin-top:8px}
- .mt10{margin-top:10px}
- .mt15{margin-top:15px}
- .mt20{margin-top:20px}
- .mb20{margin-bottom:20px}
- .mt40{margin-top:40px}
- .ml4{margin-left:4px}
- .ml10{margin-left:10px}
- .mb5{margin-bottom:5px;}
- .fontBold{font-weight:bold}
- .clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
- .clearfix {*zoom:1; }
- .warp-box{padding:0 24px;}
- .sendword-box{margin:0 24px;padding:8px 10px; border:1px solid #cdcdcd;border-radius: 4px;}
- .sendword{position: relative;padding:10px 5px;line-height: 30px;text-indent: 2em; border:1px dashed #c8c8c8;border-radius: 3px;}
- .sendword-box img{position: absolute;left:20px;top:-6px;transform:translateY(-50%);height:20px;}
- .caption{margin-top:5px;}
- .caption img{height: 20px;}
- .table-score{width:100%}
- .table-score td{border-bottom:1px dashed #ccc; line-height: 30px;}
- .table-score thead td{position: relative;}
- .table-score thead i{position: absolute;top:50%;right:0;height:8px;transform:translateY(-50%); border-right:1px solid #ccc;}
- .point-detail{position: relative;padding-left:80px;text-align: justify;line-height: 20px;}
- .point-detail span{position: absolute;left:0;top:0;}
- .score-status div{width:25%;position: relative;}
- .score-status div:before{position: absolute;content: "";height:10px;border-right:1px solid #ccc;top:50%;right:0;transform: translateY(-50%)}
- .score-status div:last-child:before{border:0}
- </style>
- </head>
- <body style="padding:20px 0">
- <div class="sendword-box">
- <div class="sendword font8">
- 亲爱的<span class="font12"><?php echo $stu_name?></span>同学:校本课程平台感谢你的一路相伴,这份温馨的年度报告总结记载着你一年来的学习历程。来看看这一年内,校本课程平台给你带来的收货吧!
- <img src="/images/send_word.jpg">
- </div>
- </div>
- <h3 class="caption warp-box"><img src="/images/mine.png"></h3>
- <div class="font8 warp-box">
- <p class="mt10"><?php echo $year;?>年的<?php echo $days;?>天,共<?php echo $weeks;?>周,使用校本课程平台考试的连续周数最高达到了<?php echo $contin_weeks;?>周</p>
- <p class="mt10">希望在<?php echo $year_next;?>,我们不离不弃!</p>
- </div>
- <h3 class="caption warp-box"><img src="/images/cat_01.png"></h3>
- <div class="warp-box">
- <table class="font8 table-score alignCenter">
- <thead>
- <tr>
- <td></td>
- <td>语文</td>
- <td>数学</td>
- <td>英语</td>
- <td>政治</td>
- <td>历史</td>
- <td>地理</td>
- <td>物理</td>
- <td>化学</td>
- <td>生物 <i></i></td>
- <td>文综</td>
- <td>理综</td>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>全年级考试总场次</td>
- <?php if($exam_count):?>
- <?php foreach($exam_count as $k=>$v):?>
- <td><?php echo $v['total_count']?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- <tr>
- <td>实际参与次数</td>
- <?php if($exam_count):?>
- <?php foreach($exam_count as $k=>$v):?>
- <td><?php echo $v['real_count'];?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- <tr>
- <td>缺考场次</td>
- <?php if($exam_count):?>
- <?php foreach($exam_count as $k=>$v):?>
- <td><?php echo $v['del_count'];?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- </tbody>
- </table>
- </div>
- <h3 class="caption warp-box"><img src="/images/cat_02.png"></h3>
- <div class="warp-box">
- <table class="font8 table-score alignCenter">
- <thead>
- <tr>
- <td></td>
- <td>语文</td>
- <td>数学</td>
- <td>英语</td>
- <td>政治</td>
- <td>历史</td>
- <td>地理</td>
- <td>物理</td>
- <td>化学</td>
- <td>生物 <i></i></td>
- <td>文综</td>
- <td>理综</td>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>班级排名上升次数</td>
- <?php if($score_mes):?>
- <?php foreach($score_mes as $k=>$v):?>
- <td><?php echo $v['rise_count'];?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- <tr>
- <td>班级排名下降次数</td>
- <?php if($score_mes):?>
- <?php foreach($score_mes as $k=>$v):?>
- <td><?php echo $v['drop_count'];?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- <tr>
- <td>考试进班级前10%</td>
- <?php if($score_mes):?>
- <?php foreach($score_mes as $k=>$v):?>
- <td><?php echo $v['class_top_ten'];?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- <tr>
- <td>统考进年级前10%</td>
- <?php if($score_mes):?>
- <?php foreach($score_mes as $k=>$v):?>
- <td><?php echo $v['unified_top_ten'];?></td>
- <?php endforeach;?>
- <?php endif;?>
- </tr>
- </tbody>
- </table>
- </div>
- <h3 class="caption warp-box"><img src="/images/cat_03.png"></h3>
- <div class="warp-box" >
- <table class="font8 table-score alignCenter">
- <thead>
- <tr>
- <td>科目</td>
- <td>考试名称</td>
- <td>分数</td>
- <td>年级排名</td>
- <td>班级排名</td>
- </tr>
- </thead>
- <tbody>
- <?php if($best_exam_mes):?>
- <?php $subjectName = array(
- 3=>'数学',
- 6=>'数学',
- 8=>'英语',
- 9=>'语文',
- 12=>'物理',
- 13=>'化学',
- 14=>'生物',
- 15=>'政治',
- 16=>'历史',
- 17=>'地理',
- 18=>'理综',
- 19=>'文综',
- );?>
- <?php foreach($best_exam_mes as $k=>$v):?>
- <tr>
- <td><?php echo $subjectName[$k];?></td>
- <td><?php echo $v['name'];?></td>
- <td><?php echo $v['scoring'];?>/<?php echo $v['score'];?></td>
- <td><?php echo $v['grade_no'];?>/<?php echo $v['grade_total_no'];?></td>
- <td><?php echo $v['class_no'];?>/<?php echo $v['class_total_no'];?></td>
- </tr>
- <?php endforeach;?>
- <?php endif;?>
-
-
- </tbody>
- </table>
- </div>
- <h3 class="caption warp-box"><img src="/images/cat_04.png"></h3>
- <div class="font8 warp-box">
- <p class="mt15">考察考点总量:共<?php echo $method_mes['count'];?>个</p>
- <p class="mt15 point-detail"><span><?php echo count($method_mes['name']);?>个高频考点:</span>
- <?php if($method_mes['name']):?>
- <?php $a = 1;?>
- <?php foreach($method_mes['name'] as $k=>$v):?>
- 【考点<?php echo $a;?><?php echo $v;?>】
- <?php $a++;?>
- <?php endforeach;?>
- <?php endif;?>
- </p>
- </div>
- <h3 class="caption warp-box"><img src="/images/cat_05.png"></h3>
- <div class="font8 warp-box score-status mt15 clearfix">
- <div class="fl alignCenter"><p class="font12 mb5">共<?php echo $isp_mes['isp_days'];?>天</p>付费使用个性化学习宝</div>
- <div class="fl alignCenter"><p class="font12 mb5">共<?php echo $isp_mes['isp_create'];?>份</p>生成个性化学习宝</div>
- <div class="fl alignCenter"><p class="font12 mb5">共<?php echo $isp_mes['isp_down'];?>份</p>下载个性化学习宝</div>
- <div class="fl alignCenter"><p class="font12 mb5"><?php echo $isp_mes['isp_down_ratio'];?></p>下载率</div>
- </div>
- </body>
- </html>
|