Project

General

Profile

« Previous | Next » 

Revision 8526

Added by Jing Tao almost 11 years ago

Use the userManagementurl to replace the ldapweb.cgi.

View differences:

lib/style/skins/sanparks/sanparksLogin.xsl
69 69
						<tr>	
70 70
							<td colspan="2" class="regtext" align="center" valign="top">				
71 71
								<!-- reset pass --> 
72
								<a href="{$cgi-prefix}/ldapweb.cgi?cfg=sanparks&amp;stage=resetpass" target="_parent">
72
								<a href="<%=USER_MANAGEMENT_URL%>" target="_parent">
73 73
									reset your password
74 74
								</a>
75 75
								|
76 76
								<!-- change pass --> 
77
								<a href="{$cgi-prefix}/ldapweb.cgi?cfg=sanparks&amp;stage=changepass" target="_parent">
77
								<a href="<%=USER_MANAGEMENT_URL%>" target="_parent">
78 78
									change your password
79 79
								</a>
80 80
							</td>
......
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="<%=USER_MANAGEMENT_URL%>" target="_new">
104 104
			<span class="regtext"> (request an account...)</span>
105 105
		</a>
106 106
		</h3>
lib/style/skins/sanparks/SaeonLogin.jspx
229 229
		<jsp:element name="a">
230 230
			<jsp:attribute name="target">_new</jsp:attribute>
231 231
			<jsp:attribute name="href">
232
				<!--<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=sanparks"</jsp:expression>-->
233
				<jsp:expression>KNB_SITE_URL + "/cgi-bin/ldapweb.cgi?cfg=sanparks"</jsp:expression>
232
				<!--<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>-->
233
				<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
234 234
			</jsp:attribute>
235 235
			<span class="regtext"> (request an account...)</span>
236 236
		</jsp:element>
......
310 310
				<jsp:element name="a">
311 311
					<jsp:attribute name="target">_parent</jsp:attribute>
312 312
					<jsp:attribute name="href">
313
						<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=sanparks&amp;stage=resetpass"</jsp:expression>
313
						<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
314 314
					</jsp:attribute>
315 315
					reset your password
316 316
				</jsp:element>
......
319 319
				<jsp:element name="a">
320 320
					<jsp:attribute name="target">_parent</jsp:attribute>
321 321
					<jsp:attribute name="href">
322
						<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=sanparks&amp;stage=changepass"</jsp:expression>
322
						<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
323 323
					</jsp:attribute>
324 324
					change your password
325 325
				</jsp:element>
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="<%=USER_MANAGEMENT_URL%>" target="_new" >
157 157
		<span class="regtext"> (request an account...)</span>
158 158
		</a>
159 159
		</h3>
......
205 205
			<tr>	
206 206
			   <td colspan="2" class="regtext" align="center" valign="top">		
207 207
		      <!-- reset pass -->
208
		        <a href="<%= CGI_URL %>/ldapweb.cgi?cfg=sanparks&amp;stage=resetpass" target="_parent">
208
		        <a href="<%=USER_MANAGEMENT_URL%>" target="_parent">
209 209
		          reset your password
210 210
		        </a>
211 211
		        |
212 212
		        <!-- change pass -->
213
		        <a href="<%= CGI_URL %>/ldapweb.cgi?cfg=sanparks&amp;stage=changepass" target="_parent">
213
		        <a href="<%=USER_MANAGEMENT_URL%>" target="_parent">
214 214
		          change your password
215 215
		        </a>
216 216
		      </td>
lib/style/skins/default/include_login.jsp
132 132
                    <img src="<%=STYLE_SKINS_URL%>/default/images/transparent1x1.gif" width="10">
133 133
                  </td>
134 134
                  <td align="left" class="text_plain">
135
                    <a href="<%=CGI_URL%>/ldapweb.cgi?cfg=default" target="_top">
135
                    <a href="<%=USER_MANAGEMENT_URL%>" target="_top">
136 136
                    create a new account</a>
137 137
                  </td>
138 138
                </tr>
......
159 159
                    <img src="<%=STYLE_SKINS_URL%>/default/images/transparent1x1.gif" width="10" >
160 160
                  </td>
161 161
                  <td align="left" class="text_plain">
162
                    <a href="<%=CGI_URL%>/ldapweb.cgi?stage=resetpass&cfg=default" target="_top">forgot your password?</a>
162
                    <a href="<%=USER_MANAGEMENT_URL%>" target="_top">forgot your password?</a>
163 163
                  </td>
164 164
                </tr>
165 165
                <tr valign="middle"> 
......
176 176
                    <img src="<%=STYLE_SKINS_URL%>/default/images/transparent1x1.gif" width="10">
177 177
                  </td>
178 178
                  <td align="left" class="text_plain">
179
                    <a href="<%=CGI_URL%>/ldapweb.cgi?stage=changepass&cfg=default" target="_top">change your password</a> 
179
                    <a href="<%=USER_MANAGEMENT_URL%>" target="_top">change your password</a> 
180 180
                  </td>
181 181
                </tr>
182 182
                <tr>
lib/style/skins/ltss/index.jsp
123 123
    </menu>
124 124
  </li>
125 125
  <p>&nbsp;</p>
126
  <li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=ltss">Create a new account</a>
127
    <ul>
128
        <li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=ltss&amp;stage=changepass">Change your password</a>
129
        <li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=ltss&amp;stage=resetpass">Reset your password</a>
130
    </ul>
126
  
127
  
128
  <li><a href="<%=USER_MANAGEMENT_URL%>">Need an account? Forgot password?</a>
131 129
    <br />
132 130
    <menu>
133 131
      The account management tools are used to create and manage registry 
lib/style/skins/knb2/index.jsp
195 195
                          </tr>
196 196
                          <tr valign="middle">
197 197
                            <td height="20">&nbsp;</td>
198
                            <td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?cfg=knb" target="_blank">create
199
                              a new account</a></td>
198
                            <td height="20" align="left"><a href="<%=USER_MANAGEMENT_URL%>" target="_blank">Need an account? Forgot password?</a></td>
200 199
                            <td height="20">&nbsp;</td>
201 200
                          </tr>
202 201
                          <tr valign="middle">
203
                            <td height="20">&nbsp;</td>
204
                            <td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass&cfg=knb" target="_blank">forgot
205
                              your password?</a></td>
206
                            <td height="20">&nbsp;</td>
207
                          </tr>
208
                          <tr valign="middle">
209
                            <td height="20">&nbsp;</td>
210
                            <td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass&cfg=knb" target="_blank">change
211
                                your password</a></td>
212
                            <td height="20">&nbsp;</td>
213
                          </tr>
214
                          <tr valign="middle">
215 202
                            <td colspan="3"><img src="./images/transparent1x1.gif" width="20" height="2"></td>
216 203
                          </tr>
217 204
                      </table></td>
lib/style/skins/saeon/SaeonLogin.jspx
269 269
			<jsp:element name="a">
270 270
				<jsp:attribute name="target">_new</jsp:attribute>
271 271
				<jsp:attribute name="href">
272
					<!--<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=saeon"</jsp:expression>-->
273
					<jsp:expression>KNB_SITE_URL + "/cgi-bin/ldapweb.cgi?cfg=saeon"</jsp:expression>
272
					<!--<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>-->
273
					<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
274 274
				</jsp:attribute>
275 275
				<jsp:element name="img">
276 276
					<jsp:attribute name="src">
......
340 340
			<jsp:element name="a">
341 341
				<jsp:attribute name="target">_parent</jsp:attribute>
342 342
				<jsp:attribute name="href">
343
					<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=saeon&amp;stage=resetpass"</jsp:expression>
343
					<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
344 344
				</jsp:attribute>
345 345
				<jsp:element name="img">
346 346
					<jsp:attribute name="src">
......
358 358
			<jsp:element name="a">
359 359
				<jsp:attribute name="target">_parent</jsp:attribute>
360 360
				<jsp:attribute name="href">
361
					<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=saeon&amp;stage=changepass"</jsp:expression>
361
					<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
362 362
				</jsp:attribute>
363 363
				<jsp:element name="img">
364 364
					<jsp:attribute name="src">
lib/style/skins/saeon/header.jsp
97 97
<h5 class="hiddenStructure">Personal tools</h5>
98 98
<ul id="portal-personaltools">
99 99
	<li><%=loginHTML %></li>
100
	<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=saeon" target="_top"> Join </a></li>
100
	<li><a href="<%=USER_MANAGEMENT_URL%>" target="_top"> Join </a></li>
101 101
</ul>
102 102

  
103 103
</body>
lib/style/skins/lter/metacatlogin.jsp
82 82
            <input type="text" name="username" maxlength="15" size="15" value="">
83 83
          </td>
84 84
          <td>
85
            <a target="_top" href="http://knb.ecoinformatics.org/cgi-bin/ldapweb.cgi?cfg=lter">
85
            <a target="_top" href="<%=USER_MANAGEMENT_URL%>">
86 86
              Create a new account
87 87
            </a>
88 88
          </td>
......
104 104
            </select>
105 105
          </td>
106 106
          <td>
107
            <a target="_top" href="http://knb.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass&cfg=lter">
107
            <a target="_top" href="<%=USER_MANAGEMENT_URL%>">
108 108
              Forgot your password?
109 109
            </a>
110 110
          </td>
......
119 119
            <input type="password" name="password" maxlength="15" size="15" value="">
120 120
          </td>
121 121
          <td>
122
            <a target="_top" href="http://knb.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass&cfg=lter">
122
            <a target="_top" href="<%=USER_MANAGEMENT_URL%>">
123 123
              Change your password
124 124
            </a>
125 125
          </td>
lib/style/skins/esa/index.jsp
266 266
           <strong>Steps for registering an ESA data set</strong>
267 267
	    <br>
268 268
           <span class="greenbold">Step 1: Create an Account</span> <br>
269
           <p> <a href="<%=CGI_URL%>/ldapweb.cgi?cfg=esa">Create an account</a> by registering with the <a href="http://knb.ecoinformatics.org">KNB</a>. Many scientists will already have accounts in the KNB, especially those 
269
           <p> <a href="<%=USER_MANAGEMENT_URL%>">Create an account</a> by registering with the <a href="http://knb.ecoinformatics.org">KNB</a>. Many scientists will already have accounts in the KNB, especially those 
270 270
from institutions like NCEAS and LTER. If you already have an account please use that existing account rather than creating a new one. </p>
271 271
           <span class="greenbold">Step 2: Login</span><br>
272 272
	   <p><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=esa&stage=loginform">Login to the ESA Registry</a> website with the account you created. Fill out the ESA Data Registry Form.</p>
......
275 275
           <span class="greenbold">Step 4: Look for Feedback</span> <br>
276 276
<p>After you submit, watch for e-mail sent by the ESA moderator regarding whether your data set  has been accepted.</p>      </ul>
277 277
  
278
      <li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=esa">Create a new account</a>
278
      
279 279
    <ul>
280
        <li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=esa&amp;stage=changepass">Change your password</a>
281
        <li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=esa&amp;stage=resetpass">Reset your password</a>
280
        Need an account? Forgot password? <a href="<%=USER_MANAGEMENT_URL%>">Click here</a>.
282 281
    </ul>
283
        <ul>
282
    <ul>
284 283
      The account management tools are used to create and manage registry 
285 284
      accounts.   Accounts are free, and are used to identify contributors
286 285
      so that they can maintain their entries in the future.  

Also available in: Unified diff