Rev 1176 | Rev 2524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1176 | Rev 1329 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!## load the css file of a class by a link in the header |
1 | !!## load the css file of a class by a link in the header |
2 | !!distribute words $wims_read_parm into css_file |
2 | !!distribute words $wims_read_parm into css_file |
3 | !default module_title2=$module_title |
3 | !default module_title2=$module_title |
4 | 4 | ||
5 | !if $wims_class!= |
5 | !if $wims_class!= |
- | 6 | !set css_file=!sh \ |
|
- | 7 | if (test -r $wims_home/log/classes/$wims_class/css) then\ |
|
6 |
|
8 | cat $wims_home/log/classes/$wims_class/css\ |
- | 9 | fi |
|
7 | !endif |
10 | !endif |
8 | 11 | ||
9 | !if $css_file=$empty |
12 | !if $css_file=$empty |
10 | !exit |
13 | !exit |
11 | !endif |
14 | !endif |