nexus site path corrected
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / fusion / defs / definitions.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ================================================================================
4   eCOMP Portal
5   ================================================================================
6   Copyright (C) 2017 AT&T Intellectual Property
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11   
12        http://www.apache.org/licenses/LICENSE-2.0
13   
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19   ================================================================================
20   -->
21
22 <!DOCTYPE tiles-definitions PUBLIC
23        "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN"
24        "http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
25 <tiles-definitions>
26
27     <definition name="ebz_template" template="/WEB-INF/fusion/jsp/ebz_template.jsp">  
28       <put-attribute name="title" value=""></put-attribute>  
29       <put-attribute name="header" value="/WEB-INF/fusion/jsp/ebz/ebz_header.jsp"></put-attribute>  
30       <put-attribute name="body" value=""></put-attribute>
31       <put-attribute name="footer" value="/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp"></put-attribute>  
32     </definition>
33     
34     <definition name="ebz_template_noheader_nofooter" template="/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp">  
35       <put-attribute name="body" value=""></put-attribute>
36     </definition>  
37       
38      <definition extends="ebz_template" name="user_profile">  
39         <put-attribute name="body" value="/WEB-INF/jsp/user_profile.jsp"></put-attribute>
40     </definition>  
41     
42     <definition extends="ebz_template" name="profile_search">   
43         <put-attribute name="body" value="/WEB-INF/fusion/jsp/profile_search.jsp"></put-attribute>
44         <put-attribute name="viewName" value="profile_search"></put-attribute>  
45     </definition>
46     
47     <definition extends="ebz_template" name="profile">   
48         <put-attribute name="body" value="/WEB-INF/fusion/jsp/profile.jsp"></put-attribute>
49         <put-attribute name="viewName" value="profile"></put-attribute>  
50     </definition>   
51     
52         <definition extends="ebz_template" name="menu">   
53         <put-attribute name="body" value="/WEB-INF/jsp/menu.jsp"></put-attribute>
54         <put-attribute name="viewName" value="menu"></put-attribute>  
55     </definition>  
56     
57     
58     <definition extends="ebz_template" name="welcome">   
59        <put-attribute name="body" value="/WEB-INF/jsp/welcome.jsp"></put-attribute>
60        <put-attribute name="viewName" value="welcome"></put-attribute>  
61     </definition>
62     
63     <definition extends="ebz_template" name="openIdLogin">   
64        <put-attribute name="body" value="/WEB-INF/jsp/oid-login.jsp"></put-attribute>
65        <put-attribute name="viewName" value="openIdLogin"></put-attribute>  
66     </definition>
67     
68     
69     <definition extends="ebz_template" name="role_list">   
70        <put-attribute name="body" value="/WEB-INF/fusion/jsp/role_list.jsp"></put-attribute>
71        <put-attribute name="viewName" value="role_list"></put-attribute>  
72     </definition> 
73     
74     <definition extends="ebz_template" name="role">   
75        <put-attribute name="body" value="/WEB-INF/fusion/jsp/role.jsp"></put-attribute>
76        <put-attribute name="viewName" value="role"></put-attribute>  
77     </definition>    
78      
79     <definition extends="ebz_template" name="role_function_list">   
80        <put-attribute name="body" value="/WEB-INF/fusion/jsp/role_function_list.jsp"></put-attribute>
81        <put-attribute name="viewName" value="role_function_list"></put-attribute>  
82     </definition>     
83      
84     <definition extends="ebz_template" name="post_search">   
85        <put-attribute name="body" value="/WEB-INF/fusion/jsp/post_search.jsp"></put-attribute>
86        <put-attribute name="viewName" value="post_search"></put-attribute>  
87     </definition> 
88     
89      <definition extends="ebz_template" name="error">   
90        <put-attribute name="body" value="/WEB-INF/jsp/error.jsp"></put-attribute>
91        <put-attribute name="viewName" value="error"></put-attribute>  
92     </definition> 
93     
94      <definition extends="ebz_template" name="report_search">   
95        <put-attribute name="body" value="/WEB-INF/fusion/raptor/report_search.jsp"></put-attribute>
96        <put-attribute name="viewName" value="report_search"></put-attribute>  
97     </definition>  
98     
99     <definition extends="ebz_template" name="collaborate_list">   
100        <put-attribute name="body" value="/WEB-INF/fusion/jsp/collaborateList.jsp"></put-attribute>
101     </definition> 
102     
103     <definition extends="ebz_template" name="jcs_admin">   
104        <put-attribute name="body" value="/WEB-INF/fusion/jsp/jcs_admin.jsp"></put-attribute>
105        <put-attribute name="viewName" value="jcs_admin"></put-attribute> 
106     </definition>
107     
108     <definition extends="ebz_template" name="usage_list">   
109        <put-attribute name="body" value="/WEB-INF/fusion/jsp/usage_list.jsp"></put-attribute>
110        <put-attribute name="viewName" value="usage_list"></put-attribute> 
111     </definition>
112     <!-- 
113     <definition extends="ebz_template_noheader_nofooter" name="collaboration">   
114        <put-attribute name="body" value="/WEB-INF/fusion/jsp/webrtc/collaboration.jsp"></put-attribute>
115     </definition>
116     -->
117     <definition name="collaboration" template="/WEB-INF/fusion/jsp/webrtc/collaboration.jsp"/>
118     
119        
120 </tiles-definitions>