Revision 2689
Added by sgarg about 19 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
1065 | 1065 |
<input type="hidden" name="hasMethod" value="[% hasMethod %]"> |
1066 | 1066 |
<input type="hidden" name="temporalRequired" value="[% temporalRequired %]"> |
1067 | 1067 |
<input type="hidden" name="spatialRequired" value="[% spatialRequired %]"> |
1068 |
<input type="hidden" name="contactEmailAddressRequired" value="[% contactEmailAddressRequired %]"> |
|
1068 | 1069 |
|
1069 | 1070 |
<table class="tables" cellpadding="5" cellspacing="0"> |
1070 | 1071 |
<tr class="sectheader"><td colspan="5" align="left"><span class="label">BASIC INFORMATION |
... | ... | |
1556 | 1557 |
<tr class="sectbody"><td class="topbottom" align="center" colspan="6"><span class="label">COORDINATES</span></td></tr> |
1557 | 1558 |
|
1558 | 1559 |
|
1559 |
<!--[% IF showSiteList == 'true' %]
|
|
1560 |
[% IF showSiteList == 'true' %] |
|
1560 | 1561 |
<tr class="sectbody"><td align="left" valign="top" colspan="6"> |
1561 | 1562 |
<input class="label" type="CHECKBOX" name="useSiteCoord" [%useSiteCoord%]> |
1562 | 1563 |
<span class="regtext">Use [% lsite %] coordinates. (This indicates that the data were |
1563 | 1564 |
collected at the [% lsite %]. If you check this box, you don't need |
1564 | 1565 |
to fill in the lat./long. fields below).</span> |
1565 | 1566 |
</td></tr> |
1566 |
[% END %]-->
|
|
1567 |
[% END %] |
|
1567 | 1568 |
|
1568 | 1569 |
<tr class="sectbody"> |
1569 | 1570 |
<td width="190"></td><td width="100" align="left"><span class="label">Degrees</span></td> |
... | ... | |
1884 | 1885 |
<td class="rightCol"><span class="label">Organization Name</span> |
1885 | 1886 |
<td colspan="5"><input type="TEXT" name="origNameOrgContact" id="contactNameOrg" value="[%origNameOrgContact%]" class="longwidth"></td></tr> |
1886 | 1887 |
<tr class="sectbody"> |
1887 |
<td class="rightCol"><span class="label">E-Mail</span> |
|
1888 |
[% IF contactEmailAddressRequired == 'true' %] |
|
1889 |
<td class="rightCol"><span class="label">*E-Mail</span> |
|
1890 |
[% ELSE %] |
|
1891 |
<td class="rightCol"><span class="label">E-Mail</span> |
|
1892 |
[% END %] |
|
1888 | 1893 |
<td colspan="5"><input type="TEXT" name="origEmailContact" id="contactEmail" value="[%origEmailContact%]" class="shortwidth"></td></tr> |
1889 | 1894 |
<tr class="sectbody"> |
1890 | 1895 |
<td class="rightCol"><span class="label">Phone</span> |
lib/style/common/templates/confirmData.tmpl | ||
---|---|---|
421 | 421 |
<input type="hidden" name="hasMethod" value="[% hasMethod %]"> |
422 | 422 |
<input type="hidden" name="temporalRequired" value="[% temporalRequired %]"> |
423 | 423 |
<input type="hidden" name="spatialRequired" value="[% spatialRequired %]"> |
424 |
<input type="hidden" name="contactEmailAddressRequired" value="[% contactEmailAddressRequired %]"> |
|
424 | 425 |
<input type="hidden" name="providerGivenName" value="[%providerGivenName%]"> |
425 | 426 |
<input type="hidden" name="providerSurName" value="[%providerSurName%]"> |
426 | 427 |
<input type="hidden" name="site" value="[%site%]"> |
Also available in: Unified diff
1. useSiteCoord option is made avaiable again
2. contact email address can be made required.