themes/oxygen/comment.tpl
author Dan
Mon, 16 Feb 2009 16:17:25 -0500
changeset 832 7152ca0a0ce9
parent 359 e0787bb6285b
child 1227 bdac73ed481e
permissions -rw-r--r--
Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message) - Pages are now stored with an extra metadata field called page_format which is "wikitext" or "xhtml" - New $flags parameter + RENDER_* constants added that control RenderMan::render() behavior - Several other changes: * Added a sprite API for Javascript and made editor use sprites when possible * Removed a number of config options from the default install schema, replaced with second parameter to getConfig() calls * MessageBox in editor mostly replaced with miniPrompt * A few bugfixes related to password changes (registration didn't even work) * Rewrote the bitfield compression algorithm used to serialize allowed MIME types * Fixed some typos in language files and strings * Fixed a Text_Wiki bug in Heading parser

<div class="tblholder">
  <table border="0" width="100%" cellspacing="1" cellpadding="4">
    <tr>
      <th colspan="2" style="text-align: left;">{DATETIME}</th>
    </tr>
    <tr>
      <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 -->">
        <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
          <tr>
            <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
              <b>{NAME}</b><br />
              <small>{USER_LEVEL}</small>
              <!-- BEGIN user_has_avatar -->
              <div class="avatar">
                <a href="{USERPAGE_LINK}">
                  <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
                </a>
              </div>
              <!-- END user_has_avatar -->
            </td>
          </tr>
          <tr>
            <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
              {SEND_PM_LINK} {ADD_BUDDY_LINK}
            </td>
          </tr>
        </table>
      </td>
      <td class="row2">
        <b>{lang:comment_lbl_subject}</b> <span id="subject_{ID}">{SUBJECT}</span>
      </td>
    </tr>
    <tr>
      <td class="row3">
        <div id="comment_{ID}">{DATA}</div>
        <!-- BEGIN signature -->
          <hr style="margin-left: 1em; width: 200px;" />
          {SIGNATURE}
        <!-- END signature -->
      </td>
    </tr>
    <!-- BEGIN can_edit -->
    <tr>
      <td class="row2">
        [ {EDIT_LINK} | {DELETE_LINK} ]
      </td>
    </tr>
    <!-- END can_edit -->
    <!-- BEGIN auth_mod -->
    <tr>
      <td class="row1">
        <b>{lang:comment_lbl_mod_options}</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK}
      </td>
    </tr>
    <!-- END auth_mod -->
  </table>
</div>
<br />