{template 'common/header'} {template 'web/store/_header'} {if $op == 'display'} {template 'web/store/display'} {elseif $op == 'postCourse'} {template 'web/store/postCourse'} {elseif $op == 'courseQuestion'} {template 'web/store/courseQuestion'} {elseif $op == 'postQuestion'} {template 'web/store/postQuestion'} {elseif $op == 'examine'} {template 'web/store/examine'} {elseif $op == 'postExamine'} {template 'web/store/postExamine'} {elseif $op == 'examineQuestion'} {template 'web/store/examineQuestion'} {elseif $op == 'examineAppraiseList'} {template 'web/store/examineAppraiseList'} {elseif $op == 'examineAppraiseDetails'} {template 'web/store/examineAppraiseDetails'} {/if} {template 'common/footer'}