2021-12-24 18:03:23 -08:00
|
|
|
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
|
2012-06-16 14:32:26 -03:00
|
|
|
|
|
|
|
<tiles-definitions>
|
|
|
|
|
|
|
|
<definition name="homepage" template="/jsp/homepage.jsp"/>
|
|
|
|
<definition name="mindmapEmbedded" template="/jsp/mindmapEmbed.jsp"/>
|
|
|
|
<definition name="mindmapEditor" template="/jsp/mindmapEditor.jsp"/>
|
2022-01-08 10:32:49 -08:00
|
|
|
<definition name="mindmapPrint" template="/jsp/mindmapViewonly.jsp"/>
|
2012-06-16 14:32:26 -03:00
|
|
|
|
2021-12-24 18:03:23 -08:00
|
|
|
<definition name="login" template="/jsp/reactInclude.jsp"/>
|
|
|
|
<definition name="registration" template="/jsp/reactInclude.jsp"/>
|
|
|
|
<definition name="forgot-password" template="/jsp/reactInclude.jsp"/>
|
|
|
|
<definition name="mindmapList" template="/jsp/reactInclude.jsp"/>
|
2012-06-21 20:16:13 -03:00
|
|
|
|
2012-06-16 14:32:26 -03:00
|
|
|
<!-- Template Declaration -->
|
|
|
|
<definition name="pageTemplate" template="/jsp/template.jsp">
|
|
|
|
<put-attribute name="title" value="" type="string"/>
|
|
|
|
<put-attribute name="details" value="" type="string"/>
|
|
|
|
<put-attribute name="body" value="/jsp/error.jsp" type="page"/>
|
|
|
|
</definition>
|
|
|
|
|
|
|
|
|
|
|
|
<definition name="errorTemplate" extends="pageTemplate">
|
2012-06-16 15:59:59 -03:00
|
|
|
<put-attribute name="body" value="/jsp/errorTemplate.jsp"/>
|
2012-06-16 14:32:26 -03:00
|
|
|
</definition>
|
|
|
|
|
|
|
|
<!-- Error Pages -->
|
|
|
|
<definition name="unexpectedError" extends="errorTemplate">
|
|
|
|
<put-attribute name="title" value="UNEXPECTED_ERROR"/>
|
|
|
|
<put-attribute name="details" value="UNEXPECTED_ERROR_DETAILS"/>
|
2012-08-14 23:55:13 -03:00
|
|
|
<put-attribute name="logError" value="true"/>
|
2012-06-16 14:32:26 -03:00
|
|
|
</definition>
|
|
|
|
|
|
|
|
<definition name="securityError" extends="errorTemplate">
|
|
|
|
<put-attribute name="title" value="NO_ENOUGH_PERMISSIONS"/>
|
|
|
|
<put-attribute name="details" value="NO_ENOUGH_PERMISSIONS_DETAILS"/>
|
2012-08-14 23:55:13 -03:00
|
|
|
</definition>
|
|
|
|
|
2012-06-16 14:32:26 -03:00
|
|
|
</tiles-definitions>
|