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