Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{$mybb->settings['bbname']}</title>
  4. {$headerinclude}
  5. <script type="text/javascript">
  6. <!--
  7. lang.no_new_posts = "{$lang->no_new_posts}";
  8. lang.click_mark_read = "{$lang->click_mark_read}";
  9. // -->
  10.  
  11. </script>
  12. </head>
  13. <body>
  14. {$header}
  15. {$dvz_shoutbox}
  16.  
  17. <div class="forum" style="float: left;">{$forums}{$boardstats}</div>
  18. <div class="side" style="float: right; width: 22%; margin: auto;">
  19. <table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
  20. <tbody><tr>
  21. <td style="font-weight: bold;" class="thead">
  22. <i class="fa fa-bullhorn"></i> Ogłoszenia
  23. </td>
  24. </tr>
  25.  
  26. <tr>
  27. <td class="trow2" style="padding:11px">
  28. <a href="#">chuj wie co tu bedzie</a>
  29. </td>
  30. </tr>
  31. </tbody></table>
  32.  
  33. <table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
  34.  
  35. <tbody><tr>
  36. <td style="font-weight: bold;" class="thead">
  37. <i class="fa fa-chart-bar"></i> Statystyki forum
  38. </td>
  39. </tr>
  40.  
  41. <tr>
  42. <td style="padding: 12px;" class="trow2">
  43. <span style="float:left"><i class="fas fa-users"></i> Użytkowników: </span> <span style="float:right">{$stats['numusers']}</span>
  44. </td>
  45. </tr>
  46.  
  47. <tr>
  48. <td style="padding: 12px;" class="trow2">
  49. <span style="float:left"><i class="far fa-edit"></i> Napisanych postów: </span> <span style="float:right">{$stats['numposts']} </span>
  50. </td>
  51. </tr>
  52.  
  53. <tr>
  54. <td style="padding: 12px;" class="trow2">
  55. <span style="float:left"><i class="far fa-folder-open"></i> Napisanych tematów: </span> <span style="float:right">{$stats['numthreads']}</span>
  56. </td>
  57. </tr>
  58. <tr style="">
  59. <td style="padding: 12px;" class="trow2">
  60. <span style="float:left"><i class="fas fa-user-plus"></i> Ostatnio zarejestrowany: </span> <span style="float:right"><a href="#">{$newestmember}</a></span>
  61. </td>
  62. </tr>
  63. </tbody></table>
  64. </div>
  65. <br class="clear" />
  66. {$footer}
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement