Project

General

Profile

« Previous | Next » 

Revision 6979

Added by Jing Tao almost 13 years ago

Fixed a bug the a hyper-link included the username/password input fields.

View differences:

lib/style/skins/sanparks/sanparksLogin.xsl
100 100
	</xsl:when>
101 101
  	<xsl:otherwise>
102 102
		<h3>Login
103
		<a href="{$contextURL}/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new" />
103
		<a href="{$contextURL}/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new">
104 104
			<span class="regtext"> (request an account...)</span>
105
		</a>
105 106
		</h3>
106 107
		<form name="loginForm" id="loginForm" onsubmit="submitLoginFormIntoDivAndReload('{$servletURL}', this, 'loginSection')">
107 108
			<input name="qformat" type="hidden" value="sanparks" />
lib/style/skins/sanparks/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