| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html lang="ko"
- xmlns:th="http://www.thymeleaf.org">
- <!--
- *******************************************************************************
- * @source : ScriptsWeb.html
- * @desc : 공통 스크립트
- *============================================================================
- * STYLE24
- * Copyright(C) 2020 TSIT, All rights reserved.
- *============================================================================
- * VER DATE AUTHOR DESCRIPTION
- * === =========== ========== =============================================
- * 1.0 2021.03.08 gagamel 최초 작성
- *******************************************************************************
- -->
- <th:block th:fragment="scripts">
- <script th:src="@{'/ux/mo/js/common_m.js'}" src="/ux/mo/js/common_m.js"></script>
- <script th:src="@{'/ux/style24_link.js'}" src="/ux/style24_link.js"></script>
- <script type="text/javascript" th:src="@{'/ux/plugins/gaga/gaga.common.js'}" src="/ux/plugins/gaga/gaga.common.js"></script>
- <script type="text/javascript" th:src="@{'/ux/plugins/gaga/gaga.validation.js'}" src="/ux/plugins/gaga/gaga.validation.js"></script>
- <script type="text/javascript" th:src="@{'/ux/plugins/vg-controller-client.latest.min.js'}" src="/ux/plugins/vg-controller-client.latest.min.js"></script>
- <script type="text/javascript" th:src="@{'/biz/comLib.js'}" src="/biz/comLib.js"></script>
- </th:block>
- </html>
|