[ Index ]

PHP Cross Reference of phpBB-3.3.14-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}<br>
  10          <a class="display_post_review" href="{{ post_review_row.U_MINI_POST }}">{{ lang('POST_DISPLAY') }}</a>
  11  <!-- ELSE -->
  12  <div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  13      <div class="inner">
  14  <!-- ENDIF -->
  15  
  16      <div class="postbody" id="ppr{post_review_row.POST_ID}">
  17          <h3><a href="{post_review_row.U_MINI_POST}">{post_review_row.POST_SUBJECT}</a></h3>
  18          <p class="author">
  19              <!-- IF S_IS_BOT -->
  20                  <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>
  21              <!-- ELSE -->
  22                  <a href="{post_review_row.U_MINI_POST}" title="{post_review_row.MINI_POST}">
  23                      <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>
  24                  </a>
  25              <!-- ENDIF -->
  26              {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}
  27          </p>
  28          <div class="content">{post_review_row.MESSAGE}</div>
  29  
  30          <!-- IF post_review_row.S_HAS_ATTACHMENTS -->
  31              <dl class="attachbox">
  32                  <dt>{L_ATTACHMENTS}</dt>
  33                  <!-- BEGIN attachment -->
  34                      <dd>{post_review_row.attachment.DISPLAY_ATTACHMENT}</dd>
  35                  <!-- END attachment -->
  36              </dl>
  37          <!-- ENDIF -->
  38  
  39      </div>
  40  
  41      </div>
  42  </div>
  43  <!-- END post_review_row -->
  44  
  45  <hr />


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1