Rev 17170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17170 | Rev 17315 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | </tr> |
62 | </tr> |
63 | !for i=1 to $numsess |
63 | !for i=1 to $numsess |
64 | $table_tr |
64 | $table_tr |
65 | <td>$(listval[$i]) |
65 | <td>$(listval[$i]) |
66 | <td> |
66 | <td> |
67 | <input size="4" name="up_nstud$i" id="nstud$i" value="$(nstud$i)"> |
67 | <input size="4" name="up_nstud$i" id="nstud$i" value="$(nstud$i)"> |
68 | </td> |
68 | </td> |
69 | <td> |
69 | <td> |
70 | !default up_bday$i=$jday |
- | |
71 | !default up_byear$i=$jyear |
- | |
72 | !default up_bmonth$i=$jmonth |
- | |
73 | !distribute item $[$(up_bday$i)],$[$(up_bmonth$i)],$[$(up_byear$i)] into up_bday$i,up_bmonth$i,up_byear$i |
- | |
74 | !if $vote_status=0 |
70 | !if $vote_status=0 |
75 | ! |
71 | !default byear$i=!char 1 to 4 of $wims_now |
76 | !read adm/lang/datemenu.phtml.$moduclass_lang 1, up_bday$i,up_bmonth$i,up_byear$i |
- | |
77 | !else |
- | |
78 | ! |
72 | !default bmonth$i=!char 5 to 6 of $wims_now |
79 | ! |
73 | !default bday$i=!char 7 to 8 of $wims_now |
80 | !read adm/datepickerform.phtml $( |
74 | !read adm/datepickerform.phtml $(byear$i)$(bmonth$i)$(bday$i)\ |
81 | up_bdate$i\ |
75 | up_bdate$i\ |
82 | "$class_creation","$class_expiration" |
76 | "$class_creation","$class_expiration" |
- | 77 | !else |
|
- | 78 | !read date.phtml $(bdate$i),notime |
|
83 | !endif |
79 | !endif |
84 | !else |
- | |
85 | $(bday$i) $(months[$(bmonth$i)]) $(byear$i) |
- | |
86 | !endif |
- | |
87 | </td> |
80 | </td> |
88 | <td> |
81 | <td> |
89 | !if $vote_status=0 |
82 | !if $vote_status=0 |
90 | !read adm/lang/datemenu.phtml.$moduclass_lang 6,up_bhour$i,up_bmin$i |
83 | !read adm/lang/datemenu.phtml.$moduclass_lang 6,up_bhour$i,up_bmin$i |
91 | !else |
84 | !else |