Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | tmp_themelist=!sh find themes -name visitor.phtml | sed 's!^themes/!!;s!/visitor.phtml$!!' |
||
3 | tmp_themelist=!words2items $tmp_themelist |
||
4 | themelist=$empty |
||
5 | !for i in $tmp_themelist |
||
6 | file=themes/$i/.def |
||
7 | theme_hide=no |
||
8 | !readdef $file |
||
9 | !if $theme_hide!=yes |
||
10 | themelist=!append item $i to $themelist |
||
11 | !endif |
||
12 | !next i |
||
1364 | bpr | 13 | iconlist=!sh cd gifs/themes/;ls | sort |
14 | !!not very clean |
||
15 | iconlist=!replace internal mkindex by in $iconlist |
||
16 | iconlist=!words2items $iconlist |
||
23 | reyssat | 17 | csslist=!words2items ---- -theme- class $csslist |
441 | bpr | 18 | csslist=!sh cd html/css/$lang; ls *.css | sed 's/\.css$$//' |
23 | reyssat | 19 | csslist=!words2items ---- -theme- class $csslist |
20 | cssfile=!record 0 of wimshome/log/classes/$wims_class/css |
||
21 | bgimgs=!filelist gifs/bg |
||
22 | |||
23 | !if $save!=$empty |
||
24 | !read scripts/setdefr.proc |
||
25 | !defread wimshome/log/classes/$wims_class/.def |
||
26 | cssfile=$pr_cssfile |
||
27 | wims_class_log=Modify class presentation |
||
28 | !endif |
||
29 | |||
30 | !read adm/du $wims_home/log/classes/$wims_class |
||
31 |