Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 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']}
  12. </span>
  13. </td>
  14. <td class="{$altbg} postbit_classic_content" 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.  
  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. {$post['signature']}
  30. </td>
  31. </tr>
  32. <tr>
  33. <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
  34. <td class="{$altbg}" style="vertical-align: middle;">
  35. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  36. <tr valign="bottom">
  37. <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
  38. <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>
  39. </tr>
  40. </table>
  41. </td>
  42. </tr>
  43. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement