Advertisement
Watashiwa

postbit

May 1st, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. {$ignore_bit}
  2. <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  3. <table border="0" cellspacing="0" cellpadding="2" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
  4. <tbody>
  5. <tr>
  6. <td class="tcat">
  7. <div class="float_left smalltext">
  8. {$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
  9. </div>
  10. {$post['posturl']}
  11. </td>
  12. </tr>
  13.  
  14. <tr>
  15. <td class="trow1 {$unapproved_shade}">
  16. <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
  17. <tr>
  18. <td width="1">
  19. {$post['onlinestatus']}
  20. </td>
  21. <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
  22. {$post['useravatar']}
  23. </td>
  24. <td class="post_author">
  25. <strong><span class="largetext">{$post['profilelink']}</span></strong><br />
  26. <span class="smalltext">
  27. {$post['usertitle']}<br />
  28. {$post['userstars']}
  29. {$post['groupimage']}
  30. </span>
  31. </td>
  32. <td class="smalltext post_author_info" width="165">
  33. {$post['user_details']}
  34. </td>
  35. </tr>
  36. </table>
  37. </td>
  38. </tr>
  39.  
  40. <tr>
  41. <td class="trow2 post_content {$unapproved_shade}">
  42. <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
  43.  
  44. <div class="post_body" id="pid_{$post['pid']}">
  45. {$post['download_system']}{$post['message']}
  46. </div>
  47. {$post['attachments']}
  48. {$post['signature']}
  49.  
  50. <div class="post_meta" id="post_meta_{$post['pid']}">
  51. {$post['iplogged']}
  52. </div>
  53. <div>
  54.  
  55. <div class="ikony">
  56. <ul>
  57. <li>{$post['button_warn']}</li>
  58. <li>{$post['button_report']}</li>
  59. <li>{$post['button_quote']}</li>
  60. <li>{$post['button_multiquote']}</li>
  61. <li>{$post['button_quickdelete']}</li>
  62. <li>{$post['button_edit']}</li>
  63. <li>{$post['button_reply_pm']}{$post['button_replyall_pm']}</li>
  64. </ul>
  65. </div>
  66. </div>
  67. </td>
  68. </tr>
  69. </tbody>
  70. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement