Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
3656 schaersvoo 1
This documentation is yet not finished ...
2
<p>
4052 bpr 3
Many OpenSource java applets are suitable (or can be easily modified) to work within WIMS,
4
e.g. WIMS can dynamically configure applets,
5
the student actions on the applet can be read from the applet and send back to WIMS as answer
4051 bpr 6
(via javascript).
5920 bpr 7
</p>
3656 schaersvoo 8
!read tabletheme
9
!set cnt=!recordcnt interface2
10
!for j=1 to $cnt
11
  !set interf=!record $j of interface2
5921 bpr 12
$table_header
3656 schaersvoo 13
$table_tr
5921 bpr 14
<th style="width:150px;">$wims_name_name</th><td>
3656 schaersvoo 15
!line 1 of $interf
16
</td>
5921 bpr 17
</tr>$table_tr
3656 schaersvoo 18
<th>$wims_name_Author</th><td>
19
!line 2 of $interf
20
!!!exec $name about
21
</td>
5921 bpr 22
</tr>$table_tr
3656 schaersvoo 23
<th>$wims_name_Address</th><td>
24
!line 3 of $interf
25
</td>
5920 bpr 26
</tr>$table_tr
3656 schaersvoo 27
<th>Use</th><td>
28
!line 4 of $interf
4052 bpr 29
</td></tr>
3656 schaersvoo 30
$table_end
5920 bpr 31
 
3656 schaersvoo 32
!next