' . '' . '' . '%s' . '' . ''; // Display a term/definition pair function showDef($show, $term, $def) { if($show) { print('
' . $term . '
'); print('
' . htmlspecialchars($def) . '
'); } } // Display a term/definition pair with a button function showDefBtn($show, $term, $def, $ifval, $btnlbl) { global $formtemplate; if($show) { print('
' . $term . '
'); print('
'); printf($formtemplate, $term, $ifvalue, $show, htmlspecialchars($def) . ' ', $btnlbl); print('
'); } } $pgtitle = array(gettext("Status"),gettext("Interfaces")); $shortcut_section = "interfaces"; include("head.inc"); $ifdescrs = get_configured_interface_with_descr(false, true); foreach ($ifdescrs as $ifdescr => $ifname): $ifinfo = get_interface_info($ifdescr); $mac_man = load_mac_manufacturer_table(); ?>

(, )