mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@728 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
857b178965
commit
a044312f74
1 changed files with 5 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<form action="./" method="get" onsubmit="return procFilter(this, login)">
|
||||
<div class="login_box">
|
||||
<div class="header">{$lang->user_id}</div>
|
||||
<div class="body"><input type="text" name="user_id" /></div>
|
||||
<div class="body"><input type="text" name="user_id" id="login_form_user_id" /></div>
|
||||
|
||||
|
||||
<div class="header">{$lang->password}</div>
|
||||
|
|
@ -58,5 +58,9 @@
|
|||
<input type="submit" value="{$lang->cmd_login}" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window, "load", function(){ xGetElementById("login_form_user_id").focus(); });
|
||||
</script>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue