Subversion Repositories wimsdev

Rev

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

Rev 7703 Rev 11881
Line 30... Line 30...
30
 In order to work on a module, you should first create it. To create a
30
 In order to work on a module, you should first create it. To create a
31
 new module, please click on the appropriate links and fill-in the forms
31
 new module, please click on the appropriate links and fill-in the forms
32
 for this purpose.
32
 for this purpose.
33
 </p>
33
 </p>
34
!endif
34
!endif
35
<p>
35
 <p>
36
Please refer to
36
Please refer to
37
 !href target=wims_help module=help/wimsdoc WIMS technical documentation
37
 !href target=wims_help module=help/wimsdoc WIMS technical documentation
38
 for the structure of a WIMS module and the syntax and format of its content.
38
 for the structure of a WIMS module and the syntax and format of its content.
39
 
-
 
40
</p><p>
39
</p><p>
41
You will find here
40
You will find here
42
href target=wims_help module=adm/createxo $wims_name_docoef
41
!href target=wims_help module=adm/createxo $wims_name_docoef
43
 
42
 
44
<p></p>
43
</p><p>
45
Special hints:
44
Special hints:
46
<p/>
45
<p/>
47
<ol>
46
<ol>
48
<li>In order to debug a file, you can place a line
47
<li>In order to debug a file, you can place a line
49
<pre>
48
<pre>
Line 51... Line 50...
51
</pre>
50
</pre>
52
in that file, where ... can be any text string. When you test your module, the
51
in that file, where ... can be any text string. When you test your module, the
53
execution will stop at this line, with the content of ... shown to you. If
52
execution will stop at this line, with the content of ... shown to you. If
54
... includes variables, the latter will be substituted according to the usual
53
... includes variables, the latter will be substituted according to the usual
55
WIMS variable substitution rules.
54
WIMS variable substitution rules.
56
 
-
 
57
</li></ol>
55
</li></ol>
58
 
56
 
59
:end
57
:end
60
 
-