Rev 17606 | Rev 17636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17606 | Rev 17634 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !if $notallowed=1 |
9 | !if $notallowed=1 |
10 | error=notallowedmodule |
10 | error=notallowedmodule |
11 | !exit |
11 | !exit |
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | !! configure available applets for |
14 | !! configure available applets for type=3 |
15 | 15 | ||
16 | !! list of available applets (files in applet, do not change oder) |
16 | !! list of available applets (files in applet, do not change oder) |
17 | listfilename_ztype=geogebra,texte,file,wimsexo |
17 | listfilename_ztype=geogebra,texte,file,wimsexo |
18 | !! if you add an applet, add it here and add it to name_listofztype |
18 | !! if you add an applet, add it here and add it to name_listofztype |
19 | !! (lang/name.phtml.$lang). You also need to update lpara_type |
19 | !! (lang/name.phtml.$lang). You also need to update lpara_type |
Line 37... | Line 37... | ||
37 | studentlist_ztype=wimsexo,randfile |
37 | studentlist_ztype=wimsexo,randfile |
38 | 38 | ||
39 | !! file number to read in function of type |
39 | !! file number to read in function of type |
40 | lpara_type=1,1,3,1 |
40 | lpara_type=1,1,3,1 |
41 | lpara_type=1,1,3,1,3 |
41 | lpara_type=1,1,3,1,3 |
- | 42 | ||
- | 43 | !! end configure of applets for type=3 |
|
42 | 44 | ||
43 | nbztype=!itemcnt $listfilename_ztype |
45 | nbztype=!itemcnt $listfilename_ztype |
44 | 46 | ||
45 | !if $type=2 |
47 | !if $type=2 |
46 | showstudlist=yes |
48 | showstudlist=yes |
Line 66... | Line 68... | ||
66 | MAX_USERFORGRADES in wimshome/public_html/bases/sys/define.conf |
68 | MAX_USERFORGRADES in wimshome/public_html/bases/sys/define.conf |
67 | !distribute line $tmp into max_freeworks,max_userforgrades |
69 | !distribute line $tmp into max_freeworks,max_userforgrades |
68 | title_limit=50 |
70 | title_limit=50 |
69 | desc_limit=2000 |
71 | desc_limit=2000 |
70 | textezone_limit=10000 |
72 | textezone_limit=10000 |
- | 73 | fw_nbline=12 |
|
71 | 74 | ||
72 | !if $cmd=help |
75 | !if $cmd=help |
73 | !exit |
76 | !exit |
74 | !endif |
77 | !endif |
75 | 78 |