ca752676bb884d8cec6c3c686a868544.php 2.2 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:51:"themes/simpleboot3/portal/index/student_shouce.html";i:1534948440;}*/ ?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="yes" name="apple-touch-fullscreen">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no">
    <title>学员手册</title>
    <link rel="stylesheet" href="/static/css/common.css">
    <link rel="stylesheet" href="/static/css/style.css">
</head>
<body style="background-color: #f6f6f6;">
<div class="box">
    <div class="shouceBox">
        <?php if(empty($data) || (($data instanceof \think\Collection || $data instanceof \think\Paginator ) && $data->isEmpty())): ?>
            <div class="orderList">
                <h1>
                    <b>暂无数据</b>
                </h1>
            </div>
            <?php else: if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
                <div class="ceList">
                    <a href="<?php echo url('shouce_details',array('id'=>$vo['id'])); ?>">
                        <img src="/upload/<?php echo $vo['thumbnail']; ?>" />
                        <div class="ce_content">
                            <h1><?php echo $vo['post_title']; ?></h1>
                            <p class="introduce">
                                <?php echo $vo['post_excerpt']; ?>
                            </p>
                        </div>
                    </a>
                </div>
            <?php endforeach; endif; else: echo "" ;endif; endif; ?>


    </div>
</div>


<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/static/js/common.js"></script>
<script type="text/javascript" src="/static/js/study_car.js"></script>
<script>

</script>
</body>
</html>