rhymix/modules/member/m.skins/default/leave_form.html
devjin f6a83e335d issue 2471 fixed a bug that show the private information in mobile view.
added the mobile skin setting in member configuration.


git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11434 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-09-21 09:05:48 +00:00

27 lines
1.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="h2">{$member_title = $lang->msg_leave_member}</h2>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="leaveMember" id="fo_insert_member" class="ff" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberLeave" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="page" value="{$page}" />
<ul>
<li>
<label for="identifier">{Context::getLang($identifier)}</label>
<p id="identifier">{$formValue}</p>
</li>
<li>
<label for="cpw">{$lang->password}</label>
<input type="password" name="password" id="cpw" />
</li>
</ul>
<div class="bna">
<input type="submit" class="bn dark" value="{$lang->cmd_leave}" />
</div>
</form>