Project

General

Profile

« Previous | Next » 

Revision 5202

Added by daigle over 14 years ago

Populate esa home links with skin property value

View differences:

index.jsp
1 1
<%@ page    language="java" %>
2
<%@ page import="edu.ucsb.nceas.metacat.properties.SkinPropertyService" %>
3

  
2 4
<%
3 5
/**
4 6
 *  '$RCSfile$'
......
28 30
 */
29 31
 %>
30 32

  
33
 <%
34
	String esaHome = SkinPropertyService.getProperty("esa","registryurl");
35
 %>
36
 
31 37
 <%@ include file="../../common/common-settings.jsp"%>
32 38
 <%@ include file="../../common/configure-check.jsp"%>
33 39
 
......
236 242
           <strong>Steps for registering an ESA data set</strong>
237 243
	    <br>
238 244
           <span class="greenbold">Step 1: Create an Account</span> <br>
239
           <p> <a href="http://data.esa.org/cgi-bin/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 
245
           <p> <a href="<%=CGI_URL%>/cgi-bin/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 
240 246
from institutions like NCEAS and LTER. If you already have an account please use that existing account rather than creating a new one. </p>
241 247
           <span class="greenbold">Step 2: Login</span><br>
242
	   <p><a href="http://data.esa.org/cgi-bin/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>
248
	   <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>
243 249
           <span class="greenbold">Step 3: Register Data</span><br>
244
	  <p>Fill out the <a href="http://data.esa.org/cgi-bin/register-dataset.cgi?cfg=esa">ESA Data Registry Form</a>. A page titled "Success" will appear when the form has been successfully submitted.             </p>
250
	  <p>Fill out the <a href="<%=CGI_URL%>/cgi-bin/register-dataset.cgi?cfg=esa">ESA Data Registry Form</a>. A page titled "Success" will appear when the form has been successfully submitted.             </p>
245 251
           <span class="greenbold">Step 4: Look for Feedback</span> <br>
246 252
<p>After you submit, watch for e-mail sent by the ESA moderator regarding whether your data set  has been accepted.</p>      </ul>
247 253
  

Also available in: Unified diff