From b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 Mon Sep 17 00:00:00 2001 From: st782s Date: Thu, 4 May 2017 07:48:42 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8 Signed-off-by: st782s --- 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 deletions(-) delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/.gitignore delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/jcs_admin.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal.html delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_role.html delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_rolefunction.html delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/post_search.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile_search.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_function_list.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_list.jsp delete mode 100644 ecomp-portal-BE/war/WEB-INF/fusion/jsp/usage_list.jsp delete 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 deleted file mode 100644 index e69de29b..00000000 diff --git a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp b/ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp deleted file mode 100644 index 21497518..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/collaborateList.jsp +++ /dev/null @@ -1,101 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index ae72af66..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp +++ /dev/null @@ -1,63 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index e4cd224c..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz/ebz_header.jsp +++ /dev/null @@ -1,303 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index 32010111..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template.jsp +++ /dev/null @@ -1,44 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index c3f9fef9..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp +++ /dev/null @@ -1,35 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index e4ca6e4b..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/include.jsp +++ /dev/null @@ -1,30 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index bf56c56b..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/jcs_admin.jsp +++ /dev/null @@ -1,149 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index 1899b79f..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/meta.jsp +++ /dev/null @@ -1,35 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index 82c5616f..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index eae53e4f..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_role.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - 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 deleted file mode 100644 index 958333de..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/popup_modal_rolefunction.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - 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 deleted file mode 100644 index 3e0b16ab..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/post_search.jsp +++ /dev/null @@ -1,370 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index 7e10a213..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile.jsp +++ /dev/null @@ -1,442 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index e7ad5762..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/profile_search.jsp +++ /dev/null @@ -1,100 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index e1c100db..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role.jsp +++ /dev/null @@ -1,298 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index 51aea051..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_function_list.jsp +++ /dev/null @@ -1,225 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index f35d975e..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/role_list.jsp +++ /dev/null @@ -1,147 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index 11e2439e..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/usage_list.jsp +++ /dev/null @@ -1,99 +0,0 @@ -<%-- - ================================================================================ - 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 deleted file mode 100644 index b0480d45..00000000 --- a/ecomp-portal-BE/war/WEB-INF/fusion/jsp/webrtc/collaboration.jsp +++ /dev/null @@ -1,529 +0,0 @@ -<%-- - ================================================================================ - 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