ENDRPrint_12CRelease/web/pages/msg_warning.jsp
2024-08-14 10:58:03 +07:00

29 lines
1000 B
Plaintext

<%@page contentType="text/html" pageEncoding="UTF-8" %>
<%--<div class="modal-header">--%>
<%--<h3>--%>
<%--<i class="fa fa-exclamation-triangle text-warning" aria-hidden="true"></i>--%>
<%--<span style="color : lightgrey;">{{msgHeader}}</span>--%>
<%--</h3>--%>
<%--</div>--%>
<div class="modal-body">
<div class="text-center">
<i style="font-size: 60px;" class="fa fa-exclamation-triangle text-warning" aria-hidden="true"></i>
</div>
<div class="text-center" style="padding: 20px;">
<em style="font-size: 18px;"> {{msg}}</em>
</div>
<div class="text-center" style="margin: 20px 0 20px 0;">
<button class="btn btn-info btn-sm"
style="width: 100px; height: 40px;"
ng-click="ok()"
focus="true">OK
</button>
</div>
</div>
<%--<div class="modal-footer" style="display: block">--%>
<%--<button class="btn btn-info btn-sm" ng-click="ok()"--%>
<%--focus="true">OK--%>
<%--</button>--%>
<%--</div>--%>