Subversion Repositories wimsdev

Rev

Rev 2477 | Rev 7683 | 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
23 reyssat 15
csslist=!words2items ---- -theme- class $csslist
441 bpr 16
csslist=!sh cd html/css/$lang; ls *.css | sed 's/\.css$$//'
23 reyssat 17
csslist=!words2items ---- -theme- class $csslist
18
cssfile=!record 0 of wimshome/log/classes/$wims_class/css
19
bgimgs=!filelist gifs/bg
20
 
21
!if $save!=$empty
22
 !read scripts/setdefr.proc
23
 !defread wimshome/log/classes/$wims_class/.def
24
 cssfile=$pr_cssfile
4598 bpr 25
 wims_class_log=Modify class presentation by $wims_realuser
23 reyssat 26
!endif
27
 
28
!read adm/du $wims_home/log/classes/$wims_class
29