mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!--%import("filter/modify_password.xml")-->
|
|
<!--%import("js/member.js")-->
|
|
|
|
<div>
|
|
{$lang->msg_update_member}
|
|
</div>
|
|
|
|
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, modify_password)">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
|
|
<div>
|
|
{$lang->member_default_info}
|
|
</div>
|
|
<table border="1">
|
|
<tr>
|
|
<th>{$lang->user_id}</th>
|
|
<td>
|
|
{$member_info->user_id}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th rowspan="3">{$lang->password1}</th>
|
|
<td>
|
|
<input type="password" name="password1" value="" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="password" name="password2" value="" /> {$lang->password2}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{$lang->about_password}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="1">
|
|
<tr>
|
|
<td colspan="2">
|
|
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" />
|
|
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|