assign("node_ip", $node_ip); $smarty->assign("asset_id", $asset_id); $smarty->assign("subnet_id", $subnet_id); $smarty->assign("asset_options", db_get_options_asset()); $smarty->assign("subnet_options", db_get_options_subnet()); $smarty->display("assignnodetoasset.tpl"); include("footer.php"); ?>