8 changed files with 0 additions and 85 deletions
@ -1,5 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> |
|
||||||
<tiles-definitions> |
|
||||||
<definition name="standardLayout" templateExpression="/WEB-INF/layouts/standardLayout.jsp"/> |
|
||||||
</tiles-definitions> |
|
||||||
@ -1,7 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> |
|
||||||
<tiles-definitions> |
|
||||||
<definition name="home" extends="standardLayout"> |
|
||||||
<put-attribute name="main" value="/WEB-INF/views/home.jsp" /> |
|
||||||
</definition> |
|
||||||
</tiles-definitions> |
|
||||||
@ -1,8 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN" "https://tiles.apache.org/dtds/tiles-config_2_1.dtd"> |
|
||||||
|
|
||||||
<tiles-definitions> |
|
||||||
|
|
||||||
<definition name="mainLayout" templateExpression="/WEB-INF/layouts/main.jsp"/> |
|
||||||
|
|
||||||
</tiles-definitions> |
|
||||||
@ -1,8 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN" "https://tiles.apache.org/dtds/tiles-config_2_1.dtd"> |
|
||||||
|
|
||||||
<tiles-definitions> |
|
||||||
|
|
||||||
<definition name="form" extends="mainLayout"/> |
|
||||||
|
|
||||||
</tiles-definitions> |
|
||||||
@ -1,7 +0,0 @@ |
|||||||
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> |
|
||||||
|
|
||||||
<tiles-definitions> |
|
||||||
|
|
||||||
<definition name="index" template="/WEB-INF/index.jsp" /> |
|
||||||
|
|
||||||
</tiles-definitions> |
|
||||||
@ -1,20 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8" ?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC |
|
||||||
"-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" |
|
||||||
"https://tiles.apache.org/dtds/tiles-config_2_0.dtd"> |
|
||||||
<tiles-definitions> |
|
||||||
<definition name="base.definition" |
|
||||||
template="/WEB-INF/jsp/layout.jsp"> |
|
||||||
<put-attribute name="title" value="" /> |
|
||||||
<put-attribute name="header" value="/WEB-INF/jsp/header.jsp" /> |
|
||||||
<put-attribute name="menu" value="/WEB-INF/jsp/menu.jsp" /> |
|
||||||
<put-attribute name="body" value="" /> |
|
||||||
<put-attribute name="footer" value="/WEB-INF/jsp/footer.jsp" /> |
|
||||||
</definition> |
|
||||||
|
|
||||||
<definition name="contact" extends="base.definition"> |
|
||||||
<put-attribute name="title" value="Contact Manager" /> |
|
||||||
<put-attribute name="body" value="/WEB-INF/jsp/contact.jsp" /> |
|
||||||
</definition> |
|
||||||
|
|
||||||
</tiles-definitions> |
|
||||||
@ -1,20 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8" ?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC |
|
||||||
"-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" |
|
||||||
"https://tiles.apache.org/dtds/tiles-config_2_0.dtd"> |
|
||||||
<tiles-definitions> |
|
||||||
<definition name="base.definition" |
|
||||||
template="/WEB-INF/jsp/layout.jsp"> |
|
||||||
<put-attribute name="title" value="" /> |
|
||||||
<put-attribute name="header" value="/WEB-INF/jsp/header.jsp" /> |
|
||||||
<put-attribute name="menu" value="/WEB-INF/jsp/menu.jsp" /> |
|
||||||
<put-attribute name="body" value="" /> |
|
||||||
<put-attribute name="footer" value="/WEB-INF/jsp/footer.jsp" /> |
|
||||||
</definition> |
|
||||||
|
|
||||||
<definition name="contact" extends="base.definition"> |
|
||||||
<put-attribute name="title" value="Contact Manager" /> |
|
||||||
<put-attribute name="body" value="/WEB-INF/jsp/contact.jsp" /> |
|
||||||
</definition> |
|
||||||
|
|
||||||
</tiles-definitions> |
|
||||||
@ -1,10 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8" ?> |
|
||||||
<!DOCTYPE tiles-definitions PUBLIC |
|
||||||
"-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" |
|
||||||
"https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> |
|
||||||
|
|
||||||
<tiles-definitions> |
|
||||||
|
|
||||||
<definition name="test" template="/WEB-INF/tiles/test.jsp"/> |
|
||||||
|
|
||||||
</tiles-definitions> |
|
||||||
Loading…
Reference in new issue