Subversion Repositories wimsdev

Rev

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

Rev 7210 Rev 16120
Line 6... Line 6...
6
!set basiccnt=!itemcnt $basic
6
!set basiccnt=!itemcnt $basic
7
!set basicp=!replace internal , by ), \( in \($basic)
7
!set basicp=!replace internal , by ), \( in \($basic)
8
!set methhelp=This method recognizes the integral of constants.
8
!set methhelp=This method recognizes the integral of constants.
9
 
9
 
10
!if $wims_read_parm iswordof form check
10
!if $wims_read_parm iswordof form check
11
 !goto $wims_read_parm
11
  !goto $wims_read_parm
12
!endif
12
!endif
13
 
13
 
14
!exit
14
!exit
15
:form
15
:form
16
 !read deduc/methparm.phtml 1
16
!read deduc/methparm.phtml 1
17
 is the integration of a constant.
17
 is the integration of a constant.
18
 <input type="hidden" name="methparm2" value="1" />
18
<input type="hidden" name="methparm2" value="1" />
19
!exit
19
!exit
20
:check
20
:check
21
!changeto deduc/meth/$module_language/integrate/basicheck
21
!changeto deduc/meth/$module_language/integrate/basicheck
22
 
-