Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17153 | guerimand | 1 | name_title=$name_titlecfwtime |
2 | !if $save!=$empty |
||
3 | !bound cf_subval between 1 and 30 default $wtime_subval |
||
4 | !bound cf_open within 1,0 default $wtime_open |
||
5 | !bound cf_nbsub between 3 and 10 default $wtime_nbsub |
||
6 | wtime_ltcolor=$cf_color0 |
||
7 | !for k=1 to $cf_nbsub |
||
8 | wtime_ltcolor=!append item $(cf_color$k) to $wtime_ltcolor |
||
9 | !next k |
||
10 | !setdef !set wtime_open=$cf_open\ |
||
11 | !set wtime_nbsub=$cf_nbsub\ |
||
12 | !set wtime_subval=$cf_subval\ |
||
13 | !set wtime_ltcolor=$wtime_ltcolor in wimshome/log/classes/$wims_class/.def |
||
14 | wtime_nbsub=$wtime_nbsub |
||
15 | wtime_subval=$wtime_subval |
||
16 | wtime_open=$wtime_open |
||
17 | job=workingtime |
||
18 | !reset save |
||
19 | !changeto $job.proc |
||
20 | !endif |
||
21 | !reset save |