id] = $lineworkeraddress->company; endforeach; foreach ($networks as $network): $Networks[$network->id] = $network->name; endforeach; foreach ($fiberplanpipemanufacturers as $fiberplanpipemanufacturer) { $colors = json_decode($fiberplanpipemanufacturer->colors, true); $pipemanufacturercolors[$fiberplanpipemanufacturer->id]['colors'] = $colors; } foreach ($fiberplanpipes as $fiberplanpipe) { $fiberPlanPipe[$fiberplanpipe->id]['description'] = $fiberplanpipe->description; $fiberPlanPipe[$fiberplanpipe->id]['type'] = $fiberplanpipe->type; $fiberPlanPipe[$fiberplanpipe->id]['type_description'] = $fiberplanpipe->type_description; $fiberPlanPipe[$fiberplanpipe->id]['startpoint_network_id'] = $fiberplanpipe->startpoint_network_id; $fiberPlanPipe[$fiberplanpipe->id]['endpoint_network_id'] = $fiberplanpipe->endpoint_network_id; $fiberPlanPipe[$fiberplanpipe->id]['fiberPlanPipeManufacturer_id'] = $fiberplanpipe->fiberPlanPipeManufacturer_id; $fiberPlanPipe[$fiberplanpipe->id]['pipe7x4'] = $fiberplanpipe->pipe7x4; $fiberPlanPipe[$fiberplanpipe->id]['pipe14x10'] = $fiberplanpipe->pipe14x10; } ?>

Kabelverzeichnis

Liste aller Kabelverzeichnis

fiberPlanPipe_id]['startpoint_network_id'] == $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['endpoint_network_id']) { $networkName = $Networks[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['startpoint_network_id']]; } else { $networkName = $Networks[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['startpoint_network_id']] . " / " . $Networks[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['endpoint_network_id']]; } if ($fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['type'] == "3") { if ($fiberplancable->fiberPlanPipe_sub <= $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4'] && $fiberplancable->fiberPlanPipe_sub <= 12) { $color = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 1]['color']; $striped = ""; $height = "10px"; $title = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 1]['colordescription']; $description = '7x4 '; } else if ($fiberplancable->fiberPlanPipe_sub <= $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4'] && $fiberplancable->fiberPlanPipe_sub > 12) { $striped = 'style="background-color: #000;height: 100%;width: 45%;text-align: center;margin-left: auto;margin-right: auto;"'; $color = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 13]['color']; $height = "10px"; $title = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 13]['colordescstriped']; $description = '7x4 '; } else if ($fiberplancable->fiberPlanPipe_sub - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4'] <= $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe14x10'] && $fiberplancable->fiberPlanPipe_sub - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4'] <= 12) { $color = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 1 - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4']]['color']; $striped = ""; $height = "12px"; $title = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 1 - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4']]['colordescription']; $description = '14x10 '; } else if ($fiberplancable->fiberPlanPipe_sub - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4'] <= $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe14x10'] && $fiberplancable->fiberPlanPipe_sub - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4'] > 12) { $color = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 13 - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4']]['color']; $striped = 'style="background-color: #000;height: 100%;width: 45%;text-align: center;margin-left: auto;margin-right: auto;"'; $height = "12px"; $title = $pipemanufacturercolors[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['fiberPlanPipeManufacturer_id']]['colors'][$fiberplancable->fiberPlanPipe_sub - 13 - $fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['pipe7x4']]['colordescstriped']; $description = '14x10 '; } if ($color == "#ffffff" || $color == "#ffff01" || $color == "#01ffff") { $border = 'border:1px solid #9d9d9d;'; } else { $border = ""; } $subPipe = '
' . $description . '' . $title . '
'; } else { $subPipe = '
' . $type_descrition_definition[$fiberPlanPipe[$fiberplancable->fiberPlanPipe_id]['type_description']] . '
'; } $responsible=$responsibleOption[$fiberplancable->responsible]; if ($fiberplancable->address_id) { $responsible.=" ".$Lineworker[$fiberplancable->address_id]; if ($fiberplancable->responsible_text) { $responsible.=" (".$fiberplancable->responsible_text.")"; } } else if ($fiberplancable->responsible_text) { $responsible.=" ".$fiberplancable->responsible_text; } ?>
Bezeichnung Fasern / Dm. Netzgebiet(e) Verwendete(s) Rohr(e) Länge (M) Zuständig Status
$fiberplancable->id]) ?>">description ?> fibers] . " / " . $fiberplancable->diameter." mm" ?> fiberPlanPipe_id]['description'] ?> lenght ?> state] ?> $fiberplancable->id]) ?>"> $fiberplancable->id]) ?>" onclick="if(!confirm('Kabelverzeichnis wirklich löschen?')) return false;" class="text-danger" title="Löschen">