{template 'common/header'}
章节管理 添加&编辑章节
{if $op == 'display'}
筛选
{loop $list $row} {/loop}
排序/ID 章节标题/时长/状态/时间 操作

{$row['priority']}

{$row['id']}

{$row['title']}

{$row['needtime']}s {if $row['status']==1} 待审核 {elseif $row['status']==2} 已归档 {elseif $row['status']==3} 已隐藏 {/if} {php echo date("Y-m-d H:i",$row['createtime']);}

所属课程: {$edulessonarr[$row['lessonid']]['title']}
记录 {php echo intval($edulogtol[$row['id']]['tol'])} 修改 删除
{$pager}
{elseif $op == 'post'}
基本信息设置
降序,值越大越靠前
内容信息设置
该项填写后,点击会进入对应的外部链接,同时视为本章节学习完成
{php echo tpl_form_field_audio('apath',$educhapter['apath']);}
为空时,前端不显示
{php echo tpl_form_field_video('vpath',$educhapter['vpath']);}
为空时,前端不显示
{php echo tpl_ueditor('details', $educhapter['details']);}
{/if} {template 'common/footer'}