Ejemplo n.º 1
0
} elseif (@$orphaned) {
    print "<p class='alert alert-warning'>" . _('Orphaned IP addresses for subnet') . " <strong>{$subnet['description']}</strong> (" . sizeof($addresses) . " orphaned) <br><span class='text-muted' style='font-size:12px;margin-top:10px;'>" . _('This happens if subnet contained IP addresses when new child subnet was created') . "'<span></p>";
} else {
    print _("IP addresses belonging to ALL nested subnets");
}
# print page # if present
if (sizeof($addresses) > $page_limit) {
    print " (<span class='stran'>" . _('Page') . " {$_REQUEST['sPage']}/{$page_repeats}</span>)";
}
?>
</h4>

<!-- pagination -->
<?php 
if (sizeof($addresses) > $page_limit) {
    $Addresses->print_pagination($_REQUEST['sPage'], $page_repeats);
}
?>


<!-- table -->
<table class="ipaddresses normalTable table table-striped table-condensed table-hover table-full table-top">

<!-- headers -->
<tbody>
<tr class="th">

	<?php 
# set sort icon!
if ($sort['direction'] == 'asc') {
    $icon = "<i class='fa fa-angle-down'></i> ";