portal_topic_content.htm 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <!--{template common/header}-->
  2. <div id="pt" class="bm cl">
  3. <div class="z">
  4. <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>&rsaquo;</em> $topic[title]
  5. </div>
  6. </div>
  7. <link id="style_css" rel="stylesheet" type="text/css" href="{STATICURL}topic/t1/style.css?{VERHASH}">
  8. <style id="diy_style" type="text/css"></style>
  9. <div id="widgets">
  10. </div>
  11. <div class="wp">
  12. <!--[diy=diypage]-->
  13. <div id="diypage" class="area">
  14. <div id="frame1" class="frame move-span frame-1 cl">
  15. <div class="frame-title title" id="frame1"><span class="titletext">{lang frame}</span></div>
  16. <div id="frame1_left" class="column frame-1-c"></div>
  17. </div>
  18. </div>
  19. <!--[/diy]-->
  20. <!--{if $topic['allowcomment']==1}-->
  21. {eval
  22. $data = &$topic;
  23. $common_url = "portal.php?mod=comment&id=$topicid&idtype=topicid";
  24. $form_url = "portal.php?mod=portalcp&ac=comment";
  25. $commentlist = portaltopicgetcomment($topicid); }
  26. <!--{template portal/portal_comment}-->
  27. <!--{/if}-->
  28. </div>
  29. <script src="misc.php?mod=diyhelp&action=get&type=topic&diy=yes&topicid=$topicid&r={echo random(4)}" type="text/javascript"></script>
  30. <!--{template common/footer}-->