Rev 11707 | Rev 12425 | Go to most recent revision | Details | Compare with Previous | 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 |
||
12411 | bpr | 6 | test=!defof theme_hide in wimshome/public_html/themes/$i/.def |
7 | !if yes notin $test |
||
8 | themelist=!append item $i to $themelist |
||
9 | !endif |
||
23 | reyssat | 10 | !next i |
11707 | bpr | 11 | iconlist=!sh cd gifs/themes; ls -d */ | sort |
12 | iconlist=!replace internal / by in $iconlist |
||
1364 | bpr | 13 | iconlist=!words2items $iconlist |
10483 | obado | 14 | !for icon_theme in $iconlist |
15 | !set icon_title=!defof title in wimshome/public_html/gifs/themes/$icon_theme/INDEX |
||
16 | !set iconpromptlist=!append item $icon_title to $iconpromptlist |
||
17 | !next |
||
23 | reyssat | 18 | csslist=!words2items ---- -theme- class $csslist |
441 | bpr | 19 | csslist=!sh cd html/css/$lang; ls *.css | sed 's/\.css$$//' |
23 | reyssat | 20 | csslist=!words2items ---- -theme- class $csslist |
21 | cssfile=!record 0 of wimshome/log/classes/$wims_class/css |
||
22 | bgimgs=!filelist gifs/bg |
||
23 | |||
24 | !if $save!=$empty |
||
12411 | bpr | 25 | !read scripts/setdefr.proc |
26 | !defread wimshome/log/classes/$wims_class/.def |
||
27 | cssfile=$pr_cssfile |
||
28 | wims_class_log=Modify class presentation by $wims_realuser |
||
23 | reyssat | 29 | !endif |
30 | |||
31 | !read adm/du $wims_home/log/classes/$wims_class |