Lines 988-999
Link Here
|
988 |
[% FOREACH typeloo IN typeloop %] |
988 |
[% FOREACH typeloo IN typeloop %] |
989 |
[% FOREACH categoryloo IN typeloo.categoryloop %] |
989 |
[% FOREACH categoryloo IN typeloo.categoryloop %] |
990 |
[% IF ( loop.first ) %] |
990 |
[% IF ( loop.first ) %] |
991 |
[% IF ( categoryloo.typename_C ) %]<optgroup label="Child">[% END %] |
991 |
[% IF ( typeloo.typename_C ) %]<optgroup label="Child">[% END %] |
992 |
[% IF ( categoryloo.typename_A ) %]<optgroup label="Adult">[% END %] |
992 |
[% IF ( typeloo.typename_A ) %]<optgroup label="Adult">[% END %] |
993 |
[% IF ( categoryloo.typename_S ) %]<optgroup label="Staff">[% END %] |
993 |
[% IF ( typeloo.typename_S ) %]<optgroup label="Staff">[% END %] |
994 |
[% IF ( categoryloo.typename_I ) %]<optgroup label="Organization">[% END %] |
994 |
[% IF ( typeloo.typename_I ) %]<optgroup label="Organization">[% END %] |
995 |
[% IF ( categoryloo.typename_P ) %]<optgroup label="Professional">[% END %] |
995 |
[% IF ( typeloo.typename_P ) %]<optgroup label="Professional">[% END %] |
996 |
[% IF ( categoryloo.typename_X ) %]<optgroup label="Statistical">[% END %] |
996 |
[% IF ( typeloo.typename_X ) %]<optgroup label="Statistical">[% END %] |
997 |
[% END %] |
997 |
[% END %] |
998 |
[% IF ( categoryloo.categorycodeselected ) %] |
998 |
[% IF ( categoryloo.categorycodeselected ) %] |
999 |
<option value="[% categoryloo.categorycode %]" selected="selected">[% categoryloo.categoryname %]</option> |
999 |
<option value="[% categoryloo.categorycode %]" selected="selected">[% categoryloo.categoryname %]</option> |
Lines 1264-1270
Link Here
|
1264 |
[% IF opduplicate %] |
1264 |
[% IF opduplicate %] |
1265 |
<input type="text" name="datedebarred" id="debarred" class="debarred" value="[% datedebarred %]" onclick="this.value=''" /> |
1265 |
<input type="text" name="datedebarred" id="debarred" class="debarred" value="[% datedebarred %]" onclick="this.value=''" /> |
1266 |
[% ELSE %] |
1266 |
[% ELSE %] |
1267 |
<input type="text" name="datedebarred" id="debarred" class="debarred" value="[% datedebarred %]" /> |
1267 |
<input type="text" name="datedebarred" id="datedebarred" class="debarred" value="[% datedebarred %]" /> |
1268 |
[% END %] |
1268 |
[% END %] |
1269 |
<img src="[% themelang %]/lib/calendar/cal.gif" id="debarred_button" alt="Show Calendar" /> |
1269 |
<img src="[% themelang %]/lib/calendar/cal.gif" id="debarred_button" alt="Show Calendar" /> |
1270 |
<script language="JavaScript" type="text/javascript"> |
1270 |
<script language="JavaScript" type="text/javascript"> |
Lines 1281-1287
Link Here
|
1281 |
[% IF ( opduplicate ) %] |
1281 |
[% IF ( opduplicate ) %] |
1282 |
<textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" onclick="this.value=''">[% debarredcomment %]</textarea> |
1282 |
<textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" onclick="this.value=''">[% debarredcomment %]</textarea> |
1283 |
[% ELSE %] |
1283 |
[% ELSE %] |
1284 |
<textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" ">[% debarredcomment %]</textarea> |
1284 |
<textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3">[% debarredcomment %]</textarea> |
1285 |
[% END %] |
1285 |
[% END %] |
1286 |
</li> |
1286 |
</li> |
1287 |
|
1287 |
|
1288 |
- |
|
|