[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="maincontent"></a> 4 5 <h1>{L_INACTIVE_USERS}</h1> 6 7 <p>{L_INACTIVE_USERS_EXPLAIN}</p> 8 9 <form id="inactive" method="post" action="{U_ACTION}"> 10 11 <!-- IF .pagination --> 12 <div class="pagination"> 13 <!-- INCLUDE pagination.html --> 14 </div> 15 <!-- ENDIF --> 16 17 <table class="table1 zebra-table"> 18 <thead> 19 <tr> 20 <th>{L_USERNAME}</th> 21 <th>{L_EMAIL}</th> 22 <th>{L_JOINED}</th> 23 <th>{L_INACTIVE_DATE}</th> 24 <th>{L_LAST_VISIT}</th> 25 <th>{L_INACTIVE_REASON}</th> 26 <th>{L_MARK}</th> 27 </tr> 28 </thead> 29 <tbody> 30 <!-- BEGIN inactive --> 31 <tr> 32 <td style="vertical-align: top;"> 33 {inactive.USERNAME_FULL} 34 <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF --> 35 </td> 36 <td style="vertical-align: top;">{inactive.USER_EMAIL}</td> 37 <td style="vertical-align: top;">{inactive.JOINED}</td> 38 <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td> 39 <td style="vertical-align: top;">{inactive.LAST_VISIT}</td> 40 <td style="vertical-align: top;"> 41 {inactive.REASON} 42 <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF --> 43 </td> 44 <td> <input type="checkbox" class="radio" name="mark[]" value="{inactive.USER_ID}" /> </td> 45 </tr> 46 <!-- BEGINELSE --> 47 <tr> 48 <td colspan="7" style="text-align: center;">{L_NO_INACTIVE_USERS}</td> 49 </tr> 50 <!-- END inactive --> 51 </tbody> 52 </table> 53 54 <fieldset class="display-options"> 55 {L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination --> {L_USERS_PER_PAGE}{L_COLON} <input class="inputbox autowidth" type="number" name="users_per_page" id="users_per_page" min="0" max="999" value="{USERS_PER_PAGE}" /><!-- ENDIF --> 56 <input class="button2" type="submit" value="{L_GO}" name="sort" /> 57 </fieldset> 58 59 <hr /> 60 61 <!-- IF .pagination --> 62 <div class="pagination"> 63 <!-- INCLUDE pagination.html --> 64 </div> 65 <!-- ENDIF --> 66 67 <fieldset class="quick"> 68 <select name="action">{S_INACTIVE_OPTIONS}</select> 69 <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" /> 70 <p class="small"><a href="#" onclick="marklist('inactive', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('inactive', 'mark', false); return false;">{L_UNMARK_ALL}</a></p> 71 {S_FORM_TOKEN} 72 </fieldset> 73 74 </form> 75 76 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |