Beispiel #1
0
		<td class="info2"><?php 
print _('Select nameserver set');
?>
</td>
    </tr>

    <!-- Master subnet -->
    <tr>
        <td><?php 
print _('Master Subnet');
?>
</td>
        <td>
			<?php 
if ($showDropMenuFull) {
    $Subnets->subnet_dropdown_master_only(@$subnet_old_details['masterSubnetId']);
} else {
    $Subnets->print_mastersubnet_dropdown_menu($_POST['sectionId'], @$subnet_old_details['masterSubnetId']);
}
?>
        </td>
        <td class="info2"><?php 
print _('Enter master subnet if you want to nest it under existing subnet, or select root to create root subnet');
?>
!</td>
    </tr>

    <?php 
/* set default value */
if (empty($subnet_old_details['vrfId'])) {
    $subnet_old_details['vrfId'] = "0";