Subversion Repositories wimsdev

Rev

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

Rev 12810 Rev 14538
Line 2... Line 2...
2
# It is read and interpreted by wims for all valid calls to the module.
2
# It is read and interpreted by wims for all valid calls to the module.
3
!!put language in file named lang/names.fr etc
3
!!put language in file named lang/names.fr etc
4
 
4
 
5
!read language lang/names
5
!read language lang/names
6
!if $cmd=reply and $status!=waiting
6
!if $cmd=reply and $status!=waiting
7
 error=double_reply
7
  error=double_reply
8
 !exit
8
  !exit
9
!endif
9
!endif
10
 
10
 
11
!if $cmd=reply and $status=waiting
11
!if $cmd=reply and $status=waiting
12
  # Analysis of the reply should be placed here.
12
  # Analysis of the reply should be placed here.
13
  # The following lines are just a template.
13
  # The following lines are just a template.