@include("../includes/common.php"); //print_r($button); $onTemplate="success"; $button_checked=""; $button_switchar=array( IKAP_CTX_LIGHT, IKAP_CTX_SOCKET, IKAP_CTX_VALVE, IKAP_CTX_GENERIC_SWITCH, IKAP_CTX_PUMP, IKAP_CTX_MOTOR ); $button_text=$button['text_off']; $button_checked="btn-".$dmcolors[$button['color_off']]; if(intval($button['status'])>0) { $button_checked="btn-".$dmcolors[$button['color_on']]; $button_text=$button['text_on']; } ?>