mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Of little use since the whole user admin interface will need rewriting
git-svn-id: file:///svn/phpbb/trunk@2946 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
521760fe50
commit
8b21ebbdab
3 changed files with 0 additions and 357 deletions
|
@ -1,36 +0,0 @@
|
||||||
|
|
||||||
<h1>{L_USER_TITLE}</h1>
|
|
||||||
|
|
||||||
<p>{L_USER_EXPLAIN}</p>
|
|
||||||
|
|
||||||
<form action="{S_PROFILE_ACTION}" method="post">
|
|
||||||
|
|
||||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
|
||||||
<tr>
|
|
||||||
<th class="thHead" colspan="{S_COLSPAN}" height="25" valign="middle">{L_AVATAR_GALLERY}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_CATEGORY}: <select name="avatarcategory">{S_OPTIONS_CATEGORIES}</select> <input type="submit" class="liteoption" value="{L_GO}" name="avatargallery" /></span></td>
|
|
||||||
</tr>
|
|
||||||
<!-- BEGIN avatar_row -->
|
|
||||||
<tr>
|
|
||||||
<!-- BEGIN avatar_column -->
|
|
||||||
<td class="row1" align="center"><img src="{avatar_row.avatar_column.AVATAR_IMAGE}" /></td>
|
|
||||||
<!-- END avatar_column -->
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<!-- BEGIN avatar_option_column -->
|
|
||||||
<td class="row2" align="center"><input type="radio" name="avatarselect" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td>
|
|
||||||
<!-- END avatar_option_column -->
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<!-- END avatar_row -->
|
|
||||||
<tr>
|
|
||||||
<td class="catBottom" colspan="{S_COLSPAN}" align="center" height="28">{S_HIDDEN_FIELDS}
|
|
||||||
<input type="submit" name="submitavatar" value="{L_SELECT_AVATAR}" class="mainoption" />
|
|
||||||
|
|
||||||
<input type="submit" name="cancelavatar" value="{L_RETURN_PROFILE}" class="liteoption" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form>
|
|
|
@ -1,308 +0,0 @@
|
||||||
|
|
||||||
<h1>{L_USER_TITLE}</h1>
|
|
||||||
|
|
||||||
<p>{L_USER_EXPLAIN}</p>
|
|
||||||
|
|
||||||
{ERROR_BOX}
|
|
||||||
|
|
||||||
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
||||||
<tr>
|
|
||||||
<th class="thHead" colspan="2">{L_REGISTRATION_INFO}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="username" size="35" maxlength="40" value="{USERNAME}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="email" size="35" maxlength="255" value="{EMAIL}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br />
|
|
||||||
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="password" name="password" size="35" maxlength="100" value="" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br />
|
|
||||||
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="password" name="password_confirm" size="35" maxlength="100" value="" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="catsides" colspan="2"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th class="thSides" colspan="2">{L_PROFILE_INFO}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row2" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ICQ_NUMBER}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="icq" size="10" maxlength="15" value="{ICQ}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_AIM}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="aim" size="20" maxlength="255" value="{AIM}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_MESSENGER}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="msn" size="20" maxlength="255" value="{MSN}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_YAHOO}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="yim" size="20" maxlength="255" value="{YIM}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_WEBSITE}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_LOCATION}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="location" size="35" maxlength="100" value="{LOCATION}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_OCCUPATION}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_INTERESTS}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_SIGNATURE}</span><br />
|
|
||||||
<span class="gensmall">{L_SIGNATURE_EXPLAIN}<br />
|
|
||||||
<br />
|
|
||||||
{HTML_STATUS}<br />
|
|
||||||
{BBCODE_STATUS}<br />
|
|
||||||
{SMILIES_STATUS}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<textarea name="signature" rows="6" cols="45">{SIGNATURE}</textarea>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="catsides" colspan="2"><span class="cattitle"> </span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th class="thSides" colspan="2">{L_PREFERENCES}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_HIDE_USER}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}</span></td>
|
|
||||||
<td class="row2">{LANGUAGE_SELECT}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_BOARD_STYLE}</span></td>
|
|
||||||
<td class="row2">{STYLE_SELECT}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_TIMEZONE}</span></td>
|
|
||||||
<td class="row2">{TIMEZONE_SELECT}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_DATE_FORMAT}</span><br />
|
|
||||||
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="catSides" colspan="2"><span class="cattitle"> </span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th>
|
|
||||||
</tr>
|
|
||||||
<tr align="center">
|
|
||||||
<td class="row1" colspan="2">
|
|
||||||
<table width="70%" cellspacing="2" cellpadding="0" border="0">
|
|
||||||
<tr>
|
|
||||||
<td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
|
|
||||||
<td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />
|
|
||||||
{AVATAR}<br />
|
|
||||||
<input type="checkbox" name="avatardel" />
|
|
||||||
<span class="gensmall">{L_DELETE_AVATAR}</span></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<!-- BEGIN avatar_local_upload -->
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" />
|
|
||||||
<input type="file" name="avatar" class="post" style="width: 200px" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<!-- END avatar_local_upload -->
|
|
||||||
<!-- BEGIN avatar_remote_upload -->
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="avatarurl" size="40" class="post" style="width: 200px" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<!-- END avatar_remote_upload -->
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="text" name="avatarremoteurl" size="40" class="post" style="width: 200px" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<!-- BEGIN avatar_local_gallery -->
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_AVATAR_GALLERY}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<!-- END avatar_local_gallery -->
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="catSides" colspan="2"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th class="thSides" colspan="2">{L_SPECIAL}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" colspan="2"><span class="gensmall">{L_SPECIAL_EXPLAIN}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_USER_ACTIVE}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="user_status" value="0" {USER_ACTIVE_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ALLOW_PM}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="user_allowpm" value="0" {ALLOW_PM_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_ALLOW_AVATAR}</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} />
|
|
||||||
<span class="gen">{L_YES}</span>
|
|
||||||
<input type="radio" name="user_allowavatar" value="0" {ALLOW_AVATAR_NO} />
|
|
||||||
<span class="gen">{L_NO}</span></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_SELECT_RANK}</span></td>
|
|
||||||
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1"><span class="gen">{L_DELETE_USER}?</span></td>
|
|
||||||
<td class="row2">
|
|
||||||
<input type="checkbox" name="deleteuser">
|
|
||||||
{L_DELETE_USER_EXPLAIN}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}
|
|
||||||
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
|
|
||||||
|
|
||||||
<input type="reset" value="{L_RESET}" class="liteoption" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table></form>
|
|
|
@ -1,13 +0,0 @@
|
||||||
|
|
||||||
<h1>{L_USER_TITLE}</h1>
|
|
||||||
|
|
||||||
<p>{L_USER_EXPLAIN}</p>
|
|
||||||
|
|
||||||
<form method="post" name="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
||||||
<tr>
|
|
||||||
<th class="thHead" align="center">{L_USER_SELECT}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS}<input type="submit" name="submituser" value="{L_LOOK_UP}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td>
|
|
||||||
</tr>
|
|
||||||
</table></form>
|
|
Loading…
Add table
Reference in a new issue