connections/comment.tpl
author Dan
Mon, 08 Dec 2008 11:36:24 -0500
changeset 4 ffba60211d61
child 5 d8d8c482856f
permissions -rw-r--r--
Moved files around to make compliant with theme Hg structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     1
<div class="mdg-comment tblholder" style="padding: 0px;">
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>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     7
      <td style="width: 120px; height: 100%;" rowspan="4" valign="top" class="row1">
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>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    10
            <td valign="top" class="row1">
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>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    13
            </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    14
          </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    15
          <tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    16
            <td valign="bottom" class="row1">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    17
              {SEND_PM_LINK} {ADD_BUDDY_LINK}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    18
            </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    19
          </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    20
        </table>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    21
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    22
      <td class="row2">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    23
        <b>Subject:</b> <span id="subject_{ID}">{SUBJECT}</span>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    24
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    25
    </tr>
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
      <td class="row3">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    28
        <div id="comment_{ID}">{DATA}</div>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    29
        <!-- BEGIN signature -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    30
          <hr style="margin-left: 1em; width: 200px;" />
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    31
          {SIGNATURE}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    32
        <!-- END signature -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    33
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    34
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    35
    <!-- BEGIN can_edit -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    36
    <tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    37
      <td class="row2">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    38
        [ {EDIT_LINK} | {DELETE_LINK} ]
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    39
      </td>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    40
    </tr>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    41
    <!-- END can_edit -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    42
    <!-- BEGIN auth_mod -->
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="row1">
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    45
        <b>Moderation options:</b> {MOD_APPROVE_LINK} {MOD_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 auth_mod -->
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    49
  </table>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    50
</div>
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    51
<br />