Revision 2510
Added by sgarg over 19 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
1152 | 1152 |
|
1153 | 1153 |
<tr class="sectbody"><td class="rightCol"><span class="label">City</span></td> |
1154 | 1154 |
<td colspan="5"><input type="TEXT" name="origCity" id="origCity" value="[%origCity%]" class="shortwidth"></td></tr> |
1155 |
<tr class="sectbody"><td class="rightCol"><span class="label">State</span></td>
|
|
1155 |
<tr class="sectbody"><td class="rightCol"><span class="label">U.S. State or Territory</span></td>
|
|
1156 | 1156 |
<td colspan="5"><select name="origState" id="origState" class="shortwidth"> |
1157 | 1157 |
[% IF form == 're_entry' %] |
1158 | 1158 |
<option selected>[%origState%]</option> |
1159 | 1159 |
[% ELSE %] |
1160 |
<option>Select state here.</option> |
|
1160 |
<option>Select state or territory here.</option>
|
|
1161 | 1161 |
[% END %] |
1162 | 1162 |
<option>Alabama</option> |
1163 | 1163 |
<option>Alaska</option> |
... | ... | |
1893 | 1893 |
<td class="rightCol"><span class="label">City</span> |
1894 | 1894 |
<td colspan="5"><input type="TEXT" name="origCityContact" id="contactCity" value="[%origCityContact%]" class="shortwidth"></td></tr> |
1895 | 1895 |
<tr class="sectbody"> |
1896 |
<td class="rightCol"><span class="label">State</span>
|
|
1896 |
<td class="rightCol"><span class="label">U.S. State or Territory</span>
|
|
1897 | 1897 |
<td colspan="5"><select id="contactState" name="origStateContact" class="shortwidth"> |
1898 | 1898 |
[% IF form == 're_entry' %] |
1899 | 1899 |
<option>[%origStateContact%]</option> |
1900 | 1900 |
[% ELSE %] |
1901 |
<option>Select state here.</option> |
|
1901 |
<option>Select state or territory here.</option>
|
|
1902 | 1902 |
[% END %] |
1903 | 1903 |
<option>Alabama</option> |
1904 | 1904 |
<option>Alaska</option> |
lib/style/common/templates/genericGuide.tmpl | ||
---|---|---|
163 | 163 |
<span class="regtext">The city |
164 | 164 |
name of the principal data set owner's address.</span></td></tr> |
165 | 165 |
|
166 |
<tr class="sectbody"><td colspan="2" align="left"><span class="label">State:</span>
|
|
167 |
<span class="regtext">Select |
|
168 |
a state from the drop-down menu for the principal data set owner's address. For a shortcut,
|
|
166 |
<tr class="sectbody"><td colspan="2" align="left"><span class="label">U.S. State or Territory:</span>
|
|
167 |
<span class="regtext">Select a U.S. state or territory from the drop-down menu for the principal data set owner's address. If the address is not in
|
|
168 |
the United States, used the "Other State/Province" field below. For a shortcut,
|
|
169 | 169 |
press the first letter of the state on your keyboard (e.g., M-key to skip to Maine).</span></td></tr> |
170 | 170 |
|
171 | 171 |
<tr class="sectbody"><td colspan="2" align="left"><span class="label">Other State/Province:</span> |
172 |
<span class="regtext">The state (other than the ones from the drop-down menu above) or province for
|
|
172 |
<span class="regtext">A non-U.S. state or a province for
|
|
173 | 173 |
the principal data set owner's address.</span></td></tr> |
174 | 174 |
|
175 | 175 |
<tr class="sectbody"><td colspan="2" align="left"><span class="label">Postal Code:</span> |
... | ... | |
194 | 194 |
<tr class="sectheader"><td class="topbottom" colspan="2" align="left"> |
195 | 195 |
<a name="DataSetAbstract"></a>*DATA SET ABSTRACT</td></tr> |
196 | 196 |
|
197 |
<tr class="sectbody"><td colspan="2" align="left"><span class="regtext">Short (approximately 1/2 page or less) summary of the
|
|
197 |
<tr class="sectbody"><td colspan="2" align="left"><span class="regtext">Short (500-750 words) summary of the
|
|
198 | 198 |
purpose and content of the data set. Entering a data set abstract is required.</td></tr> |
199 | 199 |
|
200 | 200 |
<tr class="sectbody"><td colspan="2" align="left"><span class="regtext"><u>Example:</u> Data were collected every year in summer and fall from |
Also available in: Unified diff
Changes made to the address and abstract sections of the data registry form and guide by Veronique Connolly.