Revision 6815
Added by Jing Tao almost 13 years ago
sanparksLogin.xsl | ||
---|---|---|
103 | 103 |
<a href="{$contextURL}/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new" /> |
104 | 104 |
<span class="regtext"> (request an account...)</span> |
105 | 105 |
</h3> |
106 |
<form name="loginForm" id="loginForm" onsubmit="submitLoginFormIntoDiv('{$servletURL}', this, 'loginSection')"> |
|
106 |
<form name="loginForm" id="loginForm" onsubmit="submitLoginFormIntoDivAndReload('{$servletURL}', this, 'loginSection')">
|
|
107 | 107 |
<input name="qformat" type="hidden" value="sanparks" /> |
108 | 108 |
<input name="action" type="hidden" value="login"/> |
109 | 109 |
<table> |
Also available in: Unified diff
Use submitLoginFormIntoDivAndReload to replace submitLoginFormIntoDiv js function.