23 lines
918 B
Plaintext
23 lines
918 B
Plaintext
<%@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" style="width: 100%; text-align: center;">
|
|
<i class="fa fa-check-circle text-success" aria-hidden="true" style="font-size: 80px;"></i>
|
|
<h4>
|
|
<em style="font-size: 20px;">บันทึกข้อมูลสำเร็จ</em>
|
|
</h4>
|
|
<button class="btn btn-info btn-sm" style="height: 35px; width: 100px; margin-top: 20px; margin-bottom: 20px;" ng-click="ok()"
|
|
focus="true">OK
|
|
</button>
|
|
</div>
|
|
|
|
<%--<div class="modal-footer" style="display: block">--%>
|
|
<%--<button class="btn btn-info btn-sm" ng-click="ok()"--%>
|
|
<%--focus="true">OK--%>
|
|
<%--</button>--%>
|
|
<%--</div>--%> |