id] = $network->name; } foreach ($pipworkeraddresses as $pipworkeraddress) { $Pipeworker[$pipworkeraddress->id] = $pipworkeraddress->company; } ?>

Rohrverzeichnisse

Liste aller Rohrverzeichnisse

id] as $fiberplanpipeEndpoint) { if ($fiberplanpipeEndpoint->pop_id) { $networks[$fiberplanpipeEndpoint->pop->network->name] = $fiberplanpipeEndpoint->pop->network->name; $endpoints[] = '(P) ' . $fiberplanpipeEndpoint->pop->name; } else if ($fiberplanpipeEndpoint->building_id) { $networks[$fiberplanpipeEndpoint->building->network->name] = $fiberplanpipeEndpoint->building->network->name; $endpoints[] = '(B) ' . $fiberplanpipeEndpoint->building->street . " " . $fiberplanpipeEndpoint->building->number; } else if ($fiberplanpipeEndpoint->fiberPlanDispatcher_id) { $networks[$fiberplanpipeEndpoint->fiberPlanDispatcher->network->name] = $fiberplanpipeEndpoint->fiberPlanDispatcher->network->name; if ($fiberplanpipeEndpoint->fiberPlanDispatcher->object_type == "1") { $endpoints[] = '(V) ' . $fiberplanpipeEndpoint->fiberPlanDispatcher->description; } elseif ($fiberplanpipeEndpoint->fiberPlanDispatcher->object_type == "2") { $endpoints[] = '(S) ' . $fiberplanpipeEndpoint->fiberPlanDispatcher->description; } else if ($fiberplanpipeEndpoint->fiberPlanDispatcher->object_type == "3") { $endpoints[] = '(G) ' . $fiberplanpipeEndpoint->fiberPlanDispatcher->description; } else if ($fiberplanpipeEndpoint->fiberPlanDispatcher->object_type == "4") { $endpoints[] = '(A) ' . $fiberplanpipeEndpoint->fiberPlanDispatcher->description; } } } if ($fiberplanpipe->type == "3") { $name = ""; if ($fiberplanpipe->fiberPlanPipeTemplate->pipe7x4 && $fiberplanpipe->fiberPlanPipeTemplate->pipe14x10) { $name = $fiberplanpipe->fiberPlanPipeTemplate->fiberPlanPipeManufacturer->name . " " . $fiberplanpipe->fiberPlanPipeTemplate->pipe7x4 . "*7x4" . "/" . $fiberplanpipe->fiberPlanPipeTemplate->pipe14x10 . "*14x10"; } else if ($fiberplanpipe->fiberPlanPipeTemplate->pipe7x4) { $name = $fiberplanpipe->fiberPlanPipeTemplate->fiberPlanPipeManufacturer->name . " " . $fiberplanpipe->fiberPlanPipeTemplate->pipe7x4 . "*7x4"; } else if ($fiberplanpipe->fiberPlanPipeTemplate->pipe14x10) { $name = $fiberplanpipe->fiberPlanPipeTemplate->fiberPlanPipeManufacturer->name . " " . $fiberplanpipe->fiberPlanPipeTemplate->pipe14x10 . "*14x10"; } $typeDescription = $name; // } else { $typeDescription = $dimension_v1Option[$fiberplanpipe->type_description]; } $startpoint = '' . $starting_pointOption[$fiberplanpipe->startpoint_type] . "/" . $buildings[$fiberplanpipe->startpoint_type][$fiberplanpipe->startpoint]['name'] . ''; $endpoint = '' . $starting_pointOption[$fiberplanpipe->entpoint_type] . "/" . $buildings[$fiberplanpipe->entpoint_type][$fiberplanpipe->endpoint]['name'] . ''; $responsible = $responsibleOption[$fiberplanpipe->responsible]; if ($fiberplanpipe->address_id) { $responsible .= " " . $Pipeworker[$fiberplanpipe->address_id]; if ($fiberplanpipe->responsible_text) { $responsible .= " (" . $fiberplanpipe->responsible_text . ")"; } } else { $responsible .= " " . $fiberplanpipe->responsible_text; } if ($fiberplanpipe->startpoint_network_id == $fiberplanpipe->endpoint_network_id) { $networkName = $Network[$fiberplanpipe->startpoint_network_id]; } else { $networkName = $Network[$fiberplanpipe->startpoint_network_id] . " / " . $Network[$fiberplanpipe->endpoint_network_id]; } ?>
Bezeichnung Type/Bezeichnung Länge (m) Netzgebiet(e) Anfangspunkt Endpunkt Zuständig Status
$fiberplanpipe->id]) ?>">description ?> type] . " / " . $typeDescription ?> length ?> status] ?> $fiberplanpipe->id]) ?>"> $fiberplanpipe->id]) ?>" onclick="if(!confirm('Rohrverzeichnis wirklich löschen?')) return false;" class="text-danger" title="Löschen">