diff --git a/Layout/default/Cpeprovisioning/Index.php b/Layout/default/Cpeprovisioning/Index.php new file mode 100644 index 000000000..533b5f9c6 --- /dev/null +++ b/Layout/default/Cpeprovisioning/Index.php @@ -0,0 +1,242 @@ + + + +
| Netzgebiet | +Service PIN | +Kunde | +Produkt | +Access Type | +VLANs | ++ |
|---|---|---|---|---|---|---|
| =($product->termination_id) ? $product->termination->building->network->name : $product->order->owner->zip." ".$product->order->owner->city?> | +=$product->order->owner->spin?> | +=$product->order->owner->getCompanyOrName()?> | +=$product->product->name?> | +=$product->product->attributes['bras_type']->value?> | ++ termination_id): ?> + Public: =$product->termination->building->pop->vlan_public?> + NAT: =$product->termination->building->pop->vlan_nat?> + IPv6: =$product->termination->building->pop->vlan_ipv6?> + + Public: =$product->product->attributes['vlan_default_public']->value?> + NAT: =$product->product->attributes['vlan_default_nat']->value?> + IPv6: =$product->product->attributes['vlan_default_ipv6']->value?> + + | ++ order->products as $prod) { + if(is_array($prod->product->attributes) && count($prod->product->attributes)) { + if(array_key_exists("hw_only", $prod->product->attributes)) { + if($prod->product->attributes["hw_only"]->value) { + $hw = true; + } + } + if(array_key_exists("voip_chan", $prod->product->attributes)) { + if($prod->product->attributes["voip_chan"]->value) { + $voip = true; + } + } + if(array_key_exists("vot", $prod->product->attributes)) { + if($prod->product->attributes["vot"]->value) { + $vot = true; + } + } + if($hw && $voip_chan) { + break; + } + } + } + ?> + =($vot) ? "" : ""?> + =($hw) ? "" : ""?> + =($voip) ? "" : ""?> + =($product->order->note) ? "order->note)."'>" : ""?> + | +
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ />
+
+
+
+
+
+ />
+
+
+
+
+
+ />
+
+
+
+
+
+ />
+
+
+
+
+
+
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ + | |||||