Rev 2820 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if ..classes/ isin ..$m_ and $wims_user!=$empty |
||
12476 | bpr | 3 | imagedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=oefimages/$thisexo |
4 | Imagedir=oefimages/$thisexo |
||
5 | class_header=wimshome/log/classes/$wims_class/ |
||
23 | reyssat | 6 | !else |
12476 | bpr | 7 | !set common_images=!defof common_images in wimshome/public_html/modules/$m_/var.proc |
8 | !if $common_images=yes |
||
9 | imagedir=modules/$m_/images |
||
2820 | bpr | 10 | !else |
12476 | bpr | 11 | !if ../datamodule/ isin ../$common_images |
12 | imagedir=!replace internal datamodule/ by modules/data/ in $common_images |
||
13 | !else |
||
14 | imagedir=modules/$m_/images/$thisexo |
||
15 | !endif |
||
2820 | bpr | 16 | !endif |
12476 | bpr | 17 | Imagedir=$httpd_PWD/$imagedir |
18 | class_header=wimshome/public_html/modules/$m_/ |
||
23 | reyssat | 19 | !endif |
20 | Class_header=!replace internal ../wimshome/ by $wims_home/ in ../$class_header |