Rev 5247 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5247 | Rev 5252 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !! some variable are global as expyear, creyear,months, v, v1 |
|
- | 2 | !distribute items $wims_read_parm into r_ |
|
- | 3 | !if $r_ isitemof 5 |
|
1 |
|
4 | !distribute items $wims_read_parm into r_,date_ |
- | 5 | !goto $r_ |
|
- | 6 | !endif |
|
- | 7 | !if $r_ isitemof 6 |
|
- | 8 | !distribute items $wims_read_parm into r_,parm_hour,parm_min |
|
- | 9 | !goto $r_ |
|
- | 10 | !endif |
|
- | 11 | ||
- | 12 | !distribute items $wims_read_parm into r_,parm_day,parm_month,parm_year |
|
- | 13 | ||
2 | !goto $r_ |
14 | !goto $r_ |
3 | :1 |
15 | :1 |
4 | !formselect |
16 | !formselect $parm_day from 1 to 31 |
5 | !formselect |
17 | !formselect $parm_month from 1 to 12 prompt $months |
6 | !formselect |
18 | !formselect $parm_year from $creyear to $expyear |
7 | !exit |
- | |
8 | - | ||
9 | :2 |
- | |
10 | !formselect dday$i from 1 to 31 |
- | |
11 | !formselect dmonth$i from 1 to 12 prompt $months |
- | |
12 | !formselect dyear$i from $creyear to $expyear |
- | |
13 | !exit |
19 | !exit |
14 | 20 | ||
15 | :3 |
21 | :3 |
16 | !formselect |
22 | !formselect $parm_day list 0,$v prompt ---,$v |
17 | !formselect |
23 | !formselect $parm_month from 1 to 12 prompt $months |
18 | !formselect |
24 | !formselect $parm_year from $creyear to $expyear |
19 | !exit |
25 | !exit |
20 | 26 | ||
21 | :4 |
27 | :4 |
22 | !formselect |
28 | !formselect $parm_day list 0,$v prompt ---,$v |
23 | !formselect |
29 | !formselect $parm_month from 0 to 12 prompt ---,$months |
24 | !formselect |
30 | !formselect $parm_year list 0,$v1 prompt ---,$v1 |
25 | !exit |
31 | !exit |
26 | 32 | ||
27 | :5 |
33 | :5 |
28 | !let day=!char 7 to 8 of $date_ |
34 | !let day=!char 7 to 8 of $date_ |
29 | !let month=!char 5 to 6 of $date_ |
35 | !let month=!char 5 to 6 of $date_ |
30 | !let year=!char 1 to 4 of $date_ |
36 | !let year=!char 1 to 4 of $date_ |
31 | !if $cdt_nbmonth>12 |
37 | !if $cdt_nbmonth>12 |
32 | $day/$month/$year |
38 | $day/$month/$year |
33 | !else |
39 | !else |
34 | $day/$month |
40 | $day/$month |
35 | !endif |
41 | !endif |
- | 42 | !exit |
|
- | 43 | ||
- | 44 | :6 |
|
- | 45 | !formselect $parm_hour list 08,09,10,11,12,13,14,15,16,17,18,19,20 |
|
- | 46 | !formselect $parm_min list 00,05,10,15,20,25,30,35,40,45,50,55 |
|
36 | !exit |
47 | !exit |