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/trunk@746 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cdb85366e2
commit
17092b4d2f
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<col width="*" />
|
||||
<tr>
|
||||
<th>{$lang->user_id}</th>
|
||||
<td><input type="text" name="user_id" /></td>
|
||||
<td><input type="text" name="user_id" id="member_login_user_id" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->password}</th>
|
||||
|
|
@ -28,3 +28,6 @@
|
|||
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window, "load", function() { xGetElementById("member_login_user_id").focus(); } );
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue