Rev 2507 | Rev 5766 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2507 | Rev 2927 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | This documentation is yet not finished ... |
|
- | 2 | WIMS provides interfaces for some software packages which must be installed independantly. |
|
1 | 3 | ||
2 | !read tabletheme |
4 | !read tabletheme |
3 | !set cnt=!recordcnt interface0 |
5 | !set cnt=!recordcnt interface0 |
4 | !for j=1 to $cnt |
6 | !for j=1 to $cnt |
5 | !set interf=!record $j of interface0 |
7 | !set interf=!record $j of interface0 |
Line 16... | Line 18... | ||
16 | $table_tr |
18 | $table_tr |
17 | <th>$wims_name_Address</th><td> |
19 | <th>$wims_name_Address</th><td> |
18 | !line 3 of $interf |
20 | !line 3 of $interf |
19 | </td> |
21 | </td> |
20 | $table_tr |
22 | $table_tr |
- | 23 | <th>Use</th><td> |
|
- | 24 | !line 4 of $interf |
|
- | 25 | </td> |
|
21 | $table_end |
26 | $table_end |
22 | <p> |
27 | <p> |
23 | !next |
28 | !next |
24 | 29 | ||
25 | <h2>Logiciels internes à WIMS</h2> |
30 | <h2>Logiciels internes à WIMS</h2> |
Line 35... | Line 40... | ||
35 | $table_tr<th>$wims_name_Author</th> |
40 | $table_tr<th>$wims_name_Author</th> |
36 | <td> |
41 | <td> |
37 | !line 2 of $interf |
42 | !line 2 of $interf |
38 | !!!exec $name about |
43 | !!!exec $name about |
39 | </td> |
44 | </td> |
40 | $table_tr<th> |
45 | $table_tr<th>Use</th> |
41 | <td> |
46 | <td> |
42 | !line 3 of $interf |
47 | !line 3 of $interf |
43 | </td> |
48 | </td> |
44 | $table_tr<th>Input data</th> |
49 | $table_tr<th>Input data</th> |
45 | <td> |
50 | <td> |