ENDRPrint_12CRelease/.svn/pristine/f2/f2f02018a6d05e7d620478b68d30b402b4623266.svn-base

29 lines
994 B
Plaintext
Raw Normal View History

2024-08-14 10:58:03 +07:00
<%@page contentType="text/html" pageEncoding="UTF-8" %>
<%--<div class="modal-header">--%>
<%--<h3>--%>
<%--<i class="fa fa-check-circle text-success" aria-hidden="true"></i>--%>
<%--<span>Successful</span>--%>
<%--</h3>--%>
<%--</div>--%>
<div class="modal-body">
<div class="text-center">
<i style="font-size: 60px;" class="fa fa-check-circle text-success" aria-hidden="true"></i>
</div>
<div class="text-center">
<em style="color : #2ece85; font-size: 24px;">บันทึกข้อมูลสำเร็จ</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>--%>