Rev 4743 | Rev 6197 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1654 | bpr | 1 | !!##language independant |
20 | reyssat | 2 | !default java_inptype=!word 1 of $wims_read_parm |
3 | !set java_inptype=!lower $java_inptype |
||
4 | !bound java_inptype within\ |
||
5 | curve,rect,rectangle,circle,line,lines,sline,segment,seg,poly,polygon,\ |
||
6 | points,vector\ |
||
7 | default curve |
||
8 | !default java_width=300 |
||
9 | !default java_height=300 |
||
10 | !! java_bgcolor must use rgb coding. Color names bring security violations. |
||
11 | !default java_bgcolor=#FFFFFF |
||
12 | |||
1655 | bpr | 13 | !default nojava=$wims_name_nojava |
1654 | bpr | 14 | !default java_retry=!trim $wims_name_erase |
15 | !default java_prompt=$wims_name_send |
||
20 | reyssat | 16 | |
17 | :prend |
||
4630 | bpr | 18 | <center> |
4678 | bpr | 19 | <applet codebase="java/Input" code="input.class" archive="input.jar" |
3651 | bpr | 20 | width="$java_width" height="$[$java_height+25]"> |
20 | reyssat | 21 | !if $java_background!=$empty |
5752 | bpr | 22 | <param name="background" value="$java_background"/> |
20 | reyssat | 23 | !endif |
5752 | bpr | 24 | <param name="bgcolor" value="$java_bgcolor"/> |
25 | <param name="type" value="$java_inptype"/> |
||
26 | <param name="retry" value="$java_retry"/> |
||
27 | <param name="prompt" value="$java_prompt"/> |
||
4715 | bpr | 28 | <param name="replyurl" |
5752 | bpr | 29 | value="$wims_ref_name?session=$wims_session.$[$wims_session_serial+1]&+$java_reply"/> |
20 | reyssat | 30 | |
4742 | bpr | 31 | <span class="wims_warning">$nojava</span> |
20 | reyssat | 32 | </applet> |
33 | </center><p> |
||
34 | !reset java_inptype, java_background, java_bgcolor, java_retry, java_prompt, java_reply |
||
35 |