{$description}
CARD; // If we don't have any parameter for the bridge, we print a generic form to load it. if(count($bridgeElement->parameters) == 0) { $card .= HTMLUtils::getFormHeader($bridgeName); if ($isActive){ if(defined('PROXY_URL') && PROXY_BYBRIDGE){ $idArg = 'arg-' . urlencode($bridgeName) . '-' . urlencode('proxyoff') . '-' . urlencode('_noproxy'); $card .= '' . PHP_EOL; $card .= '' . $bridgeElement->maintainer . '
'; $card .= ''; return $card; } private static function getHelperButtonsFormat($formats){ $buttons = ''; foreach( $formats as $name){ $buttons .= '' . PHP_EOL; } return $buttons; } private static function getFormHeader($bridge){ return <<