[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/styles/subsilver2/template/ -> ucp_pm_history.html (source)

   1  <script type="text/javascript">
   2  // <![CDATA[
   3      bbcodeEnabled = {S_BBCODE_ALLOWED};
   4  // ]]>
   5  </script>
   6  
   7  <table class="tablebg" width="100%" cellspacing="1">
   8  <tr>
   9      <th align="center">{L_MESSAGE_HISTORY}</th>
  10  </tr>
  11  <tr>
  12      <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">
  13  
  14          <table class="tablebg" width="100%" cellspacing="1">
  15          <tr>
  16              <th width="22%">{L_AUTHOR}</th>
  17              <th>{L_MESSAGE}</th>
  18          </tr>
  19      <!-- BEGIN history_row -->
  20              <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
  21              <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a name="{history_row.MSG_ID}"></a>
  22                  <table width="150" cellspacing="0">
  23                  <tr>
  24                      <td align="center" colspan="2"><span class="postauthor">{history_row.MESSAGE_AUTHOR_FULL}</span></td>
  25                  </tr>
  26                  </table>
  27              </td>
  28              <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> style="background-color:lightblue"<!-- ENDIF -->>
  29                  <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><b>{L_PM_SUBJECT}:</b>&nbsp;{history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}:</b>&nbsp;{history_row.FOLDER}</div>
  30              </td>
  31          </tr>
  32  
  33          <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
  34              <td valign="top">
  35                  <table width="100%" cellspacing="0">
  36                  <tr>
  37                      <td valign="top">
  38                          <table width="100%" cellspacing="0" cellpadding="2">
  39                          <tr>
  40                              <td><div class="postbody"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>
  41                          </tr>
  42                          </table>
  43                      </td>
  44                  </tr>
  45                  <tr>
  46                      <td>
  47                          <table width="100%" cellspacing="0">
  48                          <tr valign="middle">
  49                              <td width="100%">&nbsp;</td>
  50                              <td width="10" nowrap="nowrap">{history_row.MINI_POST_IMG}</td>
  51                              <td class="gensmall" nowrap="nowrap"><b>{L_SENT_AT}:</b> {history_row.SENT_DATE}</td>
  52                          </tr>
  53                          </table>
  54                      </td>
  55                  </tr>
  56                  </table>
  57              </td>
  58          </tr>
  59  
  60          <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
  61              <td class="gensmall"><a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a></td>
  62              <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF history_row.U_PROFILE --><a href="{history_row.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_EMAIL --><a href="{history_row.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE --><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}'); return false;"<!-- ENDIF -->>{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_POST_REPLY_PM --><a href="{history_row.U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF -->&nbsp;</div></td>
  63          </tr>
  64          <tr>
  65              <td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
  66          </tr>
  67      <!-- END history_row -->
  68          </table>
  69      </div></td>
  70  </tr>
  71  </table>
  72  
  73  <br clear="all" />


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1