[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE ucp_header.html -->
   2  
   3  <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
   4  
   5  <h2>{L_TITLE}</h2>
   6  
   7  <div class="panel">
   8      <div class="inner">
   9      
  10      <p>{L_ATTACHMENTS_EXPLAIN}</p>
  11  
  12      <!-- IF .attachrow -->
  13          <div class="action-bar top">
  14              <div class="pagination">
  15                  {NUM_ATTACHMENTS}
  16                  <!-- IF .pagination --> 
  17                      <!-- INCLUDE pagination.html -->
  18                  <!-- ELSE --> 
  19                       &bull; {PAGE_NUMBER}
  20                  <!-- ENDIF -->
  21              </div>
  22          </div>
  23          
  24          <ul class="topiclist">
  25              <li class="header">
  26                  <dl>
  27                      <dt><div class="list-inner"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></div></dt>
  28                      <dd class="extra"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></dd>
  29                      <dd class="time"><span><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></span></dd>
  30                      <dd class="mark">{L_MARK}</dd>
  31                  </dl>
  32              </li>
  33          </ul>
  34          <ul class="topiclist cplist responsive-show-columns">
  35  
  36          <!-- BEGIN attachrow -->
  37          <li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
  38              <dl>
  39                  <dt>
  40                      <div class="list-inner">
  41                          <a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle attachment-filename ellipsis-text" title="{attachrow.FILENAME}">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
  42                          <!-- IF attachrow.S_IN_MESSAGE -->{L_PM}{L_COLON} <!-- ELSE -->{L_TOPIC}{L_COLON} <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a>
  43                      </div>
  44                  </dt>
  45                  <dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd>
  46                  <dd class="time"><span>{attachrow.POST_TIME}</span></dd>
  47                  <dd class="mark"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></dd>
  48              </dl>
  49          </li>
  50          <!-- END attachrow -->
  51          </ul>
  52  
  53          <fieldset class="display-options">
  54              <label for="sk">{L_SORT_BY}{L_COLON} <select name="sk" id="sk">{S_SORT_OPTIONS}</select></label> 
  55              <label><select name="sd" id="sd">{S_ORDER_SELECT}</select></label>
  56              <input class="button2" type="submit" name="sort" value="{L_SORT}" />
  57              {S_FORM_TOKEN}
  58          </fieldset>
  59  
  60          <hr />
  61  
  62          <div class="action-bar bottom">
  63              <div class="pagination">
  64                  {TOTAL_ATTACHMENTS} {L_TITLE}
  65                  <!-- IF .pagination --> 
  66                      <!-- INCLUDE pagination.html -->
  67                  <!-- ELSE --> 
  68                       &bull; {PAGE_NUMBER}
  69                  <!-- ENDIF -->
  70              </div>
  71          </div>
  72  
  73      <!-- ELSE -->
  74          <p><strong>{L_UCP_NO_ATTACHMENTS}</strong></p>
  75      <!-- ENDIF -->
  76  
  77      </div>
  78  </div>
  79      
  80  <!-- IF S_ATTACHMENT_ROWS -->
  81      <fieldset class="display-actions">    
  82          <input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" />
  83          <div><a href="#" onclick="marklist('ucp', 'attachment', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', 'attachment', false); return false;">{L_UNMARK_ALL}</a></div>
  84          {S_FORM_TOKEN}
  85      </fieldset>
  86  <!-- ENDIF -->
  87  </form>
  88  
  89  <!-- INCLUDE ucp_footer.html -->


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