[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

   1  <h3>{L_POST_REVIEW}</h3>
   2  
   3  <p>{L_POST_REVIEW_EXPLAIN}</p>
   4  
   5  <!-- BEGIN post_review_row -->
   6  <!-- IF post_review_row.S_IGNORE_POST -->
   7  <div class="post bg3 post-ignore">
   8      <div class="inner">
   9          {post_review_row.L_IGNORE_POST}
  10  <!-- ELSE -->
  11  <div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  12      <div class="inner">
  13  <!-- ENDIF -->
  14  
  15      <div class="postbody" id="ppr{post_review_row.POST_ID}">
  16          <h3><a href="{post_review_row.U_MINI_POST}">{post_review_row.POST_SUBJECT}</a></h3>
  17          <p class="author">
  18              <!-- IF S_IS_BOT -->
  19                  <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span></span>
  20              <!-- ELSE -->
  21                  <a href="{post_review_row.U_MINI_POST}" title="{post_review_row.MINI_POST}">
  22                      <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span>
  23                  </a>
  24              <!-- ENDIF -->
  25              {L_POST_BY_AUTHOR} <!-- EVENT posting_review_row_post_author_username_prepend --><strong>{post_review_row.POST_AUTHOR_FULL}</strong><!-- EVENT posting_review_row_post_author_username_append --> &raquo; {post_review_row.POST_DATE}
  26          </p>
  27          <div class="content">{post_review_row.MESSAGE}</div>
  28  
  29          <!-- IF post_review_row.S_HAS_ATTACHMENTS -->
  30              <dl class="attachbox">
  31                  <dt>{L_ATTACHMENTS}</dt>
  32                  <!-- BEGIN attachment -->
  33                      <dd>{post_review_row.attachment.DISPLAY_ATTACHMENT}</dd>
  34                  <!-- END attachment -->
  35              </dl>
  36          <!-- ENDIF -->
  37  
  38      </div>
  39  
  40      </div>
  41  </div>
  42  <!-- END post_review_row -->
  43  
  44  <hr />


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