Lines 68-79
Link Here
|
68 |
<td><label for="f9">9- Type of entity</label></td> |
68 |
<td><label for="f9">9- Type of entity</label></td> |
69 |
<td> |
69 |
<td> |
70 |
<select name="f9" id="f9"> |
70 |
<select name="f9" id="f9"> |
71 |
[% IF ( f9 ) %] |
|
|
72 |
<option value=" " selected="selected"> - Series</option> |
73 |
[% ELSE %] |
74 |
<option value=" "> - Series</option> |
75 |
[% END %] |
76 |
|
77 |
[% IF ( f9a ) %] |
71 |
[% IF ( f9a ) %] |
78 |
<option value="a" selected="selected">a - Personal name entry</option> |
72 |
<option value="a" selected="selected">a - Personal name entry</option> |
79 |
[% ELSE %] |
73 |
[% ELSE %] |
80 |
- |
|
|