Advertisement
W4R1AT

Untitled

Feb 12th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {$ignore_bit}
  2. <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  3. <div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
  4. <h3>
  5. <div class="post_username">
  6. <strong> {$post['onlinestatus']}</strong>
  7. </div>
  8. <div class="post_date2">
  9. {$post['postdate']} - <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
  10. </div>
  11. <div style="margin-right: 50px;font-size: 11px; float:right;">{$post['iplogged']}</div>
  12. </h3>
  13. <div class="post_author scaleimages">
  14.  
  15. <div style="text-align:center; margin-bottom:5px;"><span style="font-size:16px;">{$post['profilelink']}</br></span>
  16. </div>
  17. {$post['useravatar']}
  18. <div class="author_information">
  19.  
  20.  
  21. </div>
  22. <div class="author_statistics">
  23. {$post['groupimage']}
  24. <div class="author_title">{$post['usertitle']}</div>
  25. {$post['user_details']}
  26. </div>
  27. </div>
  28. <div class="post_content">
  29. <div class="post_head">
  30. {$post['subject_extra']}
  31. <span class="post_checkandid">
  32. {$post['posturl']}
  33. {$post['icon']}
  34. </span>
  35. </div>
  36. <div class="post_body scaleimages" id="pid_{$post['pid']}">
  37. {$post['message']}
  38. </div>
  39. {$post['attachments']}
  40. {$post['signature']}
  41.  
  42. </div></div>
  43. <div class="post_controls">
  44. <div class="postbit_buttons author_buttons float_left">
  45. {$post['button_www']}{$post['button_email']}{$post['button_pm']}{$post['button_report']}
  46. </div>
  47. <div class="postbit_buttons post_management_buttons float_right">
  48. {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}{$post['button_find']}
  49. </div>
  50. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement