Rev 11784 | Rev 14043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11784 | Rev 11798 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | !reset filename |
42 | !reset filename |
43 | !endif |
43 | !endif |
44 | !exit |
44 | !exit |
45 | !endif |
45 | !endif |
46 | 46 | ||
- | 47 | !if $jquery_defined=yes |
|
47 | jyear=!char 1 to 4 of $jdate |
48 | jyear=!char 1 to 4 of $jdate |
48 | jmonth=!char 5 to 6 of $jdate |
49 | jmonth=!char 5 to 6 of $jdate |
49 | jday=!char 7 to 8 of $jdate |
50 | jday=!char 7 to 8 of $jdate |
- | 51 | !endif |
|
50 | jmonth=!char 2,3 of $[abs(floor($jmonth))+100] |
52 | jmonth=!char 2,3 of $[abs(floor($jmonth))+100] |
51 | jday=!char 2,3 of $[abs(floor($jday))+100] |
53 | jday=!char 2,3 of $[abs(floor($jday))+100] |
52 | jyear=!char -4 to -1 of $[abs(floor($jyear))+100000] |
54 | jyear=!char -4 to -1 of $[abs(floor($jyear))+100000] |
53 | !if $jday>=1 and $jday<=31 and $jmonth>=1 and $jmonth<=12 \ |
55 | !if $jday>=1 and $jday<=31 and $jmonth>=1 and $jmonth<=12 \ |
54 | and N notin $jmonth$jday$jyear |
56 | and N notin $jmonth$jday$jyear |
Line 68... | Line 70... | ||
68 | !endif |
70 | !endif |
69 | 71 | ||
70 | ltjdevoir=$empty |
72 | ltjdevoir=$empty |
71 | !if $s_nbdevoir>0 |
73 | !if $s_nbdevoir>0 |
72 | !for i=1 to $s_nbdevoir |
74 | !for i=1 to $s_nbdevoir |
- | 75 | !if $jquery_defined=yes |
|
73 | dyear$i=!char 1 to 4 of $(ddate$i) |
76 | dyear$i=!char 1 to 4 of $(ddate$i) |
74 | dmonth$i=!char 5 to 6 of $(ddate$i) |
77 | dmonth$i=!char 5 to 6 of $(ddate$i) |
75 | dday$i=!char 7 to 8 of $(ddate$i) |
78 | dday$i=!char 7 to 8 of $(ddate$i) |
- | 79 | !endif |
|
76 | dmonth=!char 2,3 of $[abs(floor($(dmonth$i)))+100] |
80 | dmonth=!char 2,3 of $[abs(floor($(dmonth$i)))+100] |
77 | dday=!char 2,3 of $[abs(floor($(dday$i)))+100] |
81 | dday=!char 2,3 of $[abs(floor($(dday$i)))+100] |
78 | dyear=!char -4 to -1 of $[abs(floor($(dyear$i)))+100000] |
82 | dyear=!char -4 to -1 of $[abs(floor($(dyear$i)))+100000] |
79 | !if $dday>=1 and $dday<=31 and $dmonth>=1 and $dmonth<=12 \ |
83 | !if $dday>=1 and $dday<=31 and $dmonth>=1 and $dmonth<=12 \ |
80 | and $dyear$dmonth$dday>$jour \ |
84 | and $dyear$dmonth$dday>$jour \ |