{if $op == 'checklesson'} {if empty($edulessonlist)} {else} {loop $edulessonlist $row} {/loop} {/if} {else} {template 'admin/common/header'}
{if $op == 'display'}ID | 标题图 | 课程信息 | 操作 |
---|---|---|---|
{$row['id']} |
[ {$educate[$row['cateid']]['name']} ] {$row['title']} {$row['integral']}分 {if $row['stustatus']==1} 必修 {elseif $row['stustatus']==2} 选修 {/if} {if $row['status']==1} 待续中 {elseif $row['status']==2} 已结课 {elseif $row['status']==3} 已隐藏 {/if} {php echo date("Y-m-d H:i",$row['createtime']);} |
学习 {php echo intval($edustudytol[$row['id']]['tol'])} 章节 {php echo intval($educhaptertol[$row['id']]['tol'])} |