Subversion Repositories wimsdev

Rev

Rev 3047 | Rev 5254 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3047 Rev 5181
Line 27... Line 27...
27
!else
27
!else
28
 job=!item $wims_ismanager+3 of badconf,badconf,no_right,auth
28
 job=!item $wims_ismanager+3 of badconf,badconf,no_right,auth
29
!endif
29
!endif
30
 
30
 
31
!if $cmd iswordof help
31
!if $cmd iswordof help
32
 !read adm/language names.phtml
32
 !read adm/language lang/names.phtml
33
 !if $help_subject=conf
33
 !if $help_subject=conf
34
  !readdef wimshome/public_html/bases/sys/defaults.conf
34
  !readdef wimshome/public_html/bases/sys/defaults.conf
35
 !endif
35
 !endif
36
 !exit
36
 !exit
37
!endif
37
!endif
38
 
38
 
39
!if $job=conf and $abandon!=$empty
39
!if $job=conf and $abandon!=$empty
40
 job=list
40
 job=list
41
!endif
41
!endif
42
!read adm/language names.phtml
42
!read adm/language lang/names.phtml
43
!read tabletheme
43
!read tabletheme
44
!read $job.proc
44
!read $job.proc
45
 
45