Advertisement
Guest User

Postbit_classic

a guest
May 30th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.45 KB | None | 0 0
  1. {$ignore_bit}
  2. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
  3.     <tr>
  4.         <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
  5.         <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
  6.         <span class="smalltext">
  7.             {$post['usertitle']}<br />
  8.             {$post['userstars']}
  9.             {$post['groupimage']}
  10.             {$post['useravatar']}<br />
  11.             {$post['user_details']}<!-- Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP --><!-- postbit_rank -->{$post['rankpostbit']}<!-- /postbit_rank -->{$post['ougc_awards']}<!-- postbit_rank -->{$post['rankpostbit']}<!-- /postbit_rank --><!-- postbit_achivements -->{$post['achivementspostbit']}<!-- /postbit_achivements -->
  12.         </span>
  13.     </td>
  14.     <td class="{$altbg}" valign="top">
  15.         <table width="100%">
  16.             <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
  17.             <br />
  18.             <div id="pid_{$post['pid']}" class="post_body">
  19.                 {$post['message']}
  20.             </div>
  21.             {$post['attachments']}
  22.             {$post['signature']}
  23.             <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
  24.                 <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
  25.                 {$post['iplogged']}
  26.             </div>
  27.         </td></tr>
  28.     </table>
  29. </td>
  30. </tr>
  31. <tr>
  32.     <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
  33.     <td class="{$altbg}" style="vertical-align: middle;">
  34.         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  35.             <tr valign="bottom">
  36.                 <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
  37.                 <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
  38.             </tr>
  39.         </table>
  40.     </td>
  41. </tr>{$post['thxdsp_inline']}
  42. </table>{$post['thxdsp_outline']}
  43. </table>
  44. <!-- PointsInPosts -->{$post['pip_classic']}<!-- /PointsInPosts -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement