Improve error page styling

This commit is contained in:
Paulo Gustavo Veiga
2022-01-10 19:12:58 -08:00
parent 618ea57d17
commit b1b8dde547
11 changed files with 71 additions and 160 deletions

View File

@@ -13,15 +13,9 @@
<definition name="mindmapList" template="/jsp/reactInclude.jsp"/>
<!-- Template Declaration -->
<definition name="pageTemplate" template="/jsp/template.jsp">
<definition name="errorTemplate" template="/jsp/errorTemplate.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">
<put-attribute name="body" value="/jsp/errorTemplate.jsp"/>
</definition>
<!-- Error Pages -->