From 4ad39a5c96dd99acf819ce189b13fec946d7506b Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Feb 2017 15:03:57 -0500 Subject: Initial OpenECOMP Portal commit Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila --- ecomp-portal-BE/war/WEB-INF/fusion/jsp/.gitignore | 0 .../war/WEB-INF/fusion/jsp/collaborateList.jsp | 101 ++++ .../war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp | 63 +++ .../war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp | 303 ++++++++++++ .../war/WEB-INF/fusion/jsp/ebz_template.jsp | 44 ++ .../fusion/jsp/ebz_template_noheader_nofooter.jsp | 35 ++ ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp | 30 ++ .../war/WEB-INF/fusion/jsp/jcs_admin.jsp | 149 ++++++ ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp | 35 ++ .../war/WEB-INF/fusion/jsp/popup_modal.html | 311 ++++++++++++ .../war/WEB-INF/fusion/jsp/popup_modal_role.html | 257 ++++++++++ .../fusion/jsp/popup_modal_rolefunction.html | 87 ++++ .../war/WEB-INF/fusion/jsp/post_search.jsp | 370 ++++++++++++++ ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp | 442 +++++++++++++++++ .../war/WEB-INF/fusion/jsp/profile_search.jsp | 100 ++++ ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp | 298 ++++++++++++ .../war/WEB-INF/fusion/jsp/role_function_list.jsp | 225 +++++++++ .../war/WEB-INF/fusion/jsp/role_list.jsp | 147 ++++++ .../war/WEB-INF/fusion/jsp/usage_list.jsp | 99 ++++ .../WEB-INF/fusion/jsp/webrtc/collaboration.jsp | 529 +++++++++++++++++++++ 20 files changed, 3625 insertions(+) create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/.gitignore create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/jcs_admin.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal.html create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_role.html create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_rolefunction.html create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/post_search.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile_search.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_function_list.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_list.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/usage_list.jsp create mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/webrtc/collaboration.jsp (limited to 'ecomp-portal-BE/war/WEB-INF/fusion/jsp') diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/.gitignore b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp new file mode 100644 index 00000000..21497518 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp @@ -0,0 +1,101 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + + + + + + + + + + + +<%@ include file="/WEB-INF/fusion/jsp/popup_modal.html" %> +
+
+

Collaborate List

+
+ + + + + + + + + + + + + + + + + + + + + + +
User IDLast NameFirst NameEmailATTUIDOnline/Offline
{{rowData.id}}{{rowData.lastName}}{{rowData.firstName}}{{rowData.email}}{{rowData.sbcid}} + Offline + Online +
+
+
+ +
+ + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp new file mode 100644 index 00000000..ae72af66 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp @@ -0,0 +1,63 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + +
+
+ +
+ +
+ +
+
+
+ + +
+
+
+ +
+ +
+
+
+
+
+
diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp new file mode 100644 index 00000000..e4cd224c --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp @@ -0,0 +1,303 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + <%@ page isELIgnored ="false" %> + <%@ page import="org.openecomp.portalsdk.core.util.SystemProperties" %> + + + + + + +
+
+
+
+
+ +
+ +
+ Manage +
+
+ Support + +
+ +
+
+ <%--
+ + +
+
${ociUserName}
+
+ +
+
--%> + + + + +
+
+
+ + + + + + + + <%-- + + + + --%> +
+
+ + + + + + + + + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template.jsp new file mode 100644 index 00000000..32010111 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template.jsp @@ -0,0 +1,44 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> +<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%> + + + + <%@ include file="/WEB-INF/fusion/jsp/meta.jsp" %> + + + +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp new file mode 100644 index 00000000..c3f9fef9 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp @@ -0,0 +1,35 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> +<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%> + + + <%@ include file="/WEB-INF/fusion/jsp/meta.jsp" %> + +
+ +
+
+ +
+
+ +
+ + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp new file mode 100644 index 00000000..e4ca6e4b --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp @@ -0,0 +1,30 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> +<%@ page import="org.openecomp.portalsdk.core.util.SystemProperties" %> +<%@ page import="org.openecomp.portalsdk.core.web.support.AppUtils" %> + +<%@ page import="java.util.LinkedHashMap" %> + + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/jcs_admin.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/jcs_admin.jsp new file mode 100644 index 00000000..bf56c56b --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/jcs_admin.jsp @@ -0,0 +1,149 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> +<%-- <%@ include file="/WEB-INF/fusion/jsp/include.jsp"%> --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + + + + + +
+

Cache Regions

+ These are the regions which are currently defined in the cache. 'Items' and 'Bytes' refer to the elements currently in memory (not spooled). + You can clear all items for a region by clicking on the Clear icon next to the desired region below. You can also clear all regions which + empties the entire cache.

+ +
+
+
Cache Name
+
# of Items
+
Bytes
+
Status
+
Memory Hits
+
Aux Hits
+
Not Found Misses
+
Expired Misses
+
Clear?
+
Items
+
+
+
+ +
{{region.size}}
+
{{region.byteCount}}
+
{{region.status}}
+
{{region.hitCountRam}}
+
{{region.hitCountAux}}
+
{{region.missCountNotFound}}
+
{{region.missCountExpired}}
+
+
+
+
+
+
+ +
Key
+
Eternal?
+
Created
+
Max Life
+
Expires
+
Clear?
+
+
+
+ + +
{{item.eternal}}
+
{{item.createTime}}
+
{{item.maxLifeSeconds}}
+
{{item.expiresInSeconds}}
+
+
+
+
+
+
+
+ + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp new file mode 100644 index 00000000..1899b79f --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp @@ -0,0 +1,35 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + + + + + + + + + + + + + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal.html b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal.html new file mode 100644 index 00000000..82c5616f --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal.html @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_role.html b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_role.html new file mode 100644 index 00000000..eae53e4f --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_role.html @@ -0,0 +1,257 @@ + + + + + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_rolefunction.html b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_rolefunction.html new file mode 100644 index 00000000..958333de --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_rolefunction.html @@ -0,0 +1,87 @@ + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/post_search.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/post_search.jsp new file mode 100644 index 00000000..3e0b16ab --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/post_search.jsp @@ -0,0 +1,370 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> +<%@ page import="java.util.*" %> +<%@ page import="com.fasterxml.jackson.databind.ObjectMapper" %> +<%@ page import="org.json.JSONObject" %> + +<%-- <%@ include file="/WEB-INF/fusion/jsp/include.jsp"%> --%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + + +
+ +

WEBPHONE Search

+ <%--

+
+

--%> +
+ Please enter search criteria below:
+ +
+ Last Name:
+ +
+ +
+ First Name:
+ +
+ +
+ ATTUID:
+ +
+ +
+ Manager ATTUID:
+ +
+
+
+ Organization:
+ +
+ +
+ Email:
+ +
+
+ +
+ + + +
+
+ {{noResultsString}} +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NoNameATTUIDOrganizationPhoneEmailImport?
+ {{$index + 1}} + +
+ {{profile.lastName}}, {{profile.firstName}} +
+ + +
+ {{profile.sbcid}} + + {{profile.orgCode}} + + {{profile.phone}} + + {{profile.email}} + +
+
+ +
+
+
+ Exists +
+
+
+ Rows Per Page: + +
+
+ Current Page: + +
+
+ Total Page(s): + +
+ +
+ +
+ +
+ + + + +
+ diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp new file mode 100644 index 00000000..7e10a213 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp @@ -0,0 +1,442 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> +<%@ page import="org.openecomp.portalsdk.core.domain.User"%> +<%@ page import="org.openecomp.portalsdk.core.web.support.UserUtils"%> + +<%@page import="org.openecomp.portalsdk.core.web.support.ControllerProperties"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +<%@ include file="/WEB-INF/fusion/jsp/include.jsp"%> + +
+

+ + +

Profile Edit

+
+ +

Profile Edit

+
+
+

+
+ +
+ + Please edit the profile details below: 

+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+
+
+ +
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+
+ + + +
+ + + + + + + + + + + + + + + + +
NameRemove?
{{ role.name }} + +
+ + +
+ + + + + + + + + + + + + + +
Role
+
+ +
+
{{ availableRole.name }}
+
+ +
+ + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile_search.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile_search.jsp new file mode 100644 index 00000000..e7ad5762 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile_search.jsp @@ -0,0 +1,100 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + + + + + + + + + + + +<%@ include file="/WEB-INF/fusion/jsp/popup_modal.html" %> +
+
+

Profile Search

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
User IDLast NameFirst NameEmailATTUIDManager ATTUIDEditActive?
{{rowData.id}}{{rowData.lastName}}{{rowData.firstName}}{{rowData.email}}{{rowData.sbcid}}{{rowData.managerId}} +
+ +
+
+
+
+ +
+ + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp new file mode 100644 index 00000000..e1c100db --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp @@ -0,0 +1,298 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + +<%@ include file="/WEB-INF/fusion/jsp/include.jsp"%> --%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + + + +<%@ include file="/WEB-INF/fusion/jsp/popup_modal_role.html" %> + +
+ +
+
+

+ + +

Role Edit

+
+ +

Role Create

+
+
+

+
+ +
+ +
+ Please edit the role details below: 
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+
+ + +
+ + + + + + + + + + + + + + +
NameRemove?
{{ roleFunction.name }} +
+
+ Manage Role Functions

+ +
+ + +
+ + + + + + + + + + + + + + +
NameRemove?
{{ role.name }} +
+
+ +
+ + + + + + + + + + + + + + +
Role
+
+ +
+
{{ availableRole.name }}
+
+
+ + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_function_list.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_function_list.jsp new file mode 100644 index 00000000..51aea051 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_function_list.jsp @@ -0,0 +1,225 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + +<%-- <%@ include file="/WEB-INF/fusion/jsp/include.jsp" %> --%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + + + +<%@ include file="/WEB-INF/fusion/jsp/popup_modal_rolefunction.html" %> +
+
+ +

Role Functions

+ + +

+ +
+ +
+ Click on the edit icon to update a role function, the plus icon to add additional role functions, or the delete icon to remove them. +
+
+ + + + + + + + + + + + + + + + + +
NameCodeEdit?Delete?
{{ availableRoleFunction.name }}{{ availableRoleFunction.code }} + +
+
+ +
+
+
+ + + + + + +
+ +
+
+ +
+
+
+
+ +
+
+ + +
+ +
+ + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_list.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_list.jsp new file mode 100644 index 00000000..f35d975e --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_list.jsp @@ -0,0 +1,147 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + +<%-- <%@ include file="/WEB-INF/fusion/jsp/include.jsp" %> --%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + +
+

Roles

+
+
+Click on a Role to view its details. + +
+
+ + + + + + + + + + + + + + + + + + +
NamePriorityActive?Delete?
{{ availableRole.name }}{{ availableRole.priority }} +
+ +
+
+
+
+
+ +
+ +
+ +
+ + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/usage_list.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/usage_list.jsp new file mode 100644 index 00000000..11e2439e --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/usage_list.jsp @@ -0,0 +1,99 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + +<%-- <%@ include file="/WEB-INF/fusion/jsp/include.jsp" %> --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + + + + + + + + + + + + +
+
+

+ Usage +

+
+
+ The following shows all users currently logged into the application. Click the icon to expel a user from the application. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Current User Sessions
User IdUser NameEmailLast Access Time (minutes)Time Remaining (minutes)Expel?
{{user.id}}{{user.lastName}}{{user.email}}{{user.lastAccess}}{{user.remaining}}
Current Session
+
+
+
+
+ + + + + diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/webrtc/collaboration.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/webrtc/collaboration.jsp new file mode 100644 index 00000000..b0480d45 --- /dev/null +++ b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/webrtc/collaboration.jsp @@ -0,0 +1,529 @@ +<%-- + ================================================================================ + eCOMP Portal + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ================================================================================ + --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+
+ + +
+ + +
+ --> + + +
+ + + +
+ +
+ +
+ + + +
+ + + + + + + -- cgit 1.2.3-korg