Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{$thread['subject']}</title>
  4. {$headerinclude}
  5. <script type="text/javascript">
  6. <!--
  7. var quickdelete_confirm = "{$lang->quickdelete_confirm}";
  8. // -->
  9. </script>
  10. <script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
  11. <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=150"></script>
  12. <script type="text/javascript">
  13. <!--
  14. var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
  15. var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
  16. var tylUser = "{$mybb->user['uid']}";
  17. -->
  18. </script>
  19. {$mention_script}</head>
  20. <body>
  21. {$header}
  22. {$pollbox}
  23. <div class="float_left">
  24. {$multipage}
  25.  
  26. </div>
  27. <div class="float_right">
  28. {$newreply}
  29. </div>
  30. {$ratethread}
  31. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
  32. <tr>
  33. <td class="thead" colspan="2">
  34. <div style="float: right;">
  35. <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
  36. </div>
  37. <div>
  38. <strong>{$thread['threadprefix']}{$thread['subject']}</strong>
  39. </div>
  40. </td>
  41. </tr>
  42. {$classic_header}
  43. </table>
  44. <div id="posts">
  45. {$posts}
  46. </div>
  47. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
  48. <tr>
  49. <td colspan="2" class="tfoot">
  50. {$search_thread}
  51. <div>
  52. <strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
  53. </div>
  54. </td>
  55. </tr>
  56. </table>
  57. <div class="float_left">
  58. {$multipage}
  59. </div>
  60. <div style="padding-top: 4px;" class="float_right">
  61. {$newreply}
  62. </div>
  63. <br style="clear: both;" />
  64. {$quickreply}
  65. {$threadexbox}
  66. {$similarthreads}
  67. <br />
  68. <div class="float_left">
  69. <ul class="thread_tools">
  70. <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
  71. <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
  72. <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
  73. </ul>
  74. </div>
  75.  
  76. <div class="float_right" style="text-align: right;">
  77. {$moderationoptions}
  78. {$forumjump}
  79. </div>
  80. <br style="clear: both;" />
  81. {$usersbrowsing}
  82. {$footer}
  83. </body>
  84. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement