Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 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="userdetails<vb:if condition="$show['avatar']"> hasavatar</vb:if>">
  26. <div class="username_container">
  27. <vb:if condition="$post['userid']">
  28. {vb:raw memberaction_dropdown}
  29. <vb:else />
  30. <span class="username guest">{vb:raw post.musername}</span>
  31. </vb:if>
  32. </div>
  33. <vb:if condition="$post['rank']">
  34. <span class="rank">{vb:raw post.rank}</span>
  35. </vb:if>
  36. {vb:raw template_hook.postbit_userinfo_left}
  37. </div>
  38. <vb:if condition="$show['avatar']">
  39. <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
  40. <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
  41. </a>
  42. </vb:if>
  43. <vb:if condition="$post['userid']">
  44. <hr />
  45. <dl class="userinfo_extra">
  46.  
  47. <vb:if condition="$post['userid']"><div class="post_field"><dd><center>{vb:raw post.usertitle}</center></dd></div></vb:if>
  48. <vb:if condition="$post['userid']"><div class="post_field"><dt>Stato</dt> <dd>{vb:raw post.onlinestatus}</dd></div></vb:if>
  49. <vb:if condition="$post['joindate']"><div class="post_field"><dt>Registrato il</dt> <dd>{vb:raw post.joindate}</dd></div></vb:if>
  50. <vb:if condition="$post['field2']"><div class="post_field"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></div></vb:if>
  51. <vb:if condition="$post['age']"><div class="post_field"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></div></vb:if>
  52. <div class="post_field"><dt>{vb:rawphrase posts}</dt><dd>{vb:raw post.posts}</dd></div>
  53. <vb:if condition="$post['field5']"><div class="post_field"><dt>Frase personale</dt><marquee></dd><p>{vb:raw post.field5}</marquee></div></vb:if>
  54. <vb:if condition="$show['reputation']">
  55. <vb:if condition="$show['reppower']">
  56. <b>Reputazione</b>: {vb:raw post.reppower} {vb:raw post.reputationdisplay}
  57.  
  58. </vb:if>
  59. </vb:if>
  60. {vb:raw template_hook.postbit_userinfo_right_after_posts}
  61. <vb:if condition="!$show['infraction'] AND !$show['reppower']">
  62. <div class="imlinks">
  63. {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
  64. </div>
  65. </vb:if>
  66. </dl>
  67. <vb:if condition="$show['infraction'] OR $show['reppower']">
  68. <dl class="user_rep">
  69. <vb:if condition="$show['infraction']">
  70. <div class="post_field"><dt>{vb:rawphrase infractions}</dt>
  71. <dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd></div>
  72. </vb:if>
  73. <div class="imlinks">
  74. {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
  75. </div>
  76. </dl>
  77. </vb:if>
  78. {vb:raw template_hook.postbit_userinfo_right}
  79. <div class="clear"></div>
  80. </vb:if>
  81. </div>
  82. <div class="postbody">
  83. <div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
  84. {vb:raw template_hook.postbit_messagearea_start}
  85. <vb:if condition="$post['title'] OR $show['messageicon']">
  86. <h2 class="title icon">
  87. <vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
  88. </h2>
  89. </vb:if>
  90.  
  91.  
  92. <vb:if condition="$post['isfirstshown']">
  93. {vb:raw ad_location.ad_showthread_firstpost_start}
  94. {vb:raw ad_location.thread_first_post_content}
  95. </vb:if>
  96. <vb:if condition="$post['islastshown']">
  97. {vb:raw ad_location.thread_last_post_content}
  98. </vb:if>
  99. <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
  100. <div id="post_message_{vb:raw post.postid}">
  101. <blockquote class="postcontent restore ">
  102. {vb:raw post.message}
  103. </blockquote>
  104. </div>
  105.  
  106. <vb:if condition="$show['attachments']">
  107. <div class="attachments">
  108.  
  109. <vb:if condition="$show['thumbnailattachment']">
  110. <fieldset class="postcontent">
  111. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_thumbnails}" /> {vb:rawphrase attached_thumbnails}</legend>
  112. {vb:raw post.thumbnailattachments}
  113. </fieldset>
  114. </vb:if>
  115.  
  116. <vb:if condition="$show['imageattachment']">
  117. <fieldset class="postcontent">
  118. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
  119. {vb:raw post.imageattachments}
  120. </fieldset>
  121. </vb:if>
  122.  
  123. <vb:if condition="$show['imageattachmentlink']">
  124. <fieldset class="postcontent">
  125. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
  126. <ul>
  127. {vb:raw post.imageattachmentlinks}
  128. </ul>
  129. </fieldset>
  130. </vb:if>
  131.  
  132. <vb:if condition="$show['otherattachment']">
  133. <fieldset class="postcontent">
  134. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_files}" /> {vb:rawphrase attached_files}</legend>
  135. <ul>
  136. {vb:raw post.otherattachments}
  137. </ul>
  138. </fieldset>
  139. </vb:if>
  140.  
  141. <vb:if condition="$show['moderatedattachment']">
  142. <fieldset class="postcontent">
  143. <legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attachments_pending_approval}" /> {vb:rawphrase attachments_pending_approval}</legend>
  144. <ul>
  145. {vb:raw post.moderatedattachments}
  146. </ul>
  147. </fieldset>
  148. </vb:if>
  149.  
  150. </div>
  151. <!-- / attachments -->
  152. </vb:if>
  153. </div>
  154. </div>
  155. <vb:if condition="$show['postedited'] || $post['signature']">
  156. <div class="after_content">
  157. <vb:if condition="$show['postedited']">
  158. <!-- edit note -->
  159. <blockquote class="postcontent lastedited">
  160. <vb:if condition="$show['postedithistory']">
  161. {vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
  162. {vb:raw post.edit_time}, {vb:raw post.historyurl}}
  163. <vb:else />
  164. {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}}
  165. </vb:if>
  166. <vb:if condition="$post['edit_reason']">
  167. <span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
  168. </vb:if>
  169. </blockquote>
  170. <!-- / edit note -->
  171. </vb:if>
  172. {vb:raw template_hook.postbit_signature_start}
  173. <vb:if condition="$post['isfirstshown']">
  174. {vb:raw ad_location.ad_showthread_firstpost_sig}
  175. </vb:if>
  176. <vb:if condition="$post['signature']">
  177. <blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
  178. </vb:if>
  179. {vb:raw template_hook.postbit_signature_end}
  180. </div>
  181. </vb:if>
  182. <div class="cleardiv"></div>
  183. </div>
  184. </div>
  185. <div class="postfoot">
  186. <!-- <div class="postfoot_container"> -->
  187. <div class="textcontrols floatcontainer">
  188. <span class="postcontrols">
  189. <img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
  190. <vb:if condition="$post['editlink']">
  191. <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>
  192. <vb:if condition="THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'"><span class="seperator">&nbsp;</span></vb:if>
  193. </vb:if>
  194. <vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
  195. <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>
  196. <span class="seperator">&nbsp;</span>
  197. </vb:if>
  198. <vb:if condition="$post['replylink']">
  199. <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>
  200. <vb:if condition="$show['multiquote_post']"><span class="seperator">&nbsp;</span></vb:if>
  201. </vb:if>
  202. <vb:if condition="$show['multiquote_post']">
  203. <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>
  204. </vb:if>
  205. </span>
  206. <span class="postlinking">
  207. <vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
  208. <vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
  209. <a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
  210. <span class="seperator">&nbsp;</span>
  211. </vb:if>
  212. </vb:if>
  213.  
  214. {vb:raw template_hook.postbit_controls}
  215. {vb:raw post.iplogged}
  216. <vb:if condition="$post['forwardlink']">
  217. <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>
  218. <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>
  219. </vb:if>
  220. <vb:if condition="$show['reputationlink']">
  221. <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>
  222. </vb:if>
  223.  
  224. <vb:if condition="$show['infractionlink']">
  225. &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;
  226. </vb:if>
  227. <vb:if condition="$show['reportlink']">
  228. &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;
  229. </vb:if>
  230.  
  231. <vb:if condition="$show['moderated']">
  232. <img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
  233. </vb:if>
  234. <vb:if condition="$show['spam']">
  235. <img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
  236. </vb:if>
  237. <vb:if condition="$show['deletedpost']">
  238. <vb:if condition="$show['managepost']">
  239. <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>
  240. <vb:else />
  241. <img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_button}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
  242. </vb:if>
  243. </vb:if>
  244. <vb:if condition="$show['redcard']">
  245. <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>
  246. <vb:elseif condition="$show['yellowcard']" />
  247. <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>
  248. </vb:if>
  249. <vb:if condition="$post['api_platform']">
  250. <vb:if condition="$post['api_platform_link']">
  251. <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>
  252. <vb:else />
  253. <span class="mobile mobile_{vb:raw post.api_platform}">{vb:rawphrase {vb:raw post['api_platform_link_phrase']}}</span>
  254. </vb:if>
  255. </vb:if>
  256. </span>
  257. <!-- </div> -->
  258. </div>
  259. </div>
  260. <hr />
  261. </li>
  262. {vb:raw template_hook.postbit_end}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement