Files
admin_hura_8/template/javascript/index.html

50 lines
979 B
HTML
Raw Normal View History

2025-02-11 16:22:18 +07:00
<script src="/assets/typescript/main.js?v=1.111"></script>
2024-01-24 11:49:22 +07:00
{% include javascript/global %}
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-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 %}
{% endif %}