Subversion Repositories wimsdev

Rev

Rev 12479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12479 Rev 15719
Line 24... Line 24...
24
!read adm/class/userdef classes,$wims_class,$wims_user
24
!read adm/class/userdef classes,$wims_class,$wims_user
25
userfile=$userdef
25
userfile=$userdef
26
!read adm/class/classlang names.phtml
26
!read adm/class/classlang names.phtml
27
 
27
 
28
!bound vote between integer 1 and $max_votes default 0
28
!bound vote between integer 1 and $max_votes default 0
29
 
-
 
30
 
29
 
31
!default gstep=0
30
!default gstep=0
32
 
31
 
33
vote_class=!defof sharing_vote in wimshome/log/classes/$wims_class/neighbors
32
vote_class=!defof sharing_vote in wimshome/log/classes/$wims_class/neighbors
34
!default vote_class=$wims_class
33
!default vote_class=$wims_class
Line 119... Line 118...
119
!else
118
!else
120
  vmodellist=$empty
119
  vmodellist=$empty
121
  name_vmodellist=$empty
120
  name_vmodellist=$empty
122
!endif
121
!endif
123
!read $job.proc
122
!read $job.proc
124
s
-