Subversion Repositories wimsdev

Rev

Rev 2507 | Rev 5766 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2927 bpr 1
This documentation is yet not finished ...
2
WIMS provides interfaces for some software packages which must be installed independantly.
32 reyssat 3
 
2507 bpr 4
!read tabletheme
5
!set cnt=!recordcnt interface0
6
!for j=1 to $cnt
7
  !set interf=!record $j of interface0
8
$table_header
9
$table_tr
10
<th width="150">$wims_name_name</th><td>
11
!line 1 of $interf
12
</td>
13
$table_tr
14
<th>$wims_name_Author</th><td>
15
!line 2 of $interf
16
!!!exec $name about
17
</td>
18
$table_tr
19
<th>$wims_name_Address</th><td>
20
!line 3 of $interf
21
</td>
22
$table_tr
2927 bpr 23
<th>Use</th><td>
24
!line 4 of $interf
25
</td>
2507 bpr 26
$table_end
27
<p>
28
!next
32 reyssat 29
 
2507 bpr 30
<h2>Logiciels internes à WIMS</h2>
31
!set cnt=!recordcnt interface1
32
!for j=1 to $cnt
33
  !set interf=!record $j of interface1
34
$table_header
35
$table_tr
36
<th width="150">$wims_name_name</th><td>
37
!set name=!line 1 of $interf
38
!line 1 of $interf
39
</td>
40
$table_tr<th>$wims_name_Author</th>
41
<td>
42
!line 2 of $interf
43
!!!exec $name about
44
</td>
2927 bpr 45
$table_tr<th>Use</th>
2507 bpr 46
<td>
47
!line 3 of $interf
48
</td>
49
$table_tr<th>Input data</th>
50
<td>
51
!line 4 of $interf
52
</td>
53
$table_tr<th>Output data</th>
54
<td>
55
!line 5 of $interf
56
</td>
57
$table_tr<th>Example</th><td>
58
!set example=!line 7 of $interf
59
!if $example!=
60
!set example=!replace internal \\ by $\
61
$ in $example
62
!set example=!replace internal xx by in $example
63
!set example0=!line 6 of $interf
64
!set example0=!replace internal \\ by $\
65
$ in $example0
66
!set u=!linecnt $example0
67
!for a=1 to $u
68
  !set a1=!replace internal = by , in $a1
69
  !set $(a1[1])=$(a1[2])
70
!next
71
<pre>
72
<font color="green">$example0
73
$name $example</font></pre>
74
 <br>
75
 <pre>
76
 !exec $name $example
77
 </pre>
78
!endif
79
$table_tr
80
$table_end
81
<p>
82
!next