63 lines
1.5 KiB
HTML
63 lines
1.5 KiB
HTML
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/apexcharts/dist/apexcharts.min.css" />
|
|
<script src="https://cdn.jsdelivr.net/npm/apexcharts/dist/apexcharts.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplebar/6.2.7/simplebar.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simplebar/6.2.7/simplebar.css" />
|
|
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
|
|
|
|
|
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
|
|
<script>
|
|
lucide.createIcons();
|
|
</script>
|
|
|
|
|
|
{% if global.module == 'home' %}
|
|
|
|
{% include javascript/homepage %}
|
|
|
|
{% elsif global.module == 'product' %}
|
|
|
|
{% if global.view == 'home' %}
|
|
{% include javascript/product_list %}
|
|
{% endif %}
|
|
|
|
{% include javascript/product_form %}
|
|
|
|
{% elsif global.module == 'deal' %}
|
|
|
|
{% include javascript/product_form %}
|
|
|
|
{% elsif global.module == 'marketing' %}
|
|
|
|
{% include javascript/marketing_form %}
|
|
|
|
{% elsif global.module == 'brand' %}
|
|
|
|
{% include javascript/brand %}
|
|
|
|
{% elsif global.module == 'report' %}
|
|
|
|
{% include javascript/visitor %}
|
|
|
|
{% elsif global.module == 'system' %}
|
|
|
|
{% include javascript/system %}
|
|
|
|
{% elsif global.module == 'page' %}
|
|
|
|
{% include javascript/page %}
|
|
|
|
{% elsif global.module == 'template' and global.view == 'edit-template' %}
|
|
|
|
{% include javascript/edit_template %}
|
|
|
|
{% elsif global.module == 'tag' and global.view == 'add' %}
|
|
|
|
{% include javascript/tag %}
|
|
|
|
{% elsif global.module == 'shipping2' %}
|
|
|
|
{% include javascript/shipping2 %}
|
|
|
|
|
|
{% endif %} |