Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.99 KB | None | 0 0
  1. {vb:raw template_hook.postbit_start}
  2. <li class="postbitlegacy postbitim postcontainer {vb:raw post.statusicon}" id="post_{vb:raw post.postid}">
  3. <!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
  4.  
  5. <div class="posthead">
  6. <span class="postdate {vb:raw post.statusicon}">
  7. <vb:if condition="$show['announcement']">
  8. <span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
  9. <vb:else />
  10. <span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']">,&nbsp;<span class="time">{vb:raw post.posttime}</span></vb:if></span>
  11. </vb:if>
  12. </span>
  13. <span class="nodecontrols">
  14. <vb:if condition="$post['postid'] AND $post['threadid'] AND !$show['moderated']">
  15. <a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="<vb:if condition="$show['inlinemod']">ie</vb:if>postcounter">#{vb:raw post.postcount}</a><a id="postcount{vb:raw post.postid}" name="{vb:raw post.postcount}"></a>
  16. </vb:if>
  17. <vb:if condition="$show['moderated']"><a name="post{vb:raw post.postid}"></a>{vb:rawphrase moderated_post}</vb:if>
  18. <vb:if condition="$show['inlinemod']">
  19. <label for="post_imod_checkbox_{vb:raw post.postid}"><input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" /></label>
  20. </vb:if>
  21. </span>
  22. </div>
  23. <div class="postdetails">
  24. <div class="userinfo">
  25. <div class="username_container">
  26. <vb:if condition="$post['userid']">
  27. {vb:raw memberaction_dropdown}
  28. {vb:raw post.onlinestatus}
  29. <vb:else />
  30. <span class="username guest">{vb:raw post.musername}</span>
  31. </vb:if>
  32. </div>
  33. <span class="usertitle">
  34. {vb:raw post.usertitle}
  35. </span>
  36. <vb:if condition="$post['rank']">
  37. <span class="rank">{vb:raw post.rank}</span>
  38. </vb:if>
  39. {vb:raw template_hook.postbit_userinfo_left}
  40. <vb:if condition="$show['reputation']">
  41. <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
  42. <vb:each from="reputationdisplay" value="row">
  43. <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
  44. </vb:each>
  45. </span>
  46. </vb:if>
  47. <vb:if condition="$show['avatar']">
  48. <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
  49. <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
  50. </a>
  51. </vb:if>
  52. <vb:if condition="$post['userid']">
  53. <hr />
  54. <dl class="userinfo_extra">
  55. <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
  56. <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
  57. <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
  58. <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
  59. <!-- Wy Country Flags Start -->
  60. <vb:if condition="$post['field5']"><div class="bppostbit"><div align="left">Country: </dt></dt> <img src="/vb4/images/flags/{vb:raw post.field5}.GIF" align="middle" alt="{vb:raw post.field5}" border="" /></vb:if>
  61. <!-- Wy Flags End -->
  62.  
  63. {vb:raw template_hook.postbit_userinfo_right_after_posts}
  64. </dl>
  65. <vb:if condition="$show['infraction'] OR $show['reppower']">
  66. <dl class="user_rep">
  67. <vb:if condition="$show['infraction']">
  68. <dt>{vb:rawphrase infractions}</dt>
  69. <dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
  70. </vb:if>
  71. <vb:if condition="$show['reputation']">
  72. <vb:if condition="$show['reppower']">
  73. <dt>{vb:rawphrase reppower}</dt>
  74. <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
  75. </vb:if>
  76. </vb:if>
  77. </dl>
  78. </vb:if>
  79. {vb:raw template_hook.postbit_userinfo_right}
  80. <div class="imlinks">
  81. {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
  82. </div>
  83. </vb:if>
  84. </div>
  85. <div class="postbody">
  86. <div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
  87. {vb:raw template_hook.postbit_messagearea_start}
  88. <vb:if condition="$post['title'] OR $show['messageicon']">
  89. <h2 class="title icon">
  90. <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
  91. </h2>
  92. </vb:if>
  93.  
  94.  
  95. <vb:if condition="$post['isfirstshown']">
  96. {vb:raw ad_location.ad_showthread_firstpost_start}
  97. {vb:raw ad_location.thread_first_post_content}
  98. </vb:if>
  99. <vb:if condition="$post['islastshown']">
  100. {vb:raw ad_location.thread_last_post_content}
  101. </vb:if>
  102. <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
  103. <div id="post_message_{vb:raw post.postid}">
  104. <blockquote class="postcontent restore ">
  105. {vb:raw post.message}
  106. </blockquote>
  107. </div>
  108.  
  109. <vb:if condition="$show['attachments']">
  110. <div class="attachments">
  111.  
  112. <vb:if condition="$show['thumbnailattachment']">
  113. <fieldset class="postcontent">
  114. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_thumbnails}" /> {vb:rawphrase attached_thumbnails}</legend>
  115. {vb:raw post.thumbnailattachments}
  116. </fieldset>
  117. </vb:if>
  118.  
  119. <vb:if condition="$show['imageattachment']">
  120. <fieldset class="postcontent">
  121. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
  122. {vb:raw post.imageattachments}
  123. </fieldset>
  124. </vb:if>
  125.  
  126. <vb:if condition="$show['imageattachmentlink']">
  127. <fieldset class="postcontent">
  128. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
  129. <ul>
  130. {vb:raw post.imageattachmentlinks}
  131. </ul>
  132. </fieldset>
  133. </vb:if>
  134.  
  135. <vb:if condition="$show['otherattachment']">
  136. <fieldset class="postcontent">
  137. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_files}" /> {vb:rawphrase attached_files}</legend>
  138. <ul>
  139. {vb:raw post.otherattachments}
  140. </ul>
  141. </fieldset>
  142. </vb:if>
  143.  
  144. <vb:if condition="$show['moderatedattachment']">
  145. <fieldset class="postcontent">
  146. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attachments_pending_approval}" /> {vb:rawphrase attachments_pending_approval}</legend>
  147. <ul>
  148. {vb:raw post.moderatedattachments}
  149. </ul>
  150. </fieldset>
  151. </vb:if>
  152.  
  153. </div>
  154. <!-- / attachments -->
  155. </vb:if>
  156. </div>
  157. </div>
  158. <vb:if condition="$show['postedited'] || $post['signature']">
  159. <div class="after_content">
  160. <vb:if condition="$show['postedited']">
  161. <!-- edit note -->
  162. <blockquote class="postcontent lastedited">
  163. <vb:if condition="$show['postedithistory']">
  164. {vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
  165. {vb:raw post.edit_time}, {vb:raw post.historyurl}}
  166. <vb:else />
  167. {vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
  168. </vb:if>
  169. <vb:if condition="$post['edit_reason']">
  170. <span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
  171. </vb:if>
  172. </blockquote>
  173. <!-- / edit note -->
  174. </vb:if>
  175. {vb:raw template_hook.postbit_signature_start}
  176. <vb:if condition="$post['isfirstshown']">
  177. {vb:raw ad_location.ad_showthread_firstpost_sig}
  178. </vb:if>
  179. <vb:if condition="$post['signature']">
  180. <blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
  181. </vb:if>
  182. {vb:raw template_hook.postbit_signature_end}
  183. </div>
  184. </vb:if>
  185. <div class="cleardiv"></div>
  186. </div>
  187. </div>
  188. <div class="postfoot">
  189. <!-- <div class="postfoot_container"> -->
  190. <div class="textcontrols floatcontainer">
  191. <span class="postcontrols">
  192. <img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
  193. <vb:if condition="$post['editlink']">
  194. <a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}" title="{vb:rawphrase edit_delete_message}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
  195. <vb:if condition="THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'"><span class="seperator">&nbsp;</span></vb:if>
  196. </vb:if>
  197. <vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
  198. <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&amp;noquote=1" rel="nofollow" title="{vb:rawphrase quick_reply_to_this_message}"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
  199. <span class="seperator">&nbsp;</span>
  200. </vb:if>
  201. <vb:if condition="$post['replylink']">
  202. <a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow" title="{vb:rawphrase reply_with_quote}"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a>
  203. <vb:if condition="$show['multiquote_post']"><span class="seperator">&nbsp;</span></vb:if>
  204. </vb:if>
  205. <vb:if condition="$show['multiquote_post']">
  206. <a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}" title="{vb:rawphrase multi_quote_this_message}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" />&nbsp;</a>
  207. </vb:if>
  208. </span>
  209. <span class="postlinking">
  210. <vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
  211. <vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
  212. <a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
  213. <span class="seperator">&nbsp;</span>
  214. </vb:if>
  215. </vb:if>
  216.  
  217. {vb:raw template_hook.postbit_controls}
  218. {vb:raw post.iplogged}
  219. <vb:if condition="$post['forwardlink']">
  220. <a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
  221. <vb:if condition="$show['reputationlink'] OR $show['infractionlink'] OR $show['moderated'] OR $show['spam'] OR $show['deletedpost'] OR $show['redcard'] OR $show['yellowcard']"><span class="seperator">&nbsp;</span></vb:if>
  222. </vb:if>
  223. <vb:if condition="$show['reputationlink']">
  224. <span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&amp;p={vb:raw post.postid}" title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" /> -->&nbsp;</a></span>
  225. </vb:if>
  226.  
  227. <vb:if condition="$show['infractionlink']">
  228. &nbsp;<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> &nbsp;</a> &nbsp;
  229. </vb:if>
  230. <vb:if condition="$show['reportlink']">
  231. &nbsp;<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> -->&nbsp;</a> &nbsp;
  232. </vb:if>
  233.  
  234. <vb:if condition="$show['moderated']">
  235. <img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
  236. </vb:if>
  237. <vb:if condition="$show['spam']">
  238. <img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
  239. </vb:if>
  240. <vb:if condition="$show['deletedpost']">
  241. <vb:if condition="$show['managepost']">
  242. <a class="deleted" href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=managepost&amp;p={vb:raw post.postid}" title="{vb:rawphrase manage}">&nbsp;</a>
  243. <vb:else />
  244. <img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_button}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
  245. </vb:if>
  246. </vb:if>
  247. <vb:if condition="$show['redcard']">
  248. <a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> &nbsp;</a>
  249. <vb:elseif condition="$show['yellowcard']" />
  250. <a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> &nbsp;</a>
  251. </vb:if>
  252. <vb:if condition="$post['api_platform']">
  253. <vb:if condition="$post['api_platform_link']">
  254. <a class="mobile mobile_{vb:raw post.api_platform}" href="{vb:raw post.api_platform_link}" rel="nofollow" title="{vb:rawphrase {vb:raw post['api_platform_link_title']}}">{vb:rawphrase {vb:raw post['api_platform_link_phrase']}}</a>
  255. <vb:else />
  256. <span class="mobile mobile_{vb:raw post.api_platform}">{vb:rawphrase {vb:raw post['api_platform_link_phrase']}}</span>
  257. </vb:if>
  258. </vb:if>
  259. </span>
  260. <!-- </div> -->
  261. </div>
  262. </div>
  263. <hr />
  264. </li>
  265. {vb:raw template_hook.postbit_end}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement