display.html 741 B

12345678910111213141516
  1. {template 'common/header'}
  2. {if $do == 'system'}
  3. <div style="height: 902px; z-index: 1;">
  4. <iframe src="//s.we7.cc/index.php?c=wiki&a=view&id=2&list=29&simple=1{if $_W['isfounder'] && !user_is_vice_founder()}&role=admin{/if}" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" allowTransparency="true"></iframe>
  5. </div>
  6. {/if}
  7. {if $do == 'custom'}
  8. <div style="height: 902px; z-index: 1;">
  9. {if !empty($wiki_id)}
  10. <iframe src="//s.we7.cc/index.php?c=wiki&a=view&id={$wiki_id}&simple=1" marginheight="0" marginwidth="0" frameborder="0" width="100%" height="100%" allowTransparency="true"></iframe>
  11. {else}
  12. <div class="we7-margin-vertical text-center font-lg">ÔÝÎÞÄÚÈÝ</div>
  13. {/if}
  14. </div>
  15. {/if}
  16. {template 'common/footer'}