errorMsg.jsp 272 Bytes
<%@ page contentType="text/html; charset=UTF-8"%>
<div style="border: 1px solid red;margin: 3px 0px;padding: 3px;">
	<div style="color: red;font-weight: bold;"><%=errorTitle %></div>
	<div style="color: red;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=errorMsg %></div>
</div>