| |
| |
| <a name="maincontent"></a> |
| |
| |
| |
| <h1>{L_USER_ADMIN}</h1> |
| |
| <p>{L_USER_ADMIN_EXPLAIN}</p> |
| |
| <form id="select_user" method="post" action="{U_ACTION}"> |
| |
| <fieldset> |
| <legend>{L_SELECT_USER}</legend> |
| <dl> |
| <dt><label for="username">{L_FIND_USERNAME}:</label></dt> |
| <dd><input class="text medium" type="text" id="username" name="username" /></dd> |
| <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd> |
| <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> |
| </dl> |
| |
| <p class="quick"> |
| <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> |
| </p> |
| </fieldset> |
| |
| </form> |
| |
| |
| |
| <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> |
| |
| <h1>{L_USER_ADMIN}</h1> |
| |
| <p>{L_USER_ADMIN_EXPLAIN}</p> |
| |
| <form id="select_forum" method="post" action="{U_ACTION}"> |
| |
| <fieldset> |
| <legend>{L_USER_ADMIN_MOVE_POSTS}</legend> |
| <dl> |
| <dt><label for="new_forum">{L_USER_ADMIN_MOVE_POSTS}</label><br /><span>{L_MOVE_POSTS_EXPLAIN}</span></dt> |
| <dd><select id="new_forum" name="new_f">{S_FORUM_OPTIONS}</select></dd> |
| </dl> |
| </fieldset> |
| |
| <fieldset class="quick"> |
| <input type="submit" name="update" value="{L_SUBMIT}" class="button1" /> |
| {S_FORM_TOKEN} |
| </fieldset> |
| </form> |
| |
| |
| |
| <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> |
| |
| <h1>{L_USER_ADMIN} :: {MANAGED_USERNAME}</h1> |
| |
| <p>{L_USER_ADMIN_EXPLAIN}</p> |
| |
| |
| <div class="errorbox"> |
| <h3>{L_WARNING}</h3> |
| <p>{ERROR_MSG}</p> |
| </div> |
| |
| |
| <form id="mode_select" method="post" action="{U_MODE_SELECT}"> |
| |
| <fieldset class="quick"> |
| {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}" /> |
| {S_FORM_TOKEN} |
| </fieldset> |
| </form> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <form id="user_prefs" method="post" action="{U_ACTION}"> |
| |
| <fieldset> |
| <legend>{L_ACP_USER_RANK}</legend> |
| <dl> |
| <dt><label for="user_rank">{L_USER_RANK}:</label></dt> |
| <dd><select name="user_rank" id="user_rank">{S_RANK_OPTIONS}</select></dd> |
| </dl> |
| </fieldset> |
| |
| <fieldset class="quick"> |
| <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> |
| {S_FORM_TOKEN} |
| </fieldset> |
| </form> |
| |
| |
| |
| |
| |
| |
| |
| <form id="user_groups" method="post" action="{U_ACTION}"> |
| |
| <table cellspacing="1"> |
| <tbody> |
| |
| |
| <tr> |
| <td class="row3" colspan="4"><strong>{group.GROUP_TYPE}</strong></td> |
| </tr> |
| |
| <tr class="row1"><tr class="row2"> |
| <td><a href="{group.U_EDIT_GROUP}">{group.GROUP_NAME}</a></td> |
| <td><a href="{group.U_DEFAULT}">{L_GROUP_DEFAULT}</a><strong>{L_GROUP_DEFAULT}</strong></td> |
| <td><a href="{group.U_DEMOTE_PROMOTE}">{group.L_DEMOTE_PROMOTE}</a> </td> |
| <td><a href="{group.U_DELETE}">{L_GROUP_DELETE}</a></td> |
| </tr> |
| |
| |
| </tbody> |
| </table> |
| |
| |
| <fieldset class="quick"> |
| {L_USER_GROUP_ADD}: <select name="g">{S_GROUP_OPTIONS}</select> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> |
| {S_FORM_TOKEN} |
| </fieldset> |
| |
| </form> |
| |
| |
| |
| <form id="user_attachments" method="post" action="{U_ACTION}"> |
| |
| |
| |
| <div class="pagination"> |
| <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> |
| </div> |
| |
| |
| |
| <table cellspacing="1"> |
| <thead> |
| <tr> |
| <th>{L_FILENAME}</th> |
| <th>{L_POST_TIME}</th> |
| <th>{L_FILESIZE}</th> |
| <th>{L_DOWNLOADS}</th> |
| <th>{L_MARK}</th> |
| </tr> |
| </thead> |
| <tbody> |
| |
| <tr class="row1"><tr class="row2"> |
| <td><a href="{attach.U_DOWNLOAD}">{attach.REAL_FILENAME}</a><br /><span class="small"><strong>{L_PM}: </strong><strong>{L_POST}: </strong><a href="{attach.U_VIEW_TOPIC}">{attach.TOPIC_TITLE}</a></span></td> |
| <td style="text-align: center">{attach.POST_TIME}</td> |
| <td style="text-align: center">{attach.SIZE}</td> |
| <td style="text-align: center">{attach.DOWNLOAD_COUNT}</td> |
| <td style="text-align: center"><input type="checkbox" class="radio" name="mark[]" value="{attach.ATTACH_ID}" /></td> |
| </tr> |
| |
| </tbody> |
| </table> |
| |
| <div class="errorbox"> |
| <p>{L_USER_NO_ATTACHMENTS}</p> |
| </div> |
| |
| <fieldset class="display-options"> |
| {L_SORT_BY}: <select name="sk">{S_SORT_KEY}</select> <select name="sd">{S_SORT_DIR}</select> |
| <input class="button2" type="submit" value="{L_GO}" name="sort" /> |
| </fieldset> |
| <hr /> |
| |
| <div class="pagination"> |
| <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> |
| </div> |
| |
| |
| <fieldset class="quick"> |
| <input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" /> |
| <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> |
| {S_FORM_TOKEN} |
| </fieldset> |
| </form> |
| |
| |
| |
| <div style="float: {S_CONTENT_FLOW_END};"> |
| <a href="{U_USER_PERMISSIONS}">» {L_SET_USERS_PERMISSIONS}</a><br /> |
| <a href="{U_USER_FORUM_PERMISSIONS}">» {L_SET_USERS_FORUM_PERMISSIONS}</a> |
| </div> |
| |
| <form id="select_forum" method="post" action="{U_ACTION}"> |
| |
| <fieldset class="quick" style="text-align: left;"> |
| {L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select> |
| <input class="button2" type="submit" value="{L_GO}" name="select" /> |
| {S_FORM_TOKEN} |
| </fieldset> |
| </form> |
| |
| <div class="clearfix"> </div> |
| |
| |
| |
| |
| |
| |