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