mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13187 201d5d3c-b55e-5fd7-737f-ddc643e51545
23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
<load target="./../../../../common/js/jquery.min.js" index="-1000000" />
|
|
<load target="./../../../../common/js/xe.min.js" index="-1000000" />
|
|
<load target="css/msignup.css" />
|
|
<h2 class="hx h2">{$lang->cmd_modify_member_email_address}</h2>
|
|
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/m.skin/default/modify_email_address/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<form ruleset="modifyEmailAddress" class="ff" action="./" method="post">
|
|
<input type="hidden" name="module" value="member" />
|
|
<input type="hidden" name="act" value="procMemberModifyEmailAddress" />
|
|
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
|
<input type="hidden" name="xe_validator_id" value="modules/member/m.skin/default/modify_email_address/1" />
|
|
<p>{$lang->about_modify_member_email_address}</p>
|
|
<ul>
|
|
<li>
|
|
<label for="email_address">{$lang->email_address}</label>
|
|
<input type="email" id="email_address" name="email_address" value="" />
|
|
</li>
|
|
</ul>
|
|
<div class="bna">
|
|
<input type="submit" class="bn dark" value="{$lang->cmd_send_auth_new_emaill_address}" />
|
|
</div>
|
|
</form>
|