Subversion Repositories wimsdev

Rev

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