% include ../partials/head %>
<% include ../partials/header %>
System Error
<% if ( typeof result != 'undefined' ) {
if (result.code.length > 0) {
if ( result.code == 'success' ) { %>
<%=result.msg %>
<% } else { %>
<%=result.msg %>
<% } %>
<% } %>
<% } %>