{if $op=='postsection'} {if $setting['savetype']==2} {elseif $setting['savetype']==3} {elseif $setting['savetype']==4} {/if} {/if} {if $op!='previewVideo'} {template 'common/header'} {template 'web/lesson/_header'} {/if} {if $operation == 'display'} {template 'web/lesson/display'} {elseif $operation == 'postlesson'} {template 'web/lesson/postlesson'} {elseif $operation == 'auditsection'} {template 'web/lesson/auditsection'} {elseif $operation == 'viewsection'} {template 'web/lesson/viewsection'} {elseif $operation == 'postsection'} {template 'web/lesson/postsection'} {elseif $operation == 'sectionTitle'} {template 'web/lesson/sectionTitle'} {elseif $operation == 'postSectionTitle'} {template 'web/lesson/postSectionTitle'} {elseif $operation == 'document'} {template 'web/lesson/document'} {elseif $op=='attribute'} {template 'web/lesson/attribute'} {elseif $op=='addAttribute'} {template 'web/lesson/addAttribute'} {elseif $op=='updomain'} {template 'web/lesson/updomain'} {elseif $op=='inform'} {template 'web/lesson/inform'} {elseif $op=='informStudent'} {template 'web/lesson/informStudent'} {elseif $op=='previewVideo'} {template 'web/video/no-require-header'} {template 'web/lesson/_header'} {template 'web/lesson/previewVideo'} {elseif $op=='qrcodeList'} {template 'web/lesson/qrcodeList'} {elseif $op=='editQrcode'} {template 'web/lesson/editQrcode'} {/if} {if $op!='previewVideo'} {template 'common/footer'} {/if}