2023-03-06 14:49:26 +07:00
|
|
|
</section>
|
2023-09-07 10:54:20 +07:00
|
|
|
</div>
|
|
|
|
{if isset($_c['CompanyFooter'])}
|
|
|
|
<footer class="main-footer">
|
|
|
|
{$_c['CompanyFooter']}
|
2023-09-18 15:07:08 +07:00
|
|
|
<div class="pull-right">
|
2023-09-21 16:36:43 +07:00
|
|
|
<a href="javascript:showPrivacy()">Privacy</a>
|
2023-09-18 15:03:25 +07:00
|
|
|
•
|
2023-09-21 16:36:43 +07:00
|
|
|
<a href="javascript:showTaC()">T & C</a>
|
2023-09-18 15:03:25 +07:00
|
|
|
</div>
|
2023-09-07 10:54:20 +07:00
|
|
|
</footer>
|
|
|
|
{else}
|
|
|
|
<footer class="main-footer">
|
|
|
|
PHPNuxBill by <a href="https://github.com/hotspotbilling/phpnuxbill" rel="nofollow noreferrer noopener"
|
|
|
|
target="_blank">iBNuX</a>, Theme by <a href="https://adminlte.io/" rel="nofollow noreferrer noopener"
|
|
|
|
target="_blank">AdminLTE</a>
|
2023-09-21 16:36:43 +07:00
|
|
|
<div class="pull-right">
|
|
|
|
<a href="javascript:showPrivacy()">Privacy</a>
|
|
|
|
•
|
|
|
|
<a href="javascript:showTaC()">T & C</a>
|
|
|
|
</div>
|
2023-09-07 10:54:20 +07:00
|
|
|
</footer>
|
|
|
|
{/if}
|
|
|
|
</div>
|
2022-10-15 23:18:24 +07:00
|
|
|
|
2023-09-21 16:36:43 +07:00
|
|
|
|
|
|
|
<!-- Modal -->
|
|
|
|
<div class="modal fade" id="HTMLModal" tabindex="-1" role="dialog">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
|
aria-hidden="true">×</span></button>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body" id="HTMLModal_konten"></div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">×</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-09-07 10:54:20 +07:00
|
|
|
<script src="ui/ui/scripts/jquery.min.js"></script>
|
|
|
|
<script src="ui/ui/scripts/bootstrap.min.js"></script>
|
|
|
|
<script src="ui/ui/scripts/adminlte.min.js"></script>
|
2022-10-15 23:18:24 +07:00
|
|
|
|
2023-09-07 10:54:20 +07:00
|
|
|
<script src="ui/ui/scripts/plugins/select2.min.js"></script>
|
2023-09-21 16:36:43 +07:00
|
|
|
<script src="ui/ui/scripts/custom.js?v=2"></script>
|
2022-09-06 10:31:33 +07:00
|
|
|
|
2023-09-07 10:54:20 +07:00
|
|
|
{if isset($xfooter)}
|
|
|
|
{$xfooter}
|
|
|
|
{/if}
|
2022-09-07 15:07:40 +07:00
|
|
|
|
2023-09-07 10:54:20 +07:00
|
|
|
{if $_c['tawkto'] != ''}
|
|
|
|
<!--Start of Tawk.to Script-->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var Tawk_API = Tawk_API || {},
|
|
|
|
Tawk_LoadStart = new Date();
|
|
|
|
(function() {
|
|
|
|
var s1 = document.createElement("script"),
|
|
|
|
s0 = document.getElementsByTagName("script")[0];
|
|
|
|
s1.async = true;
|
|
|
|
s1.src='https://embed.tawk.to/{$_c['tawkto']}';
|
|
|
|
s1.charset = 'UTF-8';
|
|
|
|
s1.setAttribute('crossorigin', '*');
|
|
|
|
s0.parentNode.insertBefore(s1, s0);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
<!--End of Tawk.to Script-->
|
|
|
|
{/if}
|
2022-09-07 15:07:40 +07:00
|
|
|
|
2023-09-07 10:54:20 +07:00
|
|
|
{literal}
|
|
|
|
<script>
|
|
|
|
var listAtts = document.querySelectorAll(`[api-get-text]`);
|
|
|
|
listAtts.forEach(function(el) {
|
|
|
|
$.get(el.getAttribute('api-get-text'), function(data) {
|
|
|
|
el.innerHTML = data;
|
|
|
|
});
|
|
|
|
});
|
2024-02-22 11:41:55 +07:00
|
|
|
$(document).ready(function() {
|
|
|
|
var listAtts = document.querySelectorAll(`button[type="submit"]`);
|
|
|
|
listAtts.forEach(function(el) {
|
|
|
|
if (el.addEventListener) { // all browsers except IE before version 9
|
|
|
|
el.addEventListener("click", function() {
|
|
|
|
$(this).html(
|
2024-03-02 12:40:04 +01:00
|
|
|
`<span class="loading"></span>`
|
2024-02-22 11:41:55 +07:00
|
|
|
);
|
|
|
|
setTimeout(() => {
|
|
|
|
$(this).prop("disabled", true);
|
|
|
|
}, 100);
|
|
|
|
}, false);
|
|
|
|
} else {
|
|
|
|
if (el.attachEvent) { // IE before version 9
|
|
|
|
el.attachEvent("click", function() {
|
|
|
|
$(this).html(
|
2024-03-02 12:40:04 +01:00
|
|
|
`<span class="loading"></span>`
|
2024-02-22 11:41:55 +07:00
|
|
|
);
|
|
|
|
setTimeout(() => {
|
|
|
|
$(this).prop("disabled", true);
|
|
|
|
}, 100);
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
2024-08-01 11:08:01 +07:00
|
|
|
$(function() {
|
|
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
|
|
})
|
2024-02-22 11:41:55 +07:00
|
|
|
});
|
|
|
|
});
|
2023-09-07 10:54:20 +07:00
|
|
|
</script>
|
|
|
|
{/literal}
|
|
|
|
|
|
|
|
</body>
|
2022-10-15 23:18:24 +07:00
|
|
|
|
2017-03-11 02:51:06 +07:00
|
|
|
</html>
|