[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

   1  
   2  <h3 id="review" class="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" class="topicreview">
   9      <script>
  10          bbcodeEnabled = {S_BBCODE_ALLOWED};
  11      </script>
  12      <!-- BEGIN history_row -->
  13      <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  14          <div class="inner">
  15  
  16          <div class="postbody" id="pr{history_row.MSG_ID}">
  17              <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
  18  
  19              <!-- DEFINE $SHOW_PM_HISTORY_POST_BUTTONS = (history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE) -->
  20              <!-- EVENT ucp_pm_history_post_buttons_list_before -->
  21              <!-- IF $SHOW_PM_HISTORY_POST_BUTTONS -->
  22              <ul class="post-buttons">
  23                  <!-- EVENT ucp_pm_history_post_buttons_before -->
  24                  <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE -->
  25                  <li>
  26                      <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}', {time:{history_row.MESSAGE_TIME},user_id:{history_row.USER_ID}});"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button button-icon-only">
  27                          <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>
  28                      </a>
  29                  </li>
  30                  <!-- ENDIF -->
  31                  <!-- EVENT ucp_pm_history_post_buttons_after -->
  32              </ul>
  33              <!-- ENDIF -->
  34              <!-- EVENT ucp_pm_history_post_buttons_list_after -->
  35  
  36              <p class="author">
  37                  <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{history_row.MINI_POST}</span></span> {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong>
  38                  <br />
  39                  {L_MESSAGE_BY_AUTHOR} <!-- EVENT ucp_pm_history_row_message_author_username_prepend -->{history_row.MESSAGE_AUTHOR_FULL}<!-- EVENT ucp_pm_history_row_message_author_username_append -->
  40              </p>
  41              <div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
  42              <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
  43          </div>
  44  
  45          </div>
  46      </div>
  47      <!-- END history_row -->
  48  </div>
  49  <!-- EVENT ucp_pm_history_review_after -->
  50  
  51  <hr />
  52  <p>
  53      <a href="#cp-main" class="top">
  54          <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span>
  55      </a>
  56  </p>


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1