Advertisement
Guest User

Untitled

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