Rev 14366 | Rev 17170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14366 | Rev 14367 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | !set allid_=2,3 |
57 | !set allid_=2,3 |
58 | !endif |
58 | !endif |
59 | !if $_num != $empty |
59 | !if $_num != $empty |
60 | !! score restriction use a $_num for each techvar |
60 | !! score restriction use a $_num for each techvar |
61 | <select name="datecheck$_num" id="datecheck$_num" |
61 | <select name="datecheck$_num" id="datecheck$_num" |
- | 62 | !if $jquery_defined=yes |
|
62 | onchange="toggle_select_option(this, 'select')" |
63 | onchange="toggle_select_option(this, 'select')" |
- | 64 | !else |
|
- | 65 | onchange="submit()" |
|
- | 66 | !endif |
|
- | 67 | > |
|
63 | <option value="none" |
68 | <option value="none" |
64 | !if $(datecheck$_num)=none |
69 | !if $(datecheck$_num)=none |
65 | selected="selected" |
70 | selected="selected" |
66 | !endif |
71 | !endif |
67 | >$(name_allowtype[$(allid_[1])])</option> |
72 | >$(name_allowtype[$(allid_[1])])</option> |