Rev 6826 | Rev 9834 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6826 | Rev 7692 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | :proc |
16 | :proc |
17 | !set name_clickgeogebra_fr=Initialiser |
17 | !set name_clickgeogebra_fr=Initialiser |
18 | 18 | ||
19 | !default name_clickgeogebra_$lang=Init |
19 | !default name_clickgeogebra_$lang=Init |
20 | 20 | ||
21 | !reset slib_out |
21 | !reset slib_out |
22 | 22 | ||
23 | slib_data=!trim $wims_read_parm |
23 | slib_data=!trim $wims_read_parm |
24 | 24 | ||
25 | slib_data= !items2lines $wims_read_parm |
25 | slib_data= !items2lines $wims_read_parm |
26 | slib_data=!replace internal $ $ by $\ |
26 | slib_data=!replace internal $ $ by $\ |
Line 157... | Line 157... | ||
157 | !if $slib_first != customToolBar |
157 | !if $slib_first != customToolBar |
158 | slib_appletoption=!append line $slib_first=$(slib_$slib_first) to $slib_appletoption |
158 | slib_appletoption=!append line $slib_first=$(slib_$slib_first) to $slib_appletoption |
159 | !else |
159 | !else |
160 | slib_appletoption=!append line $slib_first=$(slib_$(slib_first)1) to $slib_appletoption |
160 | slib_appletoption=!append line $slib_first=$(slib_$(slib_first)1) to $slib_appletoption |
161 | !endif |
161 | !endif |
162 | !else |
162 | !else |
163 | !if $slib_first iswordof $slib_js_parm |
163 | !if $slib_first iswordof $slib_js_parm |
164 | slib_appletcommand=!append line myapplet.$slib_line; to $slib_appletcommand |
164 | slib_appletcommand=!append line myapplet.$slib_line; to $slib_appletcommand |
165 | slib_geogebracommand=!append line $slib_line to $slib_geogebracommand |
165 | slib_geogebracommand=!append line $slib_line to $slib_geogebracommand |
166 | !else |
166 | !else |
167 | !if $slib_first notwordof height width |
167 | !if $slib_first notwordof height width |