{if $op=="display"} {template 'header'}

{$educhapter['title']}

{if !empty($educhapter['apath'])}

{/if} {if !empty($educhapter['vpath'])}

{/if}
{php echo html_entity_decode($educhapter['details'], ENT_QUOTES)}

{if $edulog['status']==1 } {/if}

章节目录

 

{if empty($prev)} 已是首章 {else} 上一章 {/if}
{if $edulog['status']==2 }已完成{else}剩余:{$educhapter['needtime']}s{/if}
{if empty($next)} 已是尾章 {else} 下一章 {/if}
{template 'footer'} {/if}