Lines 68-74
Link Here
|
68 |
[% END %] |
68 |
[% END %] |
69 |
City: </label> |
69 |
City: </label> |
70 |
<input type="text" id="city" name="city" size="20" value="[% city %]" /> |
70 |
<input type="text" id="city" name="city" size="20" value="[% city %]" /> |
71 |
[% IF ( city_cgipopup ) %]or <strong>choose</strong> |
71 |
[% IF ( city_cgipopup ) %]or choose |
72 |
<select id="select_city" name="select_city"> |
72 |
<select id="select_city" name="select_city"> |
73 |
[% FOREACH city_loo IN city_loop %] |
73 |
[% FOREACH city_loo IN city_loop %] |
74 |
[% IF ( city_loo.selected ) %] |
74 |
[% IF ( city_loo.selected ) %] |
75 |
- |
|
|