Juan Hernandez has posted comments on this change. Change subject: userportal,webadmin: brand 404 error pages. ......................................................................
Patch Set 1: Code-Review+1 (2 comments) .................................................... File backend/manager/modules/root/src/main/webapp/WEB-INF/404.jsp Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" Line 4: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Line 5: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> Line 6: <head> Line 7: <!-- <meta http-equiv="refresh" content="0;URL='/ovirt-engine'" /> --> Need this comment? Line 8: <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> Line 9: <title>Page not found</title> Line 10: <c:if test="${requestScope['brandingStyle'] != null}"> Line 11: <c:forEach items="${requestScope['brandingStyle']}" var="theme"> .................................................... File frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/404.jsp Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" Line 4: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Line 5: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> Line 6: <head> Line 7: <!-- <meta http-equiv="refresh" content="0;URL='/ovirt-engine'" /> --> Need this comment? Line 8: <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> Line 9: <title>Page not found</title> Line 10: <c:if test="${requestScope['brandingStyle'] != null}"> Line 11: <c:forEach items="${requestScope['brandingStyle']}" var="theme"> -- To view, visit http://gerrit.ovirt.org/18196 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3b0406ab6dea4a2cacebd4ad6e62c8bb7a0d44c0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Greg Sheremeta <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
