Revision 2141
Added by sgarg over 20 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
249 | 249 |
page. |
250 | 250 |
</p> |
251 | 251 |
<p> </p> |
252 |
<p align="left">Fields including a red asterisk |
|
253 |
(<span class="required">*</span>) are required. |
|
252 |
<p align="left">Fields in <span class="required">red</span> are required. |
|
254 | 253 |
</p> |
255 | 254 |
<p> </p> |
256 | 255 |
<p align="left">If you have any questions, comments or problems |
... | ... | |
266 | 265 |
for help with filling of this catalog form. |
267 | 266 |
</p> |
268 | 267 |
<p> </p> |
269 |
<p align="left">Fields including a red asterisk |
|
270 |
(<span class="required">*</span>) are required. |
|
268 |
<p align="left">Fields in <span class="required">red</span> are required. |
|
271 | 269 |
</p> |
272 | 270 |
<p> </p> |
273 | 271 |
<p align="left">If you have any questions, comments or problems |
... | ... | |
293 | 291 |
<tr> |
294 | 292 |
<td> |
295 | 293 |
<p align="left"> |
296 |
<span class="required">*</span><span class="label">Name of Person completing this form</span>
|
|
294 |
<span class="label">Name of Person completing this form</span> |
|
297 | 295 |
</p> |
298 | 296 |
<p> |
299 | 297 |
<input type="TEXT" name="providerGivenName" size="40" value="[%providerGivenName%]"> |
300 |
<span class="required">*</span><span class="label">First Name</span></p>
|
|
298 |
<span class="required">First Name</span></p> |
|
301 | 299 |
<p> |
302 | 300 |
<input type="TEXT" name="providerSurName" size="40" value="[%providerSurName%]"> |
303 |
<span class="required">*</span><span class="label">Last Name</span></p>
|
|
301 |
<span class="required">Last Name</span></p> |
|
304 | 302 |
[% IF showSiteList == 'true' %] |
305 | 303 |
<p align="left"> |
306 | 304 |
<select name="site"> |
... | ... | |
313 | 311 |
<option>[% site %]</option> |
314 | 312 |
[% END %] |
315 | 313 |
</select> |
316 |
<span class="required">*</span><span class="label">[% usite %] Name</span></p>
|
|
314 |
<span class="required">[% usite %] Name</span></p> |
|
317 | 315 |
[% END %] |
318 | 316 |
<p align="left"> </p> |
319 | 317 |
<p align="left"> |
320 | 318 |
<input type="TEXT" name="title" value="[%title%]" size="53"> |
321 |
<span class="required">*</span><span class="label">Data Set Title</span></p>
|
|
319 |
<span class="required">Data Set Title</span></p> |
|
322 | 320 |
[% IF cfg == 'nceas' %] |
323 | 321 |
<p align="left"> |
324 |
<span class="required">*</span><span class="label">NCEAS Project(s):</span></p>
|
|
322 |
<span class="required">NCEAS Project(s):</span></p> |
|
325 | 323 |
<select name="wg" multiple="multiple" size="5"> |
326 | 324 |
[% FOREACH project = projects %] |
327 | 325 |
[% SET pname = $project.3 %] |
... | ... | |
343 | 341 |
[% IF cfg == 'knb' %] |
344 | 342 |
<p align="left"> |
345 | 343 |
<input type="TEXT" name="site" size="40" value="[%site%]"> |
346 |
<span class="required">*</span><span class="label">Organization Name</span>
|
|
344 |
<span class="required">Organization Name</span> |
|
347 | 345 |
</p> |
348 | 346 |
[% END %] |
349 | 347 |
</td> |
... | ... | |
358 | 356 |
<td valign="TOP" colspan="3"> |
359 | 357 |
<p> |
360 | 358 |
<input type="TEXT" name="origNamefirst0" size="40" id="origNameFirst" value="[%origNamefirst0%]"> |
361 |
<span class="required">*</span><span class="label">First Name</span></p>
|
|
359 |
<span class="required">First Name</span></p> |
|
362 | 360 |
<p> |
363 | 361 |
<input type="TEXT" name="origNamelast0" size="40" id="origNameLast" value="[%origNamelast0%]"> |
364 |
<span class="required">*</span><span class="label">Last Name</span></p>
|
|
362 |
<span class="required">Last Name</span></p> |
|
365 | 363 |
<p><font size="-1"> |
366 | 364 |
<input type="TEXT" name="origNameOrg" size="60" id="origNameOrg" value="[%origNameOrg%]"> |
367 | 365 |
<b>Organization Name</b></font></p> |
... | ... | |
742 | 740 |
bgcolor="#c6d6e7"> |
743 | 741 |
<tr> |
744 | 742 |
<td> |
745 |
<h2 align="left"><b><font size="-1" color="#ff0000">*</font><font size="-1">Data
|
|
743 |
<h2 align="left"><b><font size="-1" color="#b00000">Data
|
|
746 | 744 |
Set Abstract</font></b></h2> |
747 | 745 |
<p align="left"> |
748 | 746 |
<textarea rows="5" cols="80" name="abstract">[%abstract%]</textarea> |
... | ... | |
842 | 840 |
<td width="33%" valign="TOP"> |
843 | 841 |
<p><font size="-1"> |
844 | 842 |
<input type="TEXT" name="beginningYear" value="[%beginningYear%]" size="8" maxlength="4"> |
845 |
<b><font color="#ff0000">*</font>Year (YYYY)</b></font></p>
|
|
843 |
<b><font color="#b00000">Year (YYYY)</font></b></font></p>
|
|
846 | 844 |
</td> |
847 | 845 |
<td width="33%" valign="TOP"> |
848 | 846 |
<p><font size="-1"> |
849 | 847 |
<input type="TEXT" name="beginningMonth" value="[%beginningMonth%]" size="4" maxlength="2"> |
850 |
<b><font color="#ff0000">*</font>Month(MM)</b></font></p>
|
|
848 |
<b><font color="#b00000">Month(MM)</font></b></font></p>
|
|
851 | 849 |
</td> |
852 | 850 |
<td width="33%" valign="TOP"> |
853 | 851 |
<p><font size="-1"> |
854 | 852 |
<input type="TEXT" name="beginningDay" value="[%beginningDay%]" size="4" maxlength="2"> |
855 |
<b><font color="#ff0000">*</font>Day (DD)</b></font></p>
|
|
853 |
<b><font color="#b00000">Day (DD)</font></b></font></p>
|
|
856 | 854 |
</td> |
857 | 855 |
</tr> |
858 | 856 |
<tr> |
... | ... | |
887 | 885 |
bgcolor="#c6d6e7"> |
888 | 886 |
<tr> |
889 | 887 |
<td valign="top" colspan="4"> |
890 |
<span class="required">*</span><span class="label">Geographic Description</span><br>
|
|
888 |
<span class="required">Geographic Description</span><br> |
|
891 | 889 |
Enter a general description of the geographic area in which the data were collected. |
892 | 890 |
This can be a simple place name (e.g., Santa Barbara) or a fuller description.<br> |
893 | 891 |
<textarea rows="3" cols="80" name="geogdesc">[% geogdesc %]</textarea> |
... | ... | |
921 | 919 |
[% END %] |
922 | 920 |
<tr> |
923 | 921 |
<td width="18%" valign="TOP"> |
924 |
<span class="required">*</span><span class="label">Latitude</span>
|
|
922 |
<span class="required">Latitude</span> |
|
925 | 923 |
</td> |
926 | 924 |
<td width="20%" valign="TOP"> |
927 | 925 |
North/South |
928 | 926 |
</td> |
929 | 927 |
<td width="20%" valign="TOP"> |
930 |
<span class="required">*</span><span class="label">Longitude</span>
|
|
928 |
<span class="required">Longitude</span> |
|
931 | 929 |
</td> |
932 | 930 |
<td width="42%" valign="TOP"> |
933 | 931 |
West/East |
... | ... | |
1147 | 1145 |
<td valign="TOP" colspan="8"> |
1148 | 1146 |
<p> |
1149 | 1147 |
<input type="TEXT" name="origNamefirstContact" id="contactNameFirst" value="[%origNamefirstContact%]" size="40"> |
1150 |
<b><font color="#ff0000">*</font>First Name</b></p>
|
|
1148 |
<b><font color="#b00000">First Name</font></b></p>
|
|
1151 | 1149 |
<p> |
1152 | 1150 |
<input type="TEXT" name="origNamelastContact" id="contactNameLast" value="[%origNamelastContact%]" size="40"> |
1153 |
<b><font color="#ff0000">*</font>Last Name</b></p>
|
|
1151 |
<b><font color="#b00000">Last Name</font></b></p>
|
|
1154 | 1152 |
<p> |
1155 | 1153 |
<input type="TEXT" name="origNameOrgContact" id="contactNameOrg" value="[%origNameOrgContact%]" size="60"> |
1156 | 1154 |
<b>Organization Name</b></p> |
... | ... | |
1262 | 1260 |
<b><a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#Site-specificCode" |
1263 | 1261 |
target="guide">Dataset Name or Identifier (important)</a> </b></font></p> |
1264 | 1262 |
|
1265 |
<p><font size="-1"><b><font color="#ff0000">*</font>Data Medium:</b></font></p>
|
|
1263 |
<p><font size="-1"><b><font color="#b00000">Data Medium:</font></b></font></p>
|
|
1266 | 1264 |
<p> <font size="-1"> |
1267 | 1265 |
<select name="dataMedium"> |
1268 | 1266 |
[% IF form == 're_entry' %] |
... | ... | |
1284 | 1282 |
</tr> |
1285 | 1283 |
<tr> |
1286 | 1284 |
<td width="50%" valign="TOP"> |
1287 |
<p> <font size="-1"><b><font color="#ff0000">*</font>Use Constraints:</b></font>
|
|
1285 |
<p> <font size="-1"><b><font color="#b00000">Use Constraints:</font></b></font>
|
|
1288 | 1286 |
</p> |
1289 | 1287 |
<p> <font size="-1"> |
1290 | 1288 |
<select name="useConstraints"> |
Also available in: Unified diff
Fixed bug# 1298