mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
remove m.skins and move to tpl
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7588 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
69e93035ef
commit
3c09eff0c2
4 changed files with 1 additions and 45 deletions
17
modules/member/tpl/login_form.html
Normal file
17
modules/member/tpl/login_form.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!--%import("css/mlogin.css")-->
|
||||
<div class="bd">
|
||||
<h2 class="h2">{$lang->cmd_login}</h2>
|
||||
<form action="./" method="POST">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
<input type="hidden" name="redirect_url" value="{getUrl('act','')}" />
|
||||
<ul class="sn">
|
||||
<li><label for="id" class="db fb al">{$lang->user_id}</label><input name="user_id" type="text" id="id" class="itx" value="" /></li>
|
||||
<li><label for="pw" class="db fb al">{$lang->password}</label><input name="password" type="password" id="pw" class="itx" value="" /></li>
|
||||
</ul>
|
||||
<div class="cm">
|
||||
<div class="fl"><input name="keep_signed" type="checkbox" value="Y" id="autoLogin" /><label for="autoLogin">{$lang->keep_signed}</label></div>
|
||||
<div class="fr"><a href="join.html" class="bn">회원가입</a> <button type="submit" class="bn">{$lang->cmd_login}</button></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue