[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <h2 class="viewonline-title">{TOTAL_REGISTERED_USERS_ONLINE}</h2>
   4  <p>{TOTAL_GUEST_USERS_ONLINE}<!-- IF S_SWITCH_GUEST_DISPLAY --> &bull; <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a><!-- ENDIF --></p>
   5  
   6  <div class="action-bar top">
   7      <div class="pagination">
   8          <!-- IF .pagination --> 
   9              <!-- INCLUDE pagination.html -->
  10          <!-- ELSE --> 
  11              {PAGE_NUMBER}
  12          <!-- ENDIF -->
  13      </div>
  14  </div>
  15  
  16  <div class="forumbg forumbg-table">
  17      <div class="inner">
  18      
  19      <table class="table1">
  20  
  21      <!-- IF .user_row -->
  22          <thead>
  23          <tr>
  24              <th class="name"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
  25              <th class="info"><a href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th>
  26              <th class="active"><a href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th>
  27          </tr>
  28          </thead>
  29          <tbody>
  30          <!-- BEGIN user_row -->
  31          <tr class="<!-- IF user_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  32              <td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="float: {S_CONTENT_FLOW_END};">{L_IP}{L_COLON} <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> &#187; <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></span><!-- ENDIF -->
  33                  <!-- IF user_row.USER_BROWSER --><br />{user_row.USER_BROWSER}<!-- ENDIF --></td>
  34              <td class="info"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></td>
  35              <td class="active">{user_row.LASTUPDATE}</td>
  36          </tr>
  37          <!-- END user_row -->
  38      <!-- ELSE -->
  39          <tbody>
  40          <tr class="bg1">
  41              <td colspan="3">{L_NO_ONLINE_USERS}<!-- IF S_SWITCH_GUEST_DISPLAY --> &bull; <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a><!-- ENDIF --></td>
  42          </tr>
  43      <!-- ENDIF -->
  44      </tbody>
  45      </table>
  46      
  47      </div>
  48  </div>
  49  
  50  <!-- IF LEGEND --><p><em>{L_LEGEND}{L_COLON} {LEGEND}</em></p><!-- ENDIF -->
  51  
  52  <div class="action-bar bottom">
  53      <div class="pagination">
  54          <!-- IF .pagination --> 
  55              <!-- INCLUDE pagination.html -->
  56          <!-- ELSE --> 
  57              {PAGE_NUMBER}
  58          <!-- ENDIF -->
  59      </div>
  60  </div>
  61  
  62  <!-- INCLUDE jumpbox.html -->
  63  <!-- INCLUDE overall_footer.html -->


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