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@12670 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
1 KiB
HTML
22 lines
1 KiB
HTML
<load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" />
|
|
<load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" />
|
|
<load target="css/msignup.css" usecdn="true" />
|
|
<h2 class="hx h2">{$lang->cmd_modify_member_email_address}</h2>
|
|
<div cond="$XE_VALIDATOR_MESSAGE" 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()}" />
|
|
<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>
|