Subversion Repositories wimsdev

Rev

Rev 15816 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15816 Rev 17173
Line 221... Line 221...
221
!else
221
!else
222
  slib_3d=0
222
  slib_3d=0
223
!endif
223
!endif
224
 
224
 
225
!if $slib_init=1 or $slib_init=2
225
!if $slib_init=1 or $slib_init=2
226
  slib_button=<input type="button" style="background-color:$wims_ref_button_bgcolor;color:$wims_ref_button_color;" value="$(name_clickgeogebra_$lang)" onclick="test$slib_number();" />
226
  slib_button=<input type="button" style="background-color:$wims_ref_button_bgcolor;color:$wims_ref_button_color;" value="$(name_clickgeogebra_$lang)" onclick="test$slib_number();">
227
  slib_fonction=$slib_appletcommand
227
  slib_fonction=$slib_appletcommand
228
!endif
228
!endif
229
!if $slib_init=1
229
!if $slib_init=1
230
  slib_commandgeneral=$slib_commandgeneral\
230
  slib_commandgeneral=$slib_commandgeneral\
231
ggbApplet$(slib_number)_tmpi=ggbApplet$slib_number.getXML();
231
ggbApplet$(slib_number)_tmpi=ggbApplet$slib_number.getXML();
Line 249... Line 249...
249
/*]]>*/\
249
/*]]>*/\
250
</script>
250
</script>
251
 
251
 
252
!if $printing=yes
252
!if $printing=yes
253
  slib_out=$slib_out\
253
  slib_out=$slib_out\
254
  <div><img id="slib_img_print$slib_number" style="width:$slib_width px;height:$slib_height px;" /></div>
254
  <div><img id="slib_img_print$slib_number" style="width:$slib_width px;height:$slib_height px;"></div>
255
!endif
255
!endif
256
 
256
 
257
!!! use to test if we have to print the onload.window at the end of the pages\
257
!!! use to test if we have to print the onload.window at the end of the pages\
258
!!! (see the tail of themes for the moment)
258
!!! (see the tail of themes for the moment)
259
!set slib_geogebra_exists=yes
259
!set slib_geogebra_exists=yes
Line 273... Line 273...
273
 
273
 
274
!reset slib_injection slib_commandgeneral
274
!reset slib_injection slib_commandgeneral
275
 
275
 
276
!if $slib_debug=true
276
!if $slib_debug=true
277
  slib_out=$slib_out \
277
  slib_out=$slib_out \
278
$slib_fonction<br />Parameters read by the applet : $slib_z1<br />The slib_data : $slib_z2 --> $slib_data\
278
$slib_fonction<br>Parameters read by the applet : $slib_z1<br>The slib_data : $slib_z2 --> $slib_data\
279
<br />slib_data_param=$slib_data_param
279
<br>slib_data_param=$slib_data_param
280
!endif
280
!endif