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

This commit is contained in:
zero 2007-06-07 09:06:57 +00:00
parent 97c7db301f
commit 4b747ef218
8 changed files with 106 additions and 2 deletions

View file

@ -1,8 +1,12 @@
<!--%import("filter/login.xml")-->
<!--%import("js/member.js")-->
<!--%import("filter/openid_login.xml")-->
<!--%import("js/member.js")-->
<!--%import("css/module.css")-->
<!-- 제로보드XE 로그인 폼 -->
<form action="./" method="post" onsubmit="return procFilter(this, login)" id="fo_member_login">
<table>
<table border="1">
<col width="120" />
<col width="*" />
<tr>
@ -28,7 +32,21 @@
</td>
</tr>
</table>
</form>
<!-- OpenID -->
<form action="./" method="post" onsubmit="return procFilter(this, openid_login)">
<table border="1">
<tr>
<th>{$lang->openid}</th>
</tr>
<tr>
<td>
<input type="text" name="user_id" tabindex="1" class="openid_user_id" />
<input type="submit" value="{$lang->cmd_login}" tabindex="2" />
</td>
</tr>
</table>
</form>
<script type="text/javascript">