if(isset($_GET["thinclient"])){thinclient_popup();exit;} if(isset($_GET["thinclients-rebuild"])){thinclient_rebuild();exit;} if(isset($_GET["addthinclient"])){add_thinclient();exit;} if(isset($_GET["thinclient-list"])){thinclient_list();exit;} if(isset($_GET["delthinclient"])){del_thinclient();exit;} if(isset($_GET["STOP_VBOX"])){STOP_VBOX();exit;} if(isset($_GET["SATRT_VBOX"])){START_VBOX();exit;} if(isset($_GET["SNAP_VBOX"])){SNAP_VBOX();exit;} if(isset($_GET["tftp-infos"])){TFTP_INFOS();exit;} if(isset($_GET["dhcp-howto-js"])){DHCPD_HOWTO_JS();exit;} if(isset($_GET["dhcp-howto"])){DHCPD_HOWTO();exit;} if(isset($_GET["thinclient_compile_logs"])){thinclient_events();exit;} if(isset($_GET["thinclient_events_popup"])){thinclient_events_popup();exit;} if(isset($_GET["ShowThinClientLogsDetails"])){thinclient_events_details();exit;} if(isset($_GET["ShowThinClientLogsDetailsPopup"])){thinclient_events_details_id();exit;} if(isset($_GET["virtualizer-status"])){Virtualizer_status();exit;} js(); function DHCPD_HOWTO_JS(){ $page=CurrentPageName(); $tpl=new templates(); $title=$tpl->_ENGINE_parse_body("{HOWTO_PXE_DHCP}"); echo "YahooWin2('650','$page?dhcp-howto=yes','$title')"; }
exit; } if (isset($_GET["thinclient_compile_logs"])) { thinclient_events(); exit; } if (isset($_GET["thinclient_events_popup"])) { thinclient_events_popup(); exit; } if (isset($_GET["ShowThinClientLogsDetails"])) { thinclient_events_details(); exit; } if (isset($_GET["ShowThinClientLogsDetailsPopup"])) { thinclient_events_details_id(); exit; } if (isset($_GET["virtualizer-status"])) { Virtualizer_status(); exit; } js(); function DHCPD_HOWTO_JS() { $page = CurrentPageName(); $tpl = new templates(); $title = $tpl->_ENGINE_parse_body("{HOWTO_PXE_DHCP}"); echo "YahooWin2('650','{$page}?dhcp-howto=yes','{$title}')"; } function js()