<? @include_once("../../includes/common.php"); ?> <? if($panel && is_array($panel)) { if(is_numeric($panel['panel_height'])) $panel['panel_height'].="px"; $visible=""; if($panel['panel_visible']!="all") $visible=$panel['panel_visible']; ?> <div class="panel panel-default panel-theme-<?=$_DOMOTIKA['gui_theme']?> col-lg-<?=$panel['panel_cols']?> panel-media-low <?=$visible?>" style="height: <?=$panel['panel_height']?>"> <? if($panel['panel_title']!="") { ?> <div class="panel-heading panel-head-theme-<?=$_DOMOTIKA['gui_theme']?>"><h2 class="panel-title"><?=$panel['panel_title']?></h2></div> <? } $height=""; $dmfull=""; if($panel['panel_height']!="" && intval($panel['panel_height'])>0) { $height="style=\"height:".$panel['panel_height']."\""; $dmheight="style=\"height:".strval(intval($panel['panel_height'])-30)."px\""; if(endsWith($panel['panel_height'], '%')) { $dmfull="domotika-panel-full"; $dmheight="style=\"height:100%;\""; } } elseif($panel['panel_height']!="" && intval($panel['panel_height'])==0) { $height="style=\"height:100%;\""; $dmfull="domotika-panel-full"; $dmheight="style=\"height:100%;\""; } ?> <div class="domotika-panel <?=$dmfull;?>" <?=$dmheight;?>> <? ?> <button type="button" class="btn btn-lg btn-primary" style="height:50%;width:30%;margin-top:3px;">Primary button</button> <button type="button" class="btn btn-lg btn-primary" style="height:50%;width:30%;margin-top:3px;">Primary button</button> <button type="button" class="btn btn-lg btn-primary" style="height:50%;width:30%;margin-top:3px;">Primary button</button> <button type="button" class="btn btn-lg btn-primary" style="height:50%;width:30%;margin-top:3px;">Primary button</button> <button type="button" class="btn btn-lg btn-primary" style="height:50%;width:30%;margin-top:3px;">Primary button</button> <button type="button" class="btn btn-lg btn-primary" style="height:50%;width:30%;margin-top:3px;">Primary button</button> </div> </div> <?}?>