Revision 2284
Added by sgarg about 20 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
438 | 438 |
<option>Colorado</option> |
439 | 439 |
<option>Connecticut</option> |
440 | 440 |
<option>Delaware</option> |
441 |
<option>District of Columbia</option>gh
|
|
441 |
<option>District of Columbia</option> |
|
442 | 442 |
<option>Federated States of Micronesia</option> |
443 | 443 |
<option>Florida</option> |
444 | 444 |
<option>Georgia</option> |
... | ... | |
595 | 595 |
[% END %] |
596 | 596 |
<input type="hidden" name="keyCount" value="[%numKey%]" |
597 | 597 |
id="keyCount"> |
598 |
<table cellspacing="0" border="0" cellpadding="9" width="760" |
|
599 |
bgcolor="#c6d6e7"> |
|
600 | 598 |
<table cellspacing="0" border="0" cellpadding="9" width="760" |
601 | 599 |
bgcolor="#c6d6e7"> |
602 | 600 |
<tr> |
... | ... | |
636 | 634 |
<td> |
637 | 635 |
[% SET keyTh = "kwTh${cnt}" %] |
638 | 636 |
<select name="kwTh[%cnt%]"> |
639 |
[% IF form == 're_entry' && $keyTh != "none"%] |
|
637 |
[% IF form == 're_entry' && $keyTh != "none" && $keyTh != "" %]
|
|
640 | 638 |
<option selected>[%$keyTh%]</option> |
641 | 639 |
[% END %] |
642 | 640 |
<option>none</option> |
... | ... | |
695 | 693 |
[% ELSE %] |
696 | 694 |
<b>Month (MM)</b></font></p> |
697 | 695 |
[% END %] |
698 |
</font></p> |
|
699 | 696 |
</td> |
700 | 697 |
<td width="33%" valign="TOP"> |
701 | 698 |
<p><font size="-1"> |
... | ... | |
717 | 714 |
[% ELSE %] |
718 | 715 |
<b>Day (DD)</b></font></p> |
719 | 716 |
[% END %] |
720 |
|
|
721 |
</font></p> |
|
722 | 717 |
</td> |
723 | 718 |
</tr> |
724 | 719 |
<tr> |
... | ... | |
762 | 757 |
<option>24</option> <option>25</option> <option>26</option> <option>27</option> |
763 | 758 |
<option>28</option> <option>29</option> <option>30</option> <option>31</option> |
764 | 759 |
</select> |
765 |
<b>Day (DD)</b> |
|
760 |
<b>Day (DD)</b> </font></p>
|
|
766 | 761 |
</td> |
767 | 762 |
</tr> |
768 | 763 |
</table> |
... | ... | |
1146 | 1141 |
<option>Wisconsin</option> |
1147 | 1142 |
<option>Wyoming</option> |
1148 | 1143 |
</select> |
1149 |
<b>State</font></b>
|
|
1144 |
<b>State</b> |
|
1150 | 1145 |
<input type="TEXT" name="origStateOtherContact" id="contactStateOther" value="[%origStateOtherContact%]"> |
1151 | 1146 |
<b>Other State or Province</b> |
1152 | 1147 |
</p> |
Also available in: Unified diff
Fixed some more bugs.