mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Clean up activation workflow (fixes #1154)
This commit is contained in:
parent
f9b58784cb
commit
5d058942af
8 changed files with 42 additions and 235 deletions
|
|
@ -1,41 +0,0 @@
|
|||
<include target="./common_header.html" />
|
||||
<section class="prn-body">
|
||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/rx_prn/reset_mail/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="rx_member-notice">{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</div>
|
||||
<form action="./" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberResendAuthMail" />
|
||||
<input type="hidden" name="email_address" value="{$memberInfo->email_address}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins/rx_prn/reset_mail/1" />
|
||||
<div class="control-group">
|
||||
<label for="uid1">
|
||||
{lang('common.email_address')}
|
||||
</label>
|
||||
<input type="text" id="uid1" readonly="readonly" disabled="disabled" value="{$memberInfo->email_address}" title="{$lang->cmd_resend_auth_mail}" />
|
||||
<input type="submit" id="resend_button" name="" value="{$lang->cmd_resend_auth_mail}" class="btn btn-inverse" />
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<section class="prn-body">
|
||||
<h1>{lang('member.cmd_send_auth_new_emaill_address')}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/rx_prn/reset_mail/2'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="rx_member-notice">{lang('member.about_reset_auth_mail_submit')}</div>
|
||||
<form ruleset="resetAuthMail" action="./" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberResetAuthMail" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins/rx_prn/reset_mail/2" />
|
||||
<div class="control-group">
|
||||
<label for="email_address">
|
||||
{lang('member.cmd_modify_new_auth_email_address')}
|
||||
</label>
|
||||
<input type="text" id="email_address" name="email_address" value="" title="{lang('member.cmd_modify_new_auth_email_address')}" />
|
||||
<input type="submit" value="{$lang->cmd_send_auth_new_emaill_address}" class="btn btn-inverse" />
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<include target="./common_footer.html" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue