From a563de5fc2f42abf16fbcfda7cf5bc5f1ce794e7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 2 Jul 2013 11:53:40 -0700 Subject: selfservice, TNG, RT#22193 --- ng_selfservice/services.php | 69 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 ng_selfservice/services.php (limited to 'ng_selfservice/services.php') diff --git a/ng_selfservice/services.php b/ng_selfservice/services.php new file mode 100644 index 000000000..ce47e9ea4 --- /dev/null +++ b/ng_selfservice/services.php @@ -0,0 +1,69 @@ + + +list_pkgs( array( + 'session_id' => $_COOKIE['session_id'], +) ); + +if ( isset($list_pkgs['error']) && $list_pkgs['error'] ) { + $error = $list_pkgs['error']; + header('Location:index.php?error='. urlencode($error)); + die(); +} + +extract($list_pkgs); + +?> + + + + + + + + +'; + $rowspan = count($pkg['cust_svc']); + if ( $rowspan == 0 ) { $rowspan = 1; } + $td = ' + + + + + + + + + + - renews on + + + + '; } ?> + + + + + + +
ProductStatusService(s)
'; +?> +
:
+
+ + +
+ +
+ + + -- cgit v1.2.1