Subversion Repositories wimsdev

Rev

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

Rev 5766 Rev 5920
Line 5... Line 5...
5
!set cnt=!recordcnt interface0
5
!set cnt=!recordcnt interface0
6
!for j=1 to $cnt
6
!for j=1 to $cnt
7
  !set interf=!record $j of interface0
7
  !set interf=!record $j of interface0
8
$table_header
8
$table_header
9
$table_tr
9
$table_tr
10
<th width="150">$wims_name_name</th><td>
10
<th style="width:150px;">$wims_name_name</th><td>
11
!line 1 of $interf
11
!line 1 of $interf
12
</td>
12
</td>
13
$table_tr
13
</tr>$table_tr
14
<th>$wims_name_Author</th><td>
14
<th>$wims_name_Author</th><td>
15
!line 2 of $interf
15
!line 2 of $interf
16
!!!exec $name about
16
!!!exec $name about
17
</td>
17
</td>
18
$table_tr
18
</tr>$table_tr
19
<th>$wims_name_Address</th><td>
19
<th>$wims_name_Address</th><td>
20
!line 3 of $interf
20
!line 3 of $interf
21
</td>
21
</td>
22
$table_tr
22
$table_tr
23
<th>Use</th><td>
23
<th>Use</th><td>
24
!line 4 of $interf
24
!line 4 of $interf
25
</td>
25
</td>
26
$table_end
26
</tr>$table_end
27
<p>
27
 
28
!next
28
!next
29
 
29
 
30
<h2>Logiciels internes à WIMS</h2>
30
<h2>Logiciels internes à WIMS</h2>
31
!set cnt=!recordcnt interface1
31
!set cnt=!recordcnt interface1
32
!for j=1 to $cnt
32
!for j=1 to $cnt
33
  !set interf=!record $j of interface1
33
  !set interf=!record $j of interface1
34
$table_header
34
$table_header
35
$table_tr
35
$table_tr
36
<th width="150">$wims_name_name</th><td>
36
<th style="width:150px;">$wims_name_name</th><td>
37
!set name=!line 1 of $interf
37
!set name=!line 1 of $interf
38
!line 1 of $interf
38
!line 1 of $interf
39
</td>
39
</td>
40
$table_tr<th>$wims_name_Author</th>
40
$table_tr<th>$wims_name_Author</th>
41
<td>
41
<td>
42
!line 2 of $interf
42
!line 2 of $interf
43
!!!exec $name about
43
!!!exec $name about
44
</td>
44
</td>
Line 52... Line 52...
52
</td>
52
</td>
53
$table_tr<th>Output data</th>
53
$table_tr<th>Output data</th>
54
<td>
54
<td>
55
!line 5 of $interf
55
!line 5 of $interf
56
</td>
56
</td>
57
$table_tr<th>Example</th><td>
57
</tr>$table_tr<th>Example</th><td>
58
!set example=!line 7 of $interf
58
!set example=!line 7 of $interf
59
!if $example!=
59
!if $example!=
60
!set example=!replace internal \\ by $\
60
!set example=!replace internal \\ by $\
61
$ in $example
61
$ in $example
62
!set example=!replace internal xx by in $example
62
!set example=!replace internal xx by in $example
Line 67... Line 67...
67
!for a=1 to $u
67
!for a=1 to $u
68
  !set a1=!replace internal = by , in $a1
68
  !set a1=!replace internal = by , in $a1
69
  !set $(a1[1])=$(a1[2])
69
  !set $(a1[1])=$(a1[2])
70
!next
70
!next
71
<pre>
71
<pre>
72
<font color="green">$example0
72
<span style="color:green">$example0
73
$name $example</font></pre>
73
$name $example</span></pre>
74
 <br/>
74
 <br/>
75
 <pre>
75
 <pre>
76
 !exec $name $example
76
 !exec $name $example
77
 </pre>
77
 </pre>
78
!endif
78
!endif
79
$table_tr
79
</tr>
80
$table_end
80
$table_end
81
<p>
81
 
82
!next
82
!next