[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-BE-os / src / main / webapp / WEB-INF / 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 extends="ebz_template" name="leafletMap">   
28        <put-attribute name="body" value="/WEB-INF/jsp/leafletMap.jsp"></put-attribute>
29     </definition>  
30     
31     <definition extends="ebz_template" name="callflow">   
32        <put-attribute name="body" value="/WEB-INF/fusion/jsp/sequence/details.jsp"></put-attribute>
33     </definition>
34     
35  
36     <definition name="net_map_int" template="/WEB-INF/jsp/net_map.jsp"/>
37
38 </tiles-definitions>