git-svn-id: http://xe-core.googlecode.com/svn/trunk@1640 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-18 05:16:07 +00:00
parent ef531f5eed
commit 3a01cf8eac
9 changed files with 29 additions and 36 deletions

View file

@ -11,18 +11,18 @@
<col width="*" />
<tr>
<th rowspan="2">{$lang->user_id}</th>
<td><input type="text" name="user_id" tabindex="1" /></td>
<td><input type="text" name="user_id" /></td>
</tr>
<tr>
<td><input type="checkbox" name="remember_user_id" value="Y" tabindex="4" /> {$lang->remember_user_id}</td>
<td><input type="checkbox" name="remember_user_id" value="Y" /> {$lang->remember_user_id}</td>
</tr>
<tr>
<th>{$lang->password}</th>
<td><input type="password" name="password" value="" tabindex="2" /></td>
<td><input type="password" name="password" value="" /></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="{$lang->cmd_login}" tabindex="3" />
<input type="submit" value="{$lang->cmd_login}" />
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','')}'" />
</td>
</tr>
@ -43,8 +43,8 @@
</tr>
<tr>
<td>
<input type="text" name="user_id" tabindex="1" class="openid_user_id" />
<input type="submit" value="{$lang->cmd_login}" tabindex="2" />
<input type="text" name="user_id" class="openid_user_id" />
<input type="submit" value="{$lang->cmd_login}" />
</td>
</tr>
</table>