298 lines
12 KiB
HTML
298 lines
12 KiB
HTML
|
<!--{template common/header}-->
|
||
|
|
||
|
|
||
|
<!--{subtemplate home/spacecp_header}-->
|
||
|
<!--{if $validate}-->
|
||
|
<p class="tbmu mbm">{lang validator_comment}</p>
|
||
|
<form action="member.php?mod=regverify" method="post" autocomplete="off">
|
||
|
<input type="hidden" value="{FORMHASH}" name="formhash" />
|
||
|
<table summary="{lang memcp_profile}" cellspacing="0" cellpadding="0" class="tfm">
|
||
|
<tr>
|
||
|
<th>{lang validator_remark}</th>
|
||
|
<td>$validate[remark]</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th>{lang validator_message}</th>
|
||
|
<td><input type="text" class="px" name="regmessagenew" value="" /></td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th> </th>
|
||
|
<td colspan="2">
|
||
|
<button type="submit" name="verifysubmit" value="true" class="pn pnc" /><strong>{lang validator_submit}</strong></button>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div></div>
|
||
|
<div class="appl">
|
||
|
<!--{subtemplate home/spacecp_footer}-->
|
||
|
</div>
|
||
|
<!--{else}-->
|
||
|
<!--{if $operation == 'password'}-->
|
||
|
<script type="text/javascript" src="{$_G[setting][jspath]}register.js?{VERHASH}"></script>
|
||
|
<p class="bbda pbm mbm">
|
||
|
<!--{if !$_G['member']['freeze']}-->
|
||
|
<!--{if !$_G['setting']['connect']['allow'] || !$conisregister}-->{lang old_password_comment}<!--{elseif $wechatuser}-->{lang wechat_config_newpassword_comment}<!--{else}-->{lang connect_config_newpassword_comment}<!--{/if}-->
|
||
|
<!--{elseif $_G['member']['freeze'] == 1}-->
|
||
|
<strong class="xi1">{lang freeze_pw_tips}</strong>
|
||
|
<!--{elseif $_G['member']['freeze'] == 2}-->
|
||
|
<strong class="xi1">{lang freeze_email_tips}</strong>
|
||
|
<!--{/if}-->
|
||
|
</p>
|
||
|
<form action="home.php?mod=spacecp&ac=profile" method="post" autocomplete="off">
|
||
|
<input type="hidden" value="{FORMHASH}" name="formhash" />
|
||
|
<table summary="{lang memcp_profile}" cellspacing="0" cellpadding="0" class="tfm">
|
||
|
<!--{if !$_G['setting']['connect']['allow'] || !$conisregister}-->
|
||
|
<tr>
|
||
|
<th><span class="rq" title="{lang required}">*</span>{lang old_password}</th>
|
||
|
<td><input type="password" name="oldpassword" id="oldpassword" class="px" /></td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
<tr>
|
||
|
<th>{lang new_password}</th>
|
||
|
<td>
|
||
|
<input type="password" name="newpassword" id="newpassword" class="px" />
|
||
|
<p class="d" id="chk_newpassword">{lang memcp_profile_passwd_comment}</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th>{lang new_password_confirm}</th>
|
||
|
<td>
|
||
|
<input type="password" name="newpassword2" id="newpassword2"class="px" />
|
||
|
<p class="d" id="chk_newpassword2">{lang memcp_profile_passwd_comment}</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr id="contact"{if $_GET[from] == 'contact'} style="background-color: {$_G['style']['specialbg']};"{/if}>
|
||
|
<th>{lang email}</th>
|
||
|
<td>
|
||
|
<input type="text" name="emailnew" id="emailnew" value="$space[email]" class="px" />
|
||
|
<p class="d">
|
||
|
<!--{if empty($space['newemail'])}-->
|
||
|
{lang email_been_active}
|
||
|
<!--{else}-->
|
||
|
$acitvemessage
|
||
|
<!--{/if}-->
|
||
|
</p>
|
||
|
<!--{if $_G['setting']['regverify'] == 1 && (($_G['group']['grouptype'] == 'member' && $_G['adminid'] == 0) || $_G['groupid'] == 8) || $_G['member']['freeze']}--><p class="d">{lang memcp_profile_email_comment}</p><!--{/if}-->
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<!--{if $_G['member']['freeze'] == 2}-->
|
||
|
<tr>
|
||
|
<th>{lang freeze_reason}</th>
|
||
|
<td>
|
||
|
<textarea rows="3" cols="80" name="freezereson" class="pt">$space[freezereson]</textarea>
|
||
|
<p class="d" id="chk_newpassword2">{lang freeze_reason_comment}</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
|
||
|
<tr>
|
||
|
<th>{lang security_question}</th>
|
||
|
<td>
|
||
|
<select name="questionidnew" id="questionidnew">
|
||
|
<option value="" selected>{lang memcp_profile_security_keep}</option>
|
||
|
<option value="0">{lang security_question_0}</option>
|
||
|
<option value="1">{lang security_question_1}</option>
|
||
|
<option value="2">{lang security_question_2}</option>
|
||
|
<option value="3">{lang security_question_3}</option>
|
||
|
<option value="4">{lang security_question_4}</option>
|
||
|
<option value="5">{lang security_question_5}</option>
|
||
|
<option value="6">{lang security_question_6}</option>
|
||
|
<option value="7">{lang security_question_7}</option>
|
||
|
</select>
|
||
|
<p class="d">{lang memcp_profile_security_comment}</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<th>{lang security_answer}</th>
|
||
|
<td>
|
||
|
<input type="text" name="answernew" id="answernew" class="px" />
|
||
|
<p class="d">{lang memcp_profile_security_answer_comment}</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<!--{if $secqaacheck || $seccodecheck}-->
|
||
|
</table>
|
||
|
<!--{eval $sectpl = '<table cellspacing="0" cellpadding="0" class="tfm"><tr><th><sec></th><td><sec><p class="d"><sec></p></td></tr></table>';}-->
|
||
|
<!--{subtemplate common/seccheck}-->
|
||
|
<table summary="{lang memcp_profile}" cellspacing="0" cellpadding="0" class="tfm">
|
||
|
<!--{/if}-->
|
||
|
<tr>
|
||
|
<th> </th>
|
||
|
<td><button type="submit" name="pwdsubmit" value="true" class="pn pnc" /><strong>{lang save}</strong></button></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<input type="hidden" name="passwordsubmit" value="true" />
|
||
|
</form>
|
||
|
<script type="text/javascript">
|
||
|
var strongpw = new Array();
|
||
|
<!--{if $_G['setting']['strongpw']}-->
|
||
|
<!--{loop $_G['setting']['strongpw'] $key $val}-->
|
||
|
strongpw[$key] = $val;
|
||
|
<!--{/loop}-->
|
||
|
<!--{/if}-->
|
||
|
var pwlength = <!--{if $_G['setting']['pwlength']}-->$_G['setting']['pwlength']<!--{else}-->0<!--{/if}-->;
|
||
|
checkPwdComplexity($('newpassword'), $('newpassword2'), true);
|
||
|
</script>
|
||
|
<!--{else}-->
|
||
|
<!--{hook/spacecp_profile_top}-->
|
||
|
<!--{subtemplate home/spacecp_profile_nav}-->
|
||
|
<!--{if $vid}-->
|
||
|
<p class="tbms mtm {if !$showbtn}tbms_r{/if}"><!--{if $showbtn}-->{lang spacecp_profile_message1}<!--{else}-->{lang spacecp_profile_message2}<!--{/if}--></p>
|
||
|
<!--{/if}-->
|
||
|
<iframe id="frame_profile" name="frame_profile" style="display: none"></iframe>
|
||
|
<form action="{if $operation != 'plugin'}home.php?mod=spacecp&ac=profile&op=$operation{else}home.php?mod=spacecp&ac=plugin&op=profile&id=$_GET[id]{/if}" method="post" enctype="multipart/form-data" autocomplete="off"{if $operation != 'plugin'} target="frame_profile"{/if} onsubmit="clearErrorInfo();">
|
||
|
<input type="hidden" value="{FORMHASH}" name="formhash" />
|
||
|
<!--{if $_GET[vid]}-->
|
||
|
<input type="hidden" value="$_GET[vid]" name="vid" />
|
||
|
<!--{/if}-->
|
||
|
<table cellspacing="0" cellpadding="0" class="tfm" id="profilelist">
|
||
|
<tr>
|
||
|
<th>{lang username}</th>
|
||
|
<td>$_G[member][username]</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<!--{loop $settings $key $value}-->
|
||
|
<!--{if $value[available]}-->
|
||
|
<tr id="tr_$key">
|
||
|
<th id="th_$key"><!--{if $value[required]}--><span class="rq" title="{lang required}">*</span><!--{/if}-->$value[title]</th>
|
||
|
<td id="td_$key">
|
||
|
$htmls[$key]
|
||
|
</td>
|
||
|
<td class="p">
|
||
|
<!--{if $vid}-->
|
||
|
<input type="hidden" name="privacy[$key]" value="3" />
|
||
|
<!--{else}-->
|
||
|
<select name="privacy[$key]">
|
||
|
<option value="0"{if $privacy[$key] == "0"} selected="selected"{/if}>{lang open_privacy}</option>
|
||
|
<option value="1"{if $privacy[$key] == "1"} selected="selected"{/if}>{lang friend_privacy}</option>
|
||
|
<option value="3"{if $privacy[$key] == "3"} selected="selected"{/if}>{lang secrecy}</option>
|
||
|
</select>
|
||
|
<!--{/if}-->
|
||
|
</td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
<!--{/loop}-->
|
||
|
<!--{if $allowcstatus && in_array('customstatus', $allowitems)}-->
|
||
|
<tr>
|
||
|
<th id="th_customstatus">{lang permission_basic_status}</th>
|
||
|
<td id="td_customstatus">
|
||
|
<input type="text" value="$space[customstatus]" name="customstatus" id="customstatus" class="px" />
|
||
|
<div class="rq mtn" id="showerror_customstatus"></div>
|
||
|
</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
<!--{if $_G['group']['maxsigsize'] && in_array('sightml', $allowitems)}-->
|
||
|
<tr>
|
||
|
<th id="th_sightml">{lang personal_signature}</th>
|
||
|
<td id="td_sightml">
|
||
|
<div class="tedt">
|
||
|
<div class="bar">
|
||
|
<span class="y"><a href="javascript:;" onclick="$('signhtmlpreview').innerHTML = bbcode2html($('sightmlmessage').value)">{lang preview}</a></span>
|
||
|
<!--{if $_G['group']['allowsigbbcode']}-->
|
||
|
<!--{if $_G['group']['allowsigimgcode']}-->
|
||
|
<!--{eval $seditor = array('sightml', array('bold', 'color', 'img', 'link', 'smilies'));}-->
|
||
|
<!--{else}-->
|
||
|
<!--{eval $seditor = array('sightml', array('bold', 'color', 'link', 'smilies'));}-->
|
||
|
<!--{/if}-->
|
||
|
<!--{subtemplate common/seditor}-->
|
||
|
<!--{/if}-->
|
||
|
</div>
|
||
|
<div class="area">
|
||
|
<textarea rows="3" cols="80" name="sightml" id="sightmlmessage" class="pt" onkeydown="ctrlEnter(event, 'profilesubmitbtn');">$space[sightml]</textarea>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="signhtmlpreview"></div>
|
||
|
<div id="showerror_sightml" class="rq mtn"></div>
|
||
|
<script type="text/javascript" src="{$_G[setting][jspath]}bbcode.js?{VERHASH}"></script>
|
||
|
<script type="text/javascript">var forumallowhtml = 0,allowhtml = 0,allowsmilies = 0,allowbbcode = parseInt('{$_G[group][allowsigbbcode]}'),allowimgcode = parseInt('{$_G[group][allowsigimgcode]}');var DISCUZCODE = [];DISCUZCODE['num'] = '-1';DISCUZCODE['html'] = [];</script>
|
||
|
</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
<!--{if in_array('timeoffset', $allowitems)}-->
|
||
|
<tr>
|
||
|
<th id="th_timeoffset">{lang time_zone}</th>
|
||
|
<td id="td_timeoffset">
|
||
|
<!--{eval $timeoffset = array({lang timezone});}-->
|
||
|
<select name="timeoffset">
|
||
|
<!--{loop $timeoffset $key $desc}-->
|
||
|
<option value="$key"{if $key==$space[timeoffset]} selected="selected"{/if}>$desc</option>
|
||
|
<!--{/loop}-->
|
||
|
</select>
|
||
|
<p class="mtn">{lang current_time} : <!--{date($_G[timestamp])}--></p>
|
||
|
<p class="d">{lang time_zone_message}</p>
|
||
|
</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
|
||
|
<!--{if $operation == 'contact'}-->
|
||
|
<tr>
|
||
|
<th id="th_sightml">Email</th>
|
||
|
<td id="td_sightml">$space[email] (<a href="home.php?mod=spacecp&ac=profile&op=password&from=contact#contact">{lang modify}</a>)</td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
|
||
|
<!--{if $operation == 'plugin'}-->
|
||
|
<!--{eval include(template($_GET['id']));}-->
|
||
|
<!--{/if}-->
|
||
|
<!--{hook/spacecp_profile_extra}-->
|
||
|
<!--{if $showbtn}-->
|
||
|
<tr>
|
||
|
<th> </th>
|
||
|
<td colspan="2">
|
||
|
<input type="hidden" name="profilesubmit" value="true" />
|
||
|
<button type="submit" name="profilesubmitbtn" id="profilesubmitbtn" value="true" class="pn pnc" /><strong>{lang save}</strong></button>
|
||
|
<span id="submit_result" class="rq"></span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<!--{/if}-->
|
||
|
</table>
|
||
|
<!--{hook/spacecp_profile_bottom}-->
|
||
|
</form>
|
||
|
<script type="text/javascript">
|
||
|
function show_error(fieldid, extrainfo) {
|
||
|
var elem = $('th_'+fieldid);
|
||
|
if(elem) {
|
||
|
elem.className = "rq";
|
||
|
fieldname = elem.innerHTML;
|
||
|
extrainfo = (typeof extrainfo == "string") ? extrainfo : "";
|
||
|
$('showerror_'+fieldid).innerHTML = "{lang check_date_item} " + extrainfo;
|
||
|
$(fieldid).focus();
|
||
|
}
|
||
|
}
|
||
|
function show_success(message) {
|
||
|
message = message == '' ? '{lang update_date_success}' : message;
|
||
|
showDialog(message, 'right', '{lang reminder}', function(){
|
||
|
top.window.location.href = top.window.location.href;
|
||
|
}, 0, null, '', '', '', '', 3);
|
||
|
}
|
||
|
function clearErrorInfo() {
|
||
|
var spanObj = $('profilelist').getElementsByTagName("div");
|
||
|
for(var i in spanObj) {
|
||
|
if(typeof spanObj[i].id != "undefined" && spanObj[i].id.indexOf("_")) {
|
||
|
var ids = explode('_', spanObj[i].id);
|
||
|
if(ids[0] == "showerror") {
|
||
|
spanObj[i].innerHTML = '';
|
||
|
$('th_'+ids[1]).className = '';
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
<!--{/if}-->
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="appl">
|
||
|
<!--{subtemplate home/spacecp_footer}-->
|
||
|
</div>
|
||
|
<!--{/if}-->
|
||
|
</div>
|
||
|
|
||
|
<!--{template common/footer}-->
|