Rev 16554 | Rev 16733 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16554 | Rev 16558 | ||
---|---|---|---|
Line 321... | Line 321... | ||
321 | !endif |
321 | !endif |
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 | !reset firstsee |
|
326 | !if $job=student |
327 | !if $job=student |
327 | !! log first connect of student after $soldate (and all copies corrected) |
328 | !! 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 | !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 | test=!defof freework_seeco_$wims_user in wimshome/log/classes/$wims_class/freeworksdata/$freework/.seeco |
330 | !if $test=$empty |
331 | !if $test=$empty |
331 | !appendfile wimshome/log/classes/$wims_class/freeworksdata/$freework/.seeco freework_seeco_$wims_user=$wims_now |
332 | !appendfile wimshome/log/classes/$wims_class/freeworksdata/$freework/.seeco freework_seeco_$wims_user=$wims_now |
- | 333 | firstsee=1 |
|
332 | !endif |
334 | !endif |
333 | !endif |
335 | !endif |
334 | job=student$(lpara_type[$type]) |
336 | job=student$(lpara_type[$type]) |
335 | !endif |
337 | !endif |
336 | !changeto $job.proc |
338 | !changeto $job.proc |