Rev 16542 | Rev 16558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16542 | Rev 16554 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !! --- securise variable |
4 | !! --- securise variable |
5 | wims_prefix=class user |
5 | wims_prefix=class user freework |
6 | !!wims_writable= |
6 | !!wims_writable= |
7 | !!wims_readable= |
7 | !!wims_readable= |
8 | 8 | ||
9 | !if $notallowed=1 |
9 | !if $notallowed=1 |
10 | error=notallowedmodule |
10 | error=notallowedmodule |
Line 322... | Line 322... | ||
322 | !sh mkdir -p $wims_home/sessions/$wims_session/getfile/freeworksdata |
322 | !sh mkdir -p $wims_home/sessions/$wims_session/getfile/freeworksdata |
323 | !endif |
323 | !endif |
324 | 324 | ||
325 | !read lang.phtml.$lang |
325 | !read lang.phtml.$lang |
326 | !if $job=student |
326 | !if $job=student |
- | 327 | !! log first connect of student after $soldate (and all copies corrected) |
|
- | 328 | !if (($codownload=1 and $type=1) or ($type>1 and $codownload=1)) and $wims_user!=supervisor |
|
- | 329 | test=!defof freework_seeco_$wims_user in wimshome/log/classes/$wims_class/freeworksdata/$freework/.seeco |
|
- | 330 | !if $test=$empty |
|
- | 331 | !appendfile wimshome/log/classes/$wims_class/freeworksdata/$freework/.seeco freework_seeco_$wims_user=$wims_now |
|
- | 332 | !endif |
|
- | 333 | !endif |
|
327 | job=student$(lpara_type[$type]) |
334 | job=student$(lpara_type[$type]) |
328 | !endif |
335 | !endif |
329 | !changeto $job.proc |
336 | !changeto $job.proc |