Revision 3476
Added by Jing Tao about 17 years ago
lib/style/skins/default/include_login.jsp | ||
---|---|---|
120 | 120 |
<td align="left" valign="middle" class="text_plain_smaller"> |
121 | 121 |
username: |
122 | 122 |
</td> |
123 |
<td width="173" align="left"
|
|
123 |
<td align="left" |
|
124 | 124 |
style="padding-top: 2px; padding-bottom: 2px;"> |
125 | 125 |
<input name="username" type="text" style="width: 140px;" |
126 | 126 |
value="<%=typedUserName%>" <%=loginEnabledDisabled%>> |
... | ... | |
128 | 128 |
<td width="10px"> |
129 | 129 |
<img src="./images/transparent1x1.gif" width="10"> |
130 | 130 |
</td> |
131 |
<td align="center" class="text_plain">
|
|
132 |
<a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi"> |
|
131 |
<td align="left" class="text_plain">
|
|
132 |
<a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi" target="_top">
|
|
133 | 133 |
create a new account</a> |
134 | 134 |
</td> |
135 | 135 |
</tr> |
... | ... | |
154 | 154 |
<td width="10px"> |
155 | 155 |
<img src="./images/transparent1x1.gif" width="10" > |
156 | 156 |
</td> |
157 |
<td align="center" class="text_plain">
|
|
158 |
<a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass">forgot your password?</a> |
|
157 |
<td align="left" class="text_plain">
|
|
158 |
<a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass" target="_top">forgot your password?</a>
|
|
159 | 159 |
</td> |
160 | 160 |
</tr> |
161 | 161 |
<tr valign="middle"> |
... | ... | |
171 | 171 |
<td width="10px"> |
172 | 172 |
<img src="./images/transparent1x1.gif" width="10"> |
173 | 173 |
</td> |
174 |
<td align="center" class="text_plain">
|
|
175 |
<a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass">change your password</a> |
|
174 |
<td align="left" class="text_plain">
|
|
175 |
<a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass" target="_top">change your password</a>
|
|
176 | 176 |
</td> |
177 | 177 |
</tr> |
178 | 178 |
<tr> |
Also available in: Unified diff
fixed the bug that clicking create new user link(and change password and reset password links) will just show the new page in a frame.