Rev 12078 | Rev 12413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12078 | Rev 12080 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | $(cl)_votecnt=!recordcnt wimshome/$cls/vote/.votes |
8 | $(cl)_votecnt=!recordcnt wimshome/$cls/vote/.votes |
9 | $(cl)_forumcnt=!recordcnt wimshome/$cls/forum/.msglist |
9 | $(cl)_forumcnt=!recordcnt wimshome/$cls/forum/.msglist |
10 | $(cl)_docpubliccnt=!recordcnt wimshome/$cls/doc/.docindex |
10 | $(cl)_docpubliccnt=!recordcnt wimshome/$cls/doc/.docindex |
11 | t=!filelist $wims_home/$cls/src/*.oef |
11 | t=!filelist $wims_home/$cls/src/*.oef |
12 | $(cl)_exocnt=!wordcnt $t |
12 | $(cl)_exocnt=!wordcnt $t |
- | 13 | !if log/classes isin $cls |
|
- | 14 | cls_ph=!replace / by , in $cls |
|
- | 15 | cls_ph=log/classes/$(cls_ph[3]) |
|
- | 16 | !else |
|
- | 17 | cls_ph=$cls |
|
- | 18 | !endif |
|
13 | t=!filelist $wims_home/ |
19 | t=!filelist $wims_home/$cls_ph/photoboard/ |
14 | $(cl)_userphotocnt=!wordcnt $t |
20 | $(cl)_userphotocnt=!wordcnt $t |
15 | $(cl)_cdtcnt=!defof cdt_nbdate in wimshome/$cls/cdt/.def |
21 | $(cl)_cdtcnt=!defof cdt_nbdate in wimshome/$cls/cdt/.def |
16 | $(cl)_seqcnt=!record 0 of wimshome/$cls/seq/.sequences |
22 | $(cl)_seqcnt=!record 0 of wimshome/$cls/seq/.sequences |
17 | $(cl)_seqcnt=!word 1 of $($(cl)_seqcnt) |
23 | $(cl)_seqcnt=!word 1 of $($(cl)_seqcnt) |
18 | $(cl)_livretcnt=!recordcnt wimshome/$cls/livret/.comps |
24 | $(cl)_livretcnt=!recordcnt wimshome/$cls/livret/.comps |