Rev 5921 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 14064 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | </p> |
7 | </p> |
8 | !read tabletheme |
8 | !read tabletheme |
9 | !set cnt=!recordcnt interface2 |
9 | !set cnt=!recordcnt interface2 |
10 | !for j=1 to $cnt |
10 | !for j=1 to $cnt |
11 | !set interf=!record $j of interface2 |
11 | !set interf=!record $j of interface2 |
12 | $table_header |
12 | $table_header |
13 | $table_tr |
13 | $table_tr |
14 | <th style="width:150px;">$wims_name_name</th><td> |
14 | <th style="width:150px;">$wims_name_name</th><td> |
15 | !line 1 of $interf |
15 | !line 1 of $interf |
16 | </td> |
16 | </td> |
17 | </tr>$table_tr |
17 | </tr>$table_tr |
18 | <th>$wims_name_Author</th><td> |
18 | <th>$wims_name_Author</th><td> |
19 | !line 2 of $interf |
19 | !line 2 of $interf |
20 | !!!exec $name about |
20 | !!!exec $name about |
21 | </td> |
21 | </td> |
22 | </tr>$table_tr |
22 | </tr>$table_tr |
23 | <th>$wims_name_Address</th><td> |
23 | <th>$wims_name_Address</th><td> |
24 | !line 3 of $interf |
24 | !line 3 of $interf |
25 | </td> |
25 | </td> |
26 | </tr>$table_tr |
26 | </tr>$table_tr |
27 | <th>Use</th><td> |
27 | <th>Use</th><td> |
28 | !line 4 of $interf |
28 | !line 4 of $interf |
29 | </td></tr> |
29 | </td></tr> |
30 | $table_end |
30 | $table_end |
31 | 31 | ||
32 | !next |
32 | !next |