[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="maincontent"></a> 4 5 <!-- IF S_SELECT_USER --> 6 7 <h1>{L_USER_ADMIN}</h1> 8 9 <p>{L_USER_ADMIN_EXPLAIN}</p> 10 11 <form id="select_user" method="post" action="{U_ACTION}"> 12 13 <fieldset> 14 <legend>{L_SELECT_USER}</legend> 15 <dl> 16 <dt><label for="username">{L_ENTER_USERNAME}{L_COLON}</label></dt> 17 <dd><input class="text medium" type="text" id="username" name="username" /></dd> 18 <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd> 19 <dd class="full" style="text-align: left;"><label><input type="checkbox" class="radio" id="anonymous" name="u" value="{ANONYMOUS_USER_ID}" /> {L_SELECT_ANONYMOUS}</label></dd> 20 </dl> 21 22 <p class="quick"> 23 <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> 24 </p> 25 </fieldset> 26 27 </form> 28 29 <!-- ELSEIF S_SELECT_FORUM --> 30 31 <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> 32 33 <h1>{L_USER_ADMIN}</h1> 34 35 <p>{L_USER_ADMIN_EXPLAIN}</p> 36 37 <form id="select_forum" method="post" action="{U_ACTION}"> 38 39 <fieldset> 40 <legend>{L_USER_ADMIN_MOVE_POSTS}</legend> 41 <dl> 42 <dt><label for="new_forum">{L_USER_ADMIN_MOVE_POSTS}</label><br /><span>{L_MOVE_POSTS_EXPLAIN}</span></dt> 43 <dd><select id="new_forum" name="new_f">{S_FORUM_OPTIONS}</select></dd> 44 </dl> 45 </fieldset> 46 47 <fieldset class="quick"> 48 <input type="submit" name="update" value="{L_SUBMIT}" class="button1" /> 49 {S_FORM_TOKEN} 50 </fieldset> 51 </form> 52 53 <!-- ELSE --> 54 55 <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> 56 57 <h1>{L_USER_ADMIN} :: {MANAGED_USERNAME}</h1> 58 59 <p>{L_USER_ADMIN_EXPLAIN}</p> 60 61 <!-- IF S_ERROR --> 62 <div class="errorbox"> 63 <h3>{L_WARNING}</h3> 64 <p>{ERROR_MSG}</p> 65 </div> 66 <!-- ENDIF --> 67 68 <form id="mode_select" method="post" action="{U_MODE_SELECT}"> 69 70 <fieldset class="quick"> 71 {L_SELECT_FORM}{L_COLON} <select name="mode" onchange="if (this.options[this.selectedIndex].value != '') this.form.submit();">{S_FORM_OPTIONS}</select> <input class="button2" type="submit" value="{L_GO}" /> 72 {S_FORM_TOKEN} 73 </fieldset> 74 </form> 75 76 <!-- ENDIF --> 77 78 <!-- IF S_OVERVIEW --> 79 80 <!-- INCLUDE acp_users_overview.html --> 81 82 <!-- ELSEIF S_FEEDBACK --> 83 84 <!-- INCLUDE acp_users_feedback.html --> 85 86 <!-- ELSEIF S_WARNINGS --> 87 88 <!-- INCLUDE acp_users_warnings.html --> 89 90 <!-- ELSEIF S_PROFILE --> 91 92 <!-- INCLUDE acp_users_profile.html --> 93 94 <!-- ELSEIF S_PREFS --> 95 96 <!-- INCLUDE acp_users_prefs.html --> 97 98 <!-- ELSEIF S_AVATAR --> 99 100 <!-- INCLUDE acp_users_avatar.html --> 101 102 <!-- ELSEIF S_RANK --> 103 104 <form id="user_prefs" method="post" action="{U_ACTION}"> 105 106 <fieldset> 107 <legend>{L_ACP_USER_RANK}</legend> 108 <dl> 109 <dt><label for="user_rank">{L_USER_RANK}{L_COLON}</label></dt> 110 <dd><select name="user_rank" id="user_rank">{S_RANK_OPTIONS}</select></dd> 111 </dl> 112 </fieldset> 113 114 <fieldset class="quick"> 115 <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 116 {S_FORM_TOKEN} 117 </fieldset> 118 </form> 119 120 <!-- ELSEIF S_SIGNATURE --> 121 122 <!-- INCLUDE acp_users_signature.html --> 123 124 <!-- ELSEIF S_GROUPS --> 125 126 <form id="user_groups" method="post" action="{U_ACTION}"> 127 128 <table class="table1 zebra-table"> 129 <tbody> 130 <!-- BEGIN group --> 131 <!-- IF group.S_NEW_GROUP_TYPE --> 132 <tr> 133 <td class="row3" colspan="4"><strong>{group.GROUP_TYPE}</strong></td> 134 </tr> 135 <!-- ELSE --> 136 <tr> 137 <td><a href="{group.U_EDIT_GROUP}">{group.GROUP_NAME}</a></td> 138 <td><!-- IF group.S_IS_MEMBER --><!-- IF group.S_NO_DEFAULT --><a href="{group.U_DEFAULT}">{L_GROUP_DEFAULT}</a><!-- ELSE --><strong>{L_GROUP_DEFAULT}</strong><!-- ENDIF --><!-- ELSEIF not group.S_IS_MEMBER and group.U_APPROVE --><a href="{group.U_APPROVE}">{L_GROUP_APPROVE}</a><!-- ELSE --> <!-- ENDIF --></td> 139 <td><!-- IF group.S_IS_MEMBER and not group.S_SPECIAL_GROUP --><a href="{group.U_DEMOTE_PROMOTE}">{group.L_DEMOTE_PROMOTE}</a><!-- ELSE --> <!-- ENDIF --></td> 140 <td><a href="{group.U_DELETE}">{L_GROUP_DELETE}</a></td> 141 </tr> 142 <!-- ENDIF --> 143 <!-- END group --> 144 </tbody> 145 </table> 146 147 <!-- IF S_GROUP_OPTIONS --> 148 <fieldset class="quick"> 149 <!-- EVENT acp_users_select_group_before --> 150 {L_USER_GROUP_ADD}{L_COLON} <select name="g">{S_GROUP_OPTIONS}</select> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 151 <!-- EVENT acp_users_select_group_after --> 152 {S_FORM_TOKEN} 153 </fieldset> 154 <!-- ENDIF --> 155 </form> 156 157 <!-- ELSEIF S_ATTACHMENTS --> 158 159 <form id="user_attachments" method="post" action="{U_ACTION}"> 160 161 162 <div class="pagination"> 163 <!-- IF .pagination --> 164 <!-- INCLUDE pagination.html --> 165 <!-- ENDIF --> 166 </div> 167 168 <!-- IF .attach --> 169 <table class="table1 zebra-table fixed-width-table"> 170 <thead> 171 <tr> 172 <th>{L_FILENAME}</th> 173 <th style="width: 20%;">{L_POST_TIME}</th> 174 <th style="width: 20%;">{L_FILESIZE}</th> 175 <th style="width: 20%;">{L_DOWNLOADS}</th> 176 <th style="width: 50px;">{L_MARK}</th> 177 </tr> 178 </thead> 179 <tbody> 180 <!-- BEGIN attach --> 181 <tr> 182 <td><a href="{attach.U_DOWNLOAD}">{attach.REAL_FILENAME}</a><br /><span class="small"><!-- IF attach.S_IN_MESSAGE --><strong>{L_PM}{L_COLON} </strong><!-- ELSE --><strong>{L_POST}{L_COLON} </strong><!-- ENDIF --><a href="{attach.U_VIEW_TOPIC}">{attach.TOPIC_TITLE}</a></span></td> 183 <td style="text-align: center">{attach.POST_TIME}</td> 184 <td style="text-align: center">{attach.SIZE}</td> 185 <td style="text-align: center">{attach.DOWNLOAD_COUNT}</td> 186 <td style="text-align: center"><input type="checkbox" class="radio" name="mark[]" value="{attach.ATTACH_ID}" /></td> 187 </tr> 188 <!-- END attach --> 189 </tbody> 190 </table> 191 <!-- ELSE --> 192 <div class="errorbox"> 193 <p>{L_USER_NO_ATTACHMENTS}</p> 194 </div> 195 <!-- ENDIF --> 196 <fieldset class="display-options"> 197 {L_SORT_BY}{L_COLON} <select name="sk">{S_SORT_KEY}</select> <select name="sd">{S_SORT_DIR}</select> 198 <input class="button2" type="submit" value="{L_GO}" name="sort" /> 199 </fieldset> 200 <hr /> 201 <div class="pagination"> 202 <!-- IF .pagination --> 203 <!-- INCLUDE pagination.html --> 204 <!-- ENDIF --> 205 </div> 206 207 <fieldset class="quick"> 208 <input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" /> 209 <p class="small"><a href="#" onclick="marklist('user_attachments', 'mark', true);">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('user_attachments', 'mark', false);">{L_UNMARK_ALL}</a></p> 210 {S_FORM_TOKEN} 211 </fieldset> 212 </form> 213 214 <!-- ELSEIF S_PERMISSIONS --> 215 216 <div style="float: {S_CONTENT_FLOW_END};"> 217 <a href="{U_USER_PERMISSIONS}">» {L_SET_USERS_PERMISSIONS}</a><br /> 218 <a href="{U_USER_FORUM_PERMISSIONS}">» {L_SET_USERS_FORUM_PERMISSIONS}</a> 219 </div> 220 221 <form id="select_forum" method="post" action="{U_ACTION}"> 222 223 <fieldset class="quick" style="text-align: left;"> 224 {L_SELECT_FORUM}{L_COLON} <select name="f">{S_FORUM_OPTIONS}</select> 225 <input class="button2" type="submit" value="{L_GO}" name="select" /> 226 {S_FORM_TOKEN} 227 </fieldset> 228 </form> 229 230 <div class="clearfix"> </div> 231 232 <!-- INCLUDE permission_mask.html --> 233 234 <!-- ENDIF --> 235 236 <!-- 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 |