Subversion Repositories wimsdev

Rev

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

Rev 14339 Rev 14748
Line 1... Line 1...
1
!let listhelp=type,sizelimitfile,datedeadline,datetimesoldate,scoring
1
!let listhelp=type,datedeadline,datetimesoldate,scoring,sizelimitfile
2
 
2
 
3
!bound special_parm within $listhelp default $empty
3
!bound special_parm within $listhelp default $empty
4
 
-
 
5
 
4
 
6
!if $special_parm=$empty
5
!if $special_parm=$empty
-
 
6
  !for tmp in $listhelp
-
 
7
    <div>
-
 
8
    !read lang/help.phtml.$lang $tmp
-
 
9
    </div>
-
 
10
  !next
7
  !exit
11
  !exit
8
!else
12
!else
9
  !changeto lang/help.phtml.$lang $special_parm
13
  !changeto lang/help.phtml.$lang $special_parm
10
!endif
14
!endif