Project

General

Profile

« Previous | Next » 

Revision 2510

Added by sgarg about 19 years ago

Changes made to the address and abstract sections of the data registry form and guide by Veronique Connolly.

View differences:

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>

Also available in: Unified diff