forked from kevinowino869/mitrobill
40 lines
1.5 KiB
Smarty
40 lines
1.5 KiB
Smarty
</section>
|
|
</div>
|
|
<footer class="main-footer">
|
|
<div class="pull-right" id="version" onclick="location.href = '{$_url}community#latestVersion';"></div>
|
|
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>
|
|
<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>
|
|
|
|
{if isset($xfooter)}
|
|
{$xfooter}
|
|
{/if}
|
|
{literal}
|
|
<script>
|
|
$(document).ready(function() {
|
|
$('.select2').select2({theme: "bootstrap"});
|
|
});
|
|
|
|
$(document).ready(function() {
|
|
$('.select2tag').select2({theme: "bootstrap", tags: true});
|
|
});
|
|
|
|
var listAtts = document.querySelectorAll(`[api-get-text]`);
|
|
listAtts.forEach(function(el) {
|
|
$.get(el.getAttribute('api-get-text'), function(data) {
|
|
el.innerHTML = data;
|
|
});
|
|
});
|
|
</script>
|
|
{/literal}
|
|
|
|
</body>
|
|
|
|
</html> |