connections/comment.tpl
author Dan
Thu, 11 Dec 2008 15:52:06 -0500
changeset 5 d8d8c482856f
parent 4 ffba60211d61
permissions -rw-r--r--
Updated theme to Enano 1.1 specs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
     1
<div class="tblholder">
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     2
  <table border="0" width="100%" cellspacing="1" cellpadding="4">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     3
    <tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     4
      <th colspan="2" style="text-align: left;">{DATETIME}</th>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     5
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     6
    <tr>
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
     7
      <td style="width: 120px; height: 100%;" rowspan="4" valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     8
        <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     9
          <tr>
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    10
            <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    11
              <b>{NAME}</b><br />
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    12
              <small>{USER_LEVEL}</small>
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    13
              <!-- BEGIN user_has_avatar -->
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    14
              <div class="avatar">
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    15
                <a href="{USERPAGE_LINK}">
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    16
                  <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    17
                </a>
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    18
              </div>
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    19
              <!-- END user_has_avatar -->
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    20
            </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    21
          </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    22
          <tr>
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    23
            <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    24
              {SEND_PM_LINK} {ADD_BUDDY_LINK}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    25
            </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    26
          </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    27
        </table>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    28
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    29
      <td class="row2">
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    30
        <b>{lang:comment_lbl_subject}</b> <span id="subject_{ID}">{SUBJECT}</span>
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    31
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    32
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    33
    <tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    34
      <td class="row3">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    35
        <div id="comment_{ID}">{DATA}</div>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    36
        <!-- BEGIN signature -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    37
          <hr style="margin-left: 1em; width: 200px;" />
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    38
          {SIGNATURE}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    39
        <!-- END signature -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    40
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    41
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    42
    <!-- BEGIN can_edit -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    43
    <tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    44
      <td class="row2">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    45
        [ {EDIT_LINK} | {DELETE_LINK} ]
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    46
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    47
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    48
    <!-- END can_edit -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    49
    <!-- BEGIN auth_mod -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    50
    <tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    51
      <td class="row1">
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    52
        <b>{lang:comment_lbl_mod_options}</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    53
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    54
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    55
    <!-- END auth_mod -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    56
  </table>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    57
</div>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    58
<br />