Advertisement
Millie-non

privmsgs_read_body (Peaceful)

Dec 4th, 2020 (edited)
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. <div id="privmsgs-menu">
  2. <div>{INBOX_IMG} <span>{INBOX}</span></div>
  3. <div>{SENTBOX_IMG} <span>{SENTBOX}</span></div>
  4. <div>{OUTBOX_IMG} <span>{OUTBOX}</span></div>
  5. <div>{SAVEBOX_IMG} <span>{SAVEBOX}</span></div>
  6. </div>
  7.  
  8. <form action="{S_PRIVMSGS_ACTION}" method="post">
  9.  
  10. <div class="pcf-viewforum_body">
  11. <!-- BEGIN switch_post_reply -->
  12. <div class="topic-actions"><div class="buttons"><div class="post-icon">{REPLY_PM_IMG}</div></div></div>
  13. <!-- END switch_post_reply -->
  14. </div>
  15.  
  16. <h1 class="page-title">{BOX_NAME} :: {L_MESSAGE}</h1><br style="clear:both" />
  17.  
  18. <div class="post row2"><div class="inner">
  19. <div class="h3">{POST_SUBJECT}</div>
  20. <div class="pcf-eapost">
  21. <div class="pcf-author">{L_FROM} {MESSAGE_FROM} {L_TO} {MESSAGE_TO}, {POST_DATE}</div>
  22. <ul class="pcf-iconsedits" style="display: inline-flex;list-style-type: none!important;"><!-- BEGIN switch_quote --> <li>{QUOTE_PM_IMG}</li> <!-- END switch_quote --> <li>{EDIT_PM_IMG}</li></ul>
  23. </div>
  24.  
  25. <div class="postbody"><div class="content">{MESSAGE}</div></div>
  26.  
  27. <div class="pcf-postprofile" id="profile{postrow.displayed.U_POST_ID}">
  28. <div class="pcf-profile-username">{MESSAGE_FROM}</div>
  29. <div class="pcf-profile-avatar">{AVATAR_FROM}</div>
  30. <div class="pcf-profile-contact"><!-- BEGIN switch_user_contact --> {PROFILE_IMG} {PM_IMG} {WWW_IMG} <!-- END switch_user_contact --></div>
  31. </div>
  32.  
  33. </div></div>
  34.  
  35. <div class="pcf-navuser-vfm">
  36. <fieldset class="submit-buttons">
  37. {S_HIDDEN_FIELDS}
  38. <!-- BEGIN switch_save -->
  39. <input class="button2" type="submit" name="save" value="{L_SAVE_MSG}" />&nbsp;&nbsp;
  40. <!-- END switch_save -->
  41. <!-- BEGIN switch_move_profile -->
  42. <input class="button2" type="submit" name="moveprofile" value="{L_MOVE_PROFILE}" />&nbsp;&nbsp;
  43. <!-- END switch_move_profile -->
  44. <input class="button2" type="submit" name="delete" value="{L_DELETE_MSG}" />
  45. </fieldset></div>
  46.  
  47.  
  48. <div class="pcf-viewforum_body">
  49. <!-- BEGIN switch_post_reply -->
  50. <div class="topic-actions"><div class="buttons"><div class="post-icon">{REPLY_PM_IMG}</div></div></div>
  51. <!-- END switch_post_reply -->
  52. </div>
  53.  
  54. </form>
  55.  
  56. <!-- BEGIN switch_review_box -->
  57. {TOPIC_REVIEW_BOX}
  58. <!-- END switch_review_box -->
  59.  
  60. {JUMPBOX}
  61.  
  62. <!-- BEGIN switch_image_resize -->
  63. <script type="text/javascript">
  64. //<![CDATA[
  65. $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  66. //]]>
  67. </script>
  68. <!-- END switch_image_resize -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement