Rev 15267 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15267 | Rev 17318 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | !exit |
13 | !exit |
14 | !endif |
14 | !endif |
15 | !defread wimshome/log/classes/$wims_class/.def |
15 | !defread wimshome/log/classes/$wims_class/.def |
16 | !defread wimshome/log/classes/$wims_class/cdt/.def |
16 | !defread wimshome/log/classes/$wims_class/cdt/.def |
17 | !read tabletheme |
17 | !read tabletheme |
18 | !read adm/date.phtml |
- | |
19 | !reset table_center |
18 | !reset table_center |
20 | 19 | ||
21 | jquery_defined=!defof jquery_defined in themes/$wims_theme/header.phtml |
20 | jquery_defined=!defof jquery_defined in themes/$wims_theme/header.phtml |
22 | 21 | ||
23 | !if $wims_user=supervisor and yes isin $cdt_supervise |
22 | !if $wims_user=supervisor and yes isin $cdt_supervise |
Line 44... | Line 43... | ||
44 | !read $job.proc |
43 | !read $job.proc |
45 | !endif |
44 | !endif |
46 | 45 | ||
47 | !if $jour_begin!=$empty |
46 | !if $jour_begin!=$empty |
48 | jdate=$jour_begin |
47 | jdate=$jour_begin |
49 | !! jyear=!char 1 to 4 of $jour_begin |
- | |
50 | !! jmonth=!char 5 to 6 of $jour_begin |
- | |
51 | !! jday=!char 7 to 8 of $jour_begin |
- | |
52 | !endif |
48 | !endif |
53 | !if $jour_end!=$empty |
49 | !if $jour_end!=$empty |
54 | jdate2=$jour_end |
50 | jdate2=$jour_end |
55 | !! jyear2=!char 1 to 4 of $jour_end |
- | |
56 | !! jmonth2=!char 5 to 6 of $jour_end |
- | |
57 | !! jday2=!char 7 to 8 of $jour_end |
- | |
58 | !endif |
51 | !endif |