Rev 5951 | Rev 11632 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5951 | Rev 6216 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | !set css_file=!replace internal $$$wims_bgcolor by $$wims_bgcolor in $css_file |
15 | !set css_file=!replace internal $$$wims_bgcolor by $$wims_bgcolor in $css_file |
16 | !set css_file=!replace internal $$$wims_ref_bgcolor by $$wims_ref_bgcolor in $css_file |
16 | !set css_file=!replace internal $$$wims_ref_bgcolor by $$wims_ref_bgcolor in $css_file |
17 | !set css_file=!replace internal $$$wims_ref_menucolor by $$wims_ref_menucolor in $css_file |
17 | !set css_file=!replace internal $$$wims_ref_menucolor by $$wims_ref_menucolor in $css_file |
18 | !writefile getfile/css.css $css_file |
18 | !writefile getfile/css.css $css_file |
19 | 19 | ||
- | 20 | !setdef class_css=yes in wimshome/$wims_sesdir/var.stat |
|
20 | !set wims_html_header=!append line <link href="$wims_ref_name?session=$session&+cmd=getfile&+special_parm=css.css" rel="stylesheet |
21 | !set wims_html_header=!append line <link href="$wims_ref_name?session=$session&+cmd=getfile&+special_parm=css.css" rel="stylesheet" type="text/css" />\ |
21 | to $wims_html_header |
22 | to $wims_html_header |