[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <p class="{S_CONTENT_FLOW_END} responsive-center time<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
   4  <!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF -->
   5  
   6  <!-- EVENT index_body_markforums_before -->
   7  <!-- IF U_MARK_FORUMS -->
   8      <div class="action-bar compact">
   9          <a href="{U_MARK_FORUMS}" class="mark-read rightside" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a>
  10      </div>
  11  <!-- ENDIF -->
  12  <!-- EVENT index_body_markforums_after -->
  13  
  14  <!-- INCLUDE forumlist_body.html -->
  15  
  16  <!-- EVENT index_body_forumlist_body_after -->
  17  
  18  <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
  19      <form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
  20      <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
  21          <fieldset class="quick-login">
  22              <label for="username"><span>{L_USERNAME}{L_COLON}</span> <input type="text" tabindex="1" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" autocomplete="username" /></label>
  23              <label for="password"><span>{L_PASSWORD}{L_COLON}</span> <input type="password" tabindex="2" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" autocomplete="current-password" /></label>
  24              <!-- IF U_SEND_PASSWORD -->
  25                  <a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a>
  26              <!-- ENDIF -->
  27              <!-- IF S_AUTOLOGIN_ENABLED -->
  28                  <span class="responsive-hide">|</span> <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" tabindex="4" name="autologin" id="autologin" /></label>
  29              <!-- ENDIF -->
  30              <input type="submit" tabindex="5" name="login" value="{L_LOGIN}" class="button2" />
  31              {S_LOGIN_REDIRECT}
  32              {S_FORM_TOKEN_LOGIN}
  33          </fieldset>
  34      </form>
  35  <!-- ENDIF -->
  36  
  37  <!-- EVENT index_body_stat_blocks_before -->
  38  
  39  <!-- IF S_DISPLAY_ONLINE_LIST -->
  40      <div class="stat-block online-list">
  41          <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
  42          <p>
  43              <!-- EVENT index_body_block_online_prepend -->
  44              {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> 
  45              <!-- IF U_VIEWONLINE -->
  46                  <br />{LOGGED_IN_USER_LIST}
  47                  <!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em><!-- ENDIF -->
  48              <!-- ENDIF -->
  49              <!-- EVENT index_body_block_online_append -->
  50          </p>
  51      </div>
  52  <!-- ENDIF -->
  53  
  54  <!-- EVENT index_body_birthday_block_before -->
  55  
  56  <!-- IF S_DISPLAY_BIRTHDAY_LIST -->
  57      <div class="stat-block birthday-list">
  58          <h3>{L_BIRTHDAYS}</h3>
  59          <p>
  60              <!-- EVENT index_body_block_birthday_prepend -->
  61              <!-- IF .birthdays -->{L_CONGRATULATIONS}{L_COLON} <strong><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF -->
  62              <!-- EVENT index_body_block_birthday_append -->
  63          </p>
  64      </div>
  65  <!-- ENDIF -->
  66  
  67  <!-- IF NEWEST_USER -->
  68      <div class="stat-block statistics">
  69          <h3>{L_STATISTICS}</h3>
  70          <p>
  71              <!-- EVENT index_body_block_stats_prepend -->
  72              {TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}
  73              <!-- EVENT index_body_block_stats_append -->
  74          </p>
  75      </div>
  76  <!-- ENDIF -->
  77  
  78  <!-- EVENT index_body_stat_blocks_after -->
  79  
  80  <!-- INCLUDE overall_footer.html -->


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