Revision 6979
Added by Jing Tao almost 13 years ago
sanparksLogin.jsp | ||
---|---|---|
153 | 153 |
if (!clientViewHelper.isLoggedIn()) { |
154 | 154 |
%> |
155 | 155 |
<h3>Login |
156 |
<a href="<%= CONTEXT_URL %>/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new" />
|
|
156 |
<a href="<%= CONTEXT_URL %>/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new" > |
|
157 | 157 |
<span class="regtext"> (request an account...)</span> |
158 |
</a> |
|
158 | 159 |
</h3> |
159 | 160 |
<form name="loginForm" id="loginForm" onsubmit="submitLoginFormIntoDivAndReload('<%= SERVLET_URL %>', this, 'loginSection')"> |
160 | 161 |
<input name="qformat" type="hidden" value="sanparks" /> |
Also available in: Unified diff
Fixed a bug the a hyper-link included the username/password input fields.