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

This commit is contained in:
zero 2007-06-07 09:27:39 +00:00
parent 6bacd07cc7
commit dd0c88ccd0
10 changed files with 25 additions and 5 deletions

View file

@ -35,6 +35,7 @@
</form>
<!-- OpenID -->
<!--@if($member_config->enable_openid=='Y')-->
<form action="./" method="post" onsubmit="return procFilter(this, openid_login)">
<table border="1">
<tr>
@ -48,6 +49,7 @@
</tr>
</table>
</form>
<!--@end-->
<script type="text/javascript">
xAddEventListener(window, "load", function() { doFocusUserId('fo_member_login'); });