[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  
   2  <h3 id="review">
   3      <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
   4      {L_MESSAGE_HISTORY}{L_COLON}
   5  </h3>
   6  
   7  <!-- EVENT ucp_pm_history_review_before -->
   8  <div id="topicreview">
   9      <script type="text/javascript">
  10      // <![CDATA[
  11          bbcodeEnabled = {S_BBCODE_ALLOWED};
  12      // ]]>
  13      </script>
  14      <!-- BEGIN history_row -->
  15      <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  16          <div class="inner">
  17  
  18          <div class="postbody" id="pr{history_row.MSG_ID}">
  19              <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
  20  
  21              <!-- DEFINE $SHOW_PM_HISTORY_POST_BUTTONS = (history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE) -->
  22              <!-- EVENT ucp_pm_history_post_buttons_list_before -->
  23              <!-- IF $SHOW_PM_HISTORY_POST_BUTTONS -->
  24              <ul class="post-buttons">
  25                  <!-- EVENT ucp_pm_history_post_buttons_before -->
  26                  <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE -->
  27                  <li>
  28                      <a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button quote-icon">
  29                          <span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>
  30                      </a>
  31                  </li>
  32                  <!-- ENDIF -->
  33                  <!-- EVENT ucp_pm_history_post_buttons_after -->
  34              </ul>
  35              <!-- ENDIF -->
  36              <!-- EVENT ucp_pm_history_post_buttons_list_after -->
  37  
  38              <p class="author">{history_row.MINI_POST_IMG} {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong><br />
  39                  {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}</p>
  40              <div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
  41              <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
  42          </div>
  43  
  44          </div>
  45      </div>
  46      <!-- END history_row -->
  47  </div>
  48  <!-- EVENT ucp_pm_history_review_after -->
  49  
  50  <hr />
  51  <p><a href="#cp-main" class="top2">{L_BACK_TO_TOP}</a></p>


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1