[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
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 --> • <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}" /></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="off" /></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 </fieldset> 33 </form> 34 <!-- ENDIF --> 35 36 <!-- EVENT index_body_stat_blocks_before --> 37 38 <!-- IF S_DISPLAY_ONLINE_LIST --> 39 <div class="stat-block online-list"> 40 <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF --> 41 <p> 42 <!-- EVENT index_body_block_online_prepend --> 43 {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> 44 <!-- IF U_VIEWONLINE --> 45 <br />{LOGGED_IN_USER_LIST} 46 <!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em><!-- ENDIF --> 47 <!-- ENDIF --> 48 <!-- EVENT index_body_block_online_append --> 49 </p> 50 </div> 51 <!-- ENDIF --> 52 53 <!-- EVENT index_body_birthday_block_before --> 54 55 <!-- IF S_DISPLAY_BIRTHDAY_LIST --> 56 <div class="stat-block birthday-list"> 57 <h3>{L_BIRTHDAYS}</h3> 58 <p> 59 <!-- EVENT index_body_block_birthday_prepend --> 60 <!-- 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 --> 61 <!-- EVENT index_body_block_birthday_append --> 62 </p> 63 </div> 64 <!-- ENDIF --> 65 66 <!-- IF NEWEST_USER --> 67 <div class="stat-block statistics"> 68 <h3>{L_STATISTICS}</h3> 69 <p> 70 <!-- EVENT index_body_block_stats_prepend --> 71 {TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER} 72 <!-- EVENT index_body_block_stats_append --> 73 </p> 74 </div> 75 <!-- ENDIF --> 76 77 <!-- EVENT index_body_stat_blocks_after --> 78 79 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |