{template 'common/header'} {template 'web/lesson/_header'} {if $op == 'display'} {template 'web/lesson/display'} {elseif $op == 'postlesson'} {template 'web/lesson/postlesson'} {elseif $op == 'sign'} {template 'web/lesson/sign'} {elseif $op == 'signTitle'} {template 'web/lesson/signTitle'} {elseif $op == 'postSignTitle'} {template 'web/lesson/postSignTitle'} {elseif $op == 'auditContent'} {template 'web/lesson/auditContent'} {/if} {template 'common/footer'}