2025-11-20 13:10:28 +07:00
|
|
|
<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>
|
|
|
|
|
|
2025-02-11 16:22:18 +07:00
|
|
|
|
2024-01-24 11:49:22 +07:00
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
{% if global.module == 'home' %}
|
2024-02-21 09:53:08 +07:00
|
|
|
|
2024-02-29 14:49:03 +07:00
|
|
|
{% include javascript/homepage %}
|
2024-01-28 10:53:31 +07:00
|
|
|
|
|
|
|
|
{% elsif global.module == 'product' %}
|
|
|
|
|
|
2024-02-29 14:49:03 +07:00
|
|
|
{% if global.view == 'home' %}
|
|
|
|
|
{% include javascript/product_list %}
|
|
|
|
|
{% endif %}
|
2024-02-21 09:53:08 +07:00
|
|
|
|
2024-02-29 14:49:03 +07:00
|
|
|
{% include javascript/product_form %}
|
2024-02-21 09:53:08 +07:00
|
|
|
|
|
|
|
|
{% elsif global.module == 'deal' %}
|
2024-01-25 17:37:49 +07:00
|
|
|
|
2024-02-29 14:49:03 +07:00
|
|
|
{% include javascript/product_form %}
|
|
|
|
|
|
|
|
|
|
{% elsif global.module == 'brand' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/brand %}
|
2024-01-30 15:53:37 +07:00
|
|
|
|
2024-03-18 12:03:24 +07:00
|
|
|
{% elsif global.module == 'report' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/visitor %}
|
|
|
|
|
|
2024-05-04 09:29:34 +07:00
|
|
|
{% elsif global.module == 'system' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/system %}
|
|
|
|
|
|
2025-03-31 11:07:34 +07:00
|
|
|
{% elsif global.module == 'page' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/page %}
|
|
|
|
|
|
2025-04-01 13:46:03 +07:00
|
|
|
{% elsif global.module == 'template' and global.view == 'edit-template' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/edit_template %}
|
|
|
|
|
|
2025-04-11 14:18:51 +07:00
|
|
|
{% elsif global.module == 'tag' and global.view == 'add' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/tag %}
|
|
|
|
|
|
|
|
|
|
{% elsif global.module == 'shipping2' %}
|
|
|
|
|
|
|
|
|
|
{% include javascript/shipping2 %}
|
|
|
|
|
|
|
|
|
|
|
2024-01-30 15:53:37 +07:00
|
|
|
{% endif %}
|