[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a name="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}:</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}: <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}:</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 cellspacing="1"> 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 <!-- IF group.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> 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 {L_USER_GROUP_ADD}: <select name="g">{S_GROUP_OPTIONS}</select> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 150 {S_FORM_TOKEN} 151 </fieldset> 152 <!-- ENDIF --> 153 </form> 154 155 <!-- ELSEIF S_ATTACHMENTS --> 156 157 <form id="user_attachments" method="post" action="{U_ACTION}"> 158 159 160 <!-- IF PAGINATION --> 161 <div class="pagination"> 162 <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> 163 </div> 164 <!-- ENDIF --> 165 166 <!-- IF .attach --> 167 <table cellspacing="1"> 168 <thead> 169 <tr> 170 <th>{L_FILENAME}</th> 171 <th>{L_POST_TIME}</th> 172 <th>{L_FILESIZE}</th> 173 <th>{L_DOWNLOADS}</th> 174 <th>{L_MARK}</th> 175 </tr> 176 </thead> 177 <tbody> 178 <!-- BEGIN attach --> 179 <!-- IF attach.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> 180 <td><a href="{attach.U_DOWNLOAD}">{attach.REAL_FILENAME}</a><br /><span class="small"><!-- IF attach.S_IN_MESSAGE --><strong>{L_PM}: </strong><!-- ELSE --><strong>{L_POST}: </strong><!-- ENDIF --><a href="{attach.U_VIEW_TOPIC}">{attach.TOPIC_TITLE}</a></span></td> 181 <td style="text-align: center">{attach.POST_TIME}</td> 182 <td style="text-align: center">{attach.SIZE}</td> 183 <td style="text-align: center">{attach.DOWNLOAD_COUNT}</td> 184 <td style="text-align: center"><input type="checkbox" class="radio" name="mark[]" value="{attach.ATTACH_ID}" /></td> 185 </tr> 186 <!-- END attach --> 187 </tbody> 188 </table> 189 <!-- ELSE --> 190 <div class="errorbox"> 191 <p>{L_USER_NO_ATTACHMENTS}</p> 192 </div> 193 <!-- ENDIF --> 194 <fieldset class="display-options"> 195 {L_SORT_BY}: <select name="sk">{S_SORT_KEY}</select> <select name="sd">{S_SORT_DIR}</select> 196 <input class="button2" type="submit" value="{L_GO}" name="sort" /> 197 </fieldset> 198 <hr /> 199 <!-- IF PAGINATION --> 200 <div class="pagination"> 201 <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> 202 </div> 203 <!-- ENDIF --> 204 205 <fieldset class="quick"> 206 <input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" /> 207 <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> 208 {S_FORM_TOKEN} 209 </fieldset> 210 </form> 211 212 <!-- ELSEIF S_PERMISSIONS --> 213 214 <div style="float: {S_CONTENT_FLOW_END};"> 215 <a href="{U_USER_PERMISSIONS}">» {L_SET_USERS_PERMISSIONS}</a><br /> 216 <a href="{U_USER_FORUM_PERMISSIONS}">» {L_SET_USERS_FORUM_PERMISSIONS}</a> 217 </div> 218 219 <form id="select_forum" method="post" action="{U_ACTION}"> 220 221 <fieldset class="quick" style="text-align: left;"> 222 {L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select> 223 <input class="button2" type="submit" value="{L_GO}" name="select" /> 224 {S_FORM_TOKEN} 225 </fieldset> 226 </form> 227 228 <div class="clearfix"> </div> 229 230 <!-- INCLUDE permission_mask.html --> 231 232 <!-- ENDIF --> 233 234 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |