Advertisement
Guest User

Untitled

a guest
Mar 30th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {$ignore_bit}{$deleted_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. <div class="post_author scaleimages">
  5. <div class="author_information">
  6. <strong><span class="largetext">{$post['profilelink']}</span></strong><br />
  7. <span class="smalltext">
  8. <span style="font-weight: 400;">{$post['usertitle']}</span><br />
  9. {$post['userstars']}
  10. {$post['groupimage']} {$post['additional_images']}
  11. </span>
  12. </div><br />
  13. {$post['useravatar']}
  14. <div class="author_statistics">
  15. {$post['user_details']}
  16. </div>
  17. </div>
  18. <div class="post_content">
  19. <div class="post_head">
  20. {$post['posturl']}
  21. {$post['icon']}
  22. <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
  23. {$post['subject_extra']}
  24. </div>
  25. <div class="post_body scaleimages" id="pid_{$post['pid']}">
  26. {$post['message']}
  27. </div>
  28. {$post['attachments']}
  29. {$post['signature']}
  30. <div class="post_meta" id="post_meta_{$post['pid']}">
  31. {$post['iplogged']}
  32. <div class="float_right">
  33. {$post['poststatus']}
  34. </div>
  35. </div>
  36. {$post['input_editreason']}
  37. </div>
  38. <div class="post_controls">
  39. <span class="float_left" style="padding-left: 3px; padding-top: 7px; display: inline-block;">{$post['onlinestatus']}</span>
  40. <div class="postbit_buttons author_buttons float_left">
  41. {$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
  42. </div>
  43. <div class="postbit_buttons post_management_buttons float_right">
  44. {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
  45. </div>
  46. </div>
  47. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement