Rev 11784 | Rev 13610 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11784 | Rev 11798 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | 21 | ||
22 | !if $job2!=save |
22 | !if $job2!=save |
23 | !exit |
23 | !exit |
24 | !endif |
24 | !endif |
25 | 25 | ||
- | 26 | !if $jquery_defined=yes |
|
26 | jyear=!char 1 to 4 of $jdate |
27 | jyear=!char 1 to 4 of $jdate |
27 | jmonth=!char 5 to 6 of $jdate |
28 | jmonth=!char 5 to 6 of $jdate |
28 | jday=!char 7 to 8 of $jdate |
29 | jday=!char 7 to 8 of $jdate |
- | 30 | !endif |
|
29 | jmonth=!char 2,3 of $[abs(floor($jmonth))+100] |
31 | jmonth=!char 2,3 of $[abs(floor($jmonth))+100] |
30 | jday=!char 2,3 of $[abs(floor($jday))+100] |
32 | jday=!char 2,3 of $[abs(floor($jday))+100] |
31 | jyear=!char -4 to -1 of $[abs(floor($jyear))+100000] |
33 | jyear=!char -4 to -1 of $[abs(floor($jyear))+100000] |
32 | !if $jday>=1 and $jday<=31 and $jmonth>=1 and $jmonth<=12 \ |
34 | !if $jday>=1 and $jday<=31 and $jmonth>=1 and $jmonth<=12 \ |
33 | and N notin $jmonth$jday$jyear |
35 | and N notin $jmonth$jday$jyear |
Line 51... | Line 53... | ||
51 | !exit |
53 | !exit |
52 | !endif |
54 | !endif |
53 | 55 | ||
54 | ltjdevoir=$date_todo |
56 | ltjdevoir=$date_todo |
55 | !for i=1 to $s_nbdevoir |
57 | !for i=1 to $s_nbdevoir |
- | 58 | !if $jqueery_defined=yes |
|
56 | dyear$i=!char 1 to 4 of $(ddate$i) |
59 | dyear$i=!char 1 to 4 of $(ddate$i) |
57 | dmonth$i=!char 5 to 6 of $(ddate$i) |
60 | dmonth$i=!char 5 to 6 of $(ddate$i) |
58 | dday$i=!char 7 to 8 of $(ddate$i) |
61 | dday$i=!char 7 to 8 of $(ddate$i) |
- | 62 | !endif |
|
59 | dmonth=!char 2,3 of $[abs(floor($(dmonth$i)))+100] |
63 | dmonth=!char 2,3 of $[abs(floor($(dmonth$i)))+100] |
60 | dday=!char 2,3 of $[abs(floor($(dday$i)))+100] |
64 | dday=!char 2,3 of $[abs(floor($(dday$i)))+100] |
61 | dyear=!char -4 to -1 of $[abs(floor($(dyear$i)))+100000] |
65 | dyear=!char -4 to -1 of $[abs(floor($(dyear$i)))+100000] |
62 | !if $dday>=1 and $dday<=31 and $dmonth>=1 and $dmonth<=12 \ |
66 | !if $dday>=1 and $dday<=31 and $dmonth>=1 and $dmonth<=12 \ |
63 | and N notin $dmonth$dday$dyear \ |
67 | and N notin $dmonth$dday$dyear \ |