Project

General

Profile

« Previous | Next » 

Revision 2453

Added by sgarg over 19 years ago

Changed "registry" to "repository" for the nceas skin. Veronique Connolly

(Commit done by Saurabh Garg for Veronique)

View differences:

lib/style/common/templates/entryForm.tmpl
1002 1002
      
1003 1003
      <table class="intro" cellpadding="3" cellspacing="0">
1004 1004
      
1005
      <tr><td align="left"><span class="emphasis">Data Registry Form</td></tr>
1005
      <tr><td align="left"><span class="emphasis">Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %] Form</td></tr>
1006 1006
      <tr><td align="left"><span class="regtext">Use this form to submit a new data set description for
1007
         inclusion in the registry.</span></td></tr>
1007
         inclusion in the [%IF cfg =='nceas'%] repository [% ELSE %] registry [% END %].</span></td></tr>
1008 1008
      <tr><td></td></tr>
1009 1009
      <tr><td align="left"><span class="regtext">Please have a look at the 
1010 1010
      <a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide" target="guide">
1011
        <span class="boldlink">Guide for Completing the Data Registry Form</span></a> 
1011
        <span class="boldlink">Guide for Completing the Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %] Form</span></a> 
1012 1012
        before you start filling in this form. Also, use your browser's 
1013 1013
        Reload/Refresh function to make sure you see the latest version of this 
1014 1014
        page.</span></td></tr>
......
1021 1021
      
1022 1022
      
1023 1023
      <table class="intro" cellpadding="3" cellspacing="0">
1024
      <tr><td align="left"><span class="regtext">Use this page to edit the data set description that you submitted earlier to the registry.
1024
      <tr><td align="left"><span class="regtext">Use this page to edit the data set description that you submitted earlier to the [%IF cfg =='nceas'%] 
1025
      repository [% ELSE %] registry [% END %].
1025 1026
      [%IF docid !=''%]
1026 1027
      <br>The ID of this data set is: <span class="boldlink"><a href="@servlet-path@?action=read&qformat=[% cfg %]&docid=[% docid %]">[% docid %]</a>
1027 1028
      </span>
......
1030 1031
      <tr><td></td></tr>
1031 1032
      <tr><td align="left"><span class="regtext">Please have a look at the 
1032 1033
      <a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide" target="guide">
1033
        <span class="boldlink">Guide for Completing the Data Registry Form</span></a> 
1034
        <span class="boldlink">Guide for Completing the Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %] Form</span></a> 
1034 1035
        for help with filling in this form.</span></td</tr>
1035 1036
      <tr><td></td></tr>
1036 1037
      <tr><td align="left"><span class="regtext">If you have any questions, comments or problems 
lib/style/common/templates/genericHeader.tmpl
25 25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
26 26
<html>
27 27
<head>
28
  <title>[% orgabbrev %] Data Registry</title>
28
  <title>[% orgabbrev %] Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %]</title>
29 29
  <link rel="stylesheet" type="text/css" 
30 30
        href="@systemidserver@@style-skins-path@/[%cfg%]/[%cfg%].css">
31 31
  <script language="JavaScript" type="text/JavaScript"
lib/style/common/templates/genericGuide.tmpl
35 35

  
36 36
<table class="intro" cellpadding="8" cellspacing="0">
37 37

  
38
<tr><td align="left"><span class="emphasis">Guide for Completing the Data Registry Form</td></tr>
39
<tr><td align="left"><span class="regtext">This guide provides information on how to fill in the online [% orgabbrev %] Data Registry Form. 
38
<tr><td align="left"><span class="emphasis">Guide for Completing the Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %] Form</td></tr>
39
<tr><td align="left"><span class="regtext">This guide provides information on how to fill in the online [% orgabbrev %] Data [%IF cfg =='nceas'%] Repository [% ELSE %] 
40
Registry [% END %] Form. 
40 41
There are 11 sections to the form; some fields are required (denoted by an asterisk *),
41 42
while others are optional. When you are done completing a section, you have the option of clicking on "<span class="colorbold">Hide</span>" 
42 43
(on the right side of each section header) to hide the information you just entered. Information on individual fields and examples for their content are provided below.

Also available in: Unified diff