2022-10-16 14:48:21 +07:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<footer class="main-footer">
|
2023-09-21 16:04:18 +07:00
|
|
|
<div class="pull-right" id="version" onclick="location.href = '{$_url}community#latestVersion';"></div>
|
2022-10-16 14:48:21 +07:00
|
|
|
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>
|
|
|
|
</footer>
|
|
|
|
</div>
|
2022-09-06 10:31:33 +07:00
|
|
|
|
2022-10-16 14:48:21 +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>
|
|
|
|
<script src="ui/ui/scripts/plugins/select2.min.js"></script>
|
|
|
|
<script src="ui/ui/scripts/custom.js"></script>
|
2022-09-06 10:31:33 +07:00
|
|
|
|
|
|
|
{if isset($xfooter)}
|
2022-10-16 14:48:21 +07:00
|
|
|
{$xfooter}
|
2022-09-06 10:31:33 +07:00
|
|
|
{/if}
|
2023-08-16 09:05:59 +07:00
|
|
|
{literal}
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
$('.select2').select2({theme: "bootstrap"});
|
|
|
|
});
|
2023-09-07 10:54:20 +07:00
|
|
|
|
2023-09-18 13:35:27 +07:00
|
|
|
$(document).ready(function() {
|
|
|
|
$('.select2tag').select2({theme: "bootstrap", tags: true});
|
|
|
|
});
|
|
|
|
|
2023-09-07 10:54:20 +07:00
|
|
|
var listAtts = document.querySelectorAll(`[api-get-text]`);
|
|
|
|
listAtts.forEach(function(el) {
|
|
|
|
$.get(el.getAttribute('api-get-text'), function(data) {
|
|
|
|
el.innerHTML = data;
|
|
|
|
});
|
|
|
|
});
|
2023-08-16 09:05:59 +07:00
|
|
|
</script>
|
|
|
|
{/literal}
|
2022-09-17 21:05:24 +07:00
|
|
|
|
2022-09-06 10:31:33 +07:00
|
|
|
</body>
|
2022-10-16 14:48:21 +07:00
|
|
|
|
2017-03-11 02:51:06 +07:00
|
|
|
</html>
|