Subversion Repositories wimsdev

Rev

Rev 6216 | Rev 17186 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6216 Rev 11632
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=!detag $module_title
4
 
4
 
5
!if $wims_class!=
5
!if $wims_class!=
6
  !set css_file=!sh \
6
  !set css_file=!sh \
7
  if (test -r $wims_home/log/classes/$wims_class/css) then\
7
  if (test -r $wims_home/log/classes/$wims_class/css) then\
8
  cat $wims_home/log/classes/$wims_class/css\
8
  cat $wims_home/log/classes/$wims_class/css\