Rev 1144 | Rev 1655 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1144 | Rev 1654 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !!##language independant |
|
1 | !default java_inptype=!word 1 of $wims_read_parm |
2 | !default java_inptype=!word 1 of $wims_read_parm |
2 | !set java_inptype=!lower $java_inptype |
3 | !set java_inptype=!lower $java_inptype |
3 | !bound java_inptype within\ |
4 | !bound java_inptype within\ |
4 | curve,rect,rectangle,circle,line,lines,sline,segment,seg,poly,polygon,\ |
5 | curve,rect,rectangle,circle,line,lines,sline,segment,seg,poly,polygon,\ |
5 | points,vector\ |
6 | points,vector\ |
6 | default curve |
7 | default curve |
7 | !default java_width=300 |
8 | !default java_width=300 |
8 | !default java_height=300 |
9 | !default java_height=300 |
9 | !! java_bgcolor must use rgb coding. Color names bring security violations. |
10 | !! java_bgcolor must use rgb coding. Color names bring security violations. |
10 | !default java_bgcolor=#FFFFFF |
11 | !default java_bgcolor=#FFFFFF |
11 | !if $module_language=fr |
- | |
12 | !default nojava=Pour utiliser cette activité, vous devez activer java dans\ |
- | |
13 | votre navigateur. |
- | |
14 | !default java_retry=Effacer |
- | |
15 | !default java_prompt=Envoyer |
- | |
16 | !goto prend |
- | |
17 | !endif |
- | |
18 | - | ||
19 | !if $module_language=nl |
- | |
20 | !default nojava=Om dit te kunnen gebruiken moet je java ondersteuning in je browser hebben |
- | |
21 | !default java_retry=Wissen |
- | |
22 | !default java_prompt=Opsturen |
- | |
23 | !goto prend |
- | |
24 | !endif |
- | |
25 | - | ||
26 | !if $module_language=ca |
- | |
27 | !default nojava=Per utilitzar aquesta activitat has d'activar el java al\ |
- | |
28 | teu navegador. |
- | |
29 | !default java_retry=Esborrar |
- | |
30 | !default java_prompt=Enviar |
- | |
31 | !goto prend |
- | |
32 | !endif |
- | |
33 | - | ||
34 | !if $module_language=es |
- | |
35 | !default nojava=Para utilizar esta actividad, debe activar java en\ |
- | |
36 | su navigador. |
- | |
37 | !default java_retry=Borrar |
- | |
38 | !default java_prompt=Enviar |
- | |
39 | !goto prend |
- | |
40 | !endif |
- | |
41 | 12 | ||
42 | !if $module_language=cn |
- | |
43 | !default nojava=ΪÁËʹÓÃÕâ¸ö¹¦ÄÜ, Ç뼤»îÄãµÄä¯ÀÀÆ÷µÄ java. |
- | |
44 | !default java_retry=ÖØ» |
- | |
45 |
|
13 | !default nojava=$wims_nojava |
46 | !goto prend |
- | |
47 | !endif |
- | |
48 | !default nojava=You must enable java in your browser in order to use this activity. |
- | |
49 |
|
14 | !default java_retry=!trim $wims_name_erase |
50 |
|
15 | !default java_prompt=$wims_name_send |
- | 16 | ||
51 | :prend |
17 | :prend |
52 | - | ||
53 | <applet codebase=java code=input.class archive=input.jar |
18 | <applet codebase=java code=input.class archive=input.jar |
54 | width=$java_width height=$[$java_height+25]> |
19 | width=$java_width height=$[$java_height+25]> |
55 | !if $java_background!=$empty |
20 | !if $java_background!=$empty |
56 | <param name=background value="$java_background"> |
21 | <param name=background value="$java_background"> |
57 | !endif |
22 | !endif |
Line 60... | Line 25... | ||
60 | <param name=retry value="$java_retry"> |
25 | <param name=retry value="$java_retry"> |
61 | <param name=prompt value="$java_prompt"> |
26 | <param name=prompt value="$java_prompt"> |
62 | <param name=replyurl |
27 | <param name=replyurl |
63 | value="$wims_ref_name?session=$wims_session.$[$wims_session_serial+1]&+$java_reply"> |
28 | value="$wims_ref_name?session=$wims_session.$[$wims_session_serial+1]&+$java_reply"> |
64 | 29 | ||
65 |
|
30 | <font color="red"><b>$wims_name_nojava</b></font> |
66 | </applet> |
31 | </applet> |
67 | </center><p> |
32 | </center><p> |
68 | |
- | |
69 | !reset java_inptype, java_background, java_bgcolor, java_retry, java_prompt, java_reply |
33 | !reset java_inptype, java_background, java_bgcolor, java_retry, java_prompt, java_reply |
70 | 34 |