themes/oxygen/comment.tpl
changeset 328 dc838fd61a06
parent 212 30b857a6b811
child 359 e0787bb6285b
equal deleted inserted replaced
327:c2f4c900c507 328:dc838fd61a06
     8         <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
     8         <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
     9           <tr>
     9           <tr>
    10             <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
    10             <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
    11               <b>{NAME}</b><br />
    11               <b>{NAME}</b><br />
    12               <small>{USER_LEVEL}</small>
    12               <small>{USER_LEVEL}</small>
       
    13               <!-- BEGIN user_has_avatar -->
       
    14               <div class="avatar">
       
    15                 <a href="{USERPAGE_LINK}">
       
    16                   <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
       
    17                 </a>
       
    18               </div>
       
    19               <!-- END user_has_avatar -->
    13             </td>
    20             </td>
    14           </tr>
    21           </tr>
    15           <tr>
    22           <tr>
    16             <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
    23             <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
    17               {SEND_PM_LINK} {ADD_BUDDY_LINK}
    24               {SEND_PM_LINK} {ADD_BUDDY_LINK}