%attr>
ajax => 1
%attr>
1024x768
640x480
<%perl>
if ( $m->comp('/include/config:get_key', key => 'vncenable' ) == 1 ) {
$m->comp( 'SELF:display_applet', %ARGS );
}
else {
$m->comp( 'SELF:vnc_disabled' );
}
%perl>
|
<%method vnc_disabled>
@(vnc ist nicht aktiviert. Aktivieren sie es in den)
@(Configuration)
@(Starten sie danach den KDM oder die Reelbox neu).
%method>
<%method display_applet>
<%args>
$width => $r->notes('CFG_vncwidth')
$height => $r->notes('CFG_vncheight')
%args>
%method>