Bläddra i källkod

VariablesMob.html 파일 삭제 -> VariableWeb.html로 대체

gagamel 5 år sedan
förälder
incheckning
cb6227ae62

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/SnsCallBackFormMob.html

@@ -15,7 +15,7 @@
  *******************************************************************************
  -->
 <head th:replace="~{mob/common/fragments/HeadMob :: head}"></head>
-<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 <th:block th:replace="~{mob/common/fragments/ScriptsMob :: scripts}"></th:block>
 <body>
 

+ 0 - 42
src/main/webapp/WEB-INF/views/mob/common/fragments/VariablesMob.html

@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html lang="ko"
-	xmlns:th="http://www.thymeleaf.org">
-<!--
- *******************************************************************************
- * @source  : VariablesMob.html
- * @desc    : Global variables 설정
- *            prefix를 _(underbar)로 시작한다.
- *============================================================================
- * STYLE24
- * Copyright(C) 2020 TSIT, All rights reserved.
- *============================================================================
- * VER  DATE         AUTHOR      DESCRIPTION
- * ===  ===========  ==========  =============================================
- * 1.0  2021.03.09   gagamel     최초 작성
- *******************************************************************************
- -->
-<th:block th:fragment="variables">
-<script th:inline="javascript">
-/*<![CDATA[*/
-var _frontUrl = [[${@environment.getProperty('domain.front')}]];
-var _uximgUrl = [[${@environment.getProperty('domain.uximage')}]];
-var _imgUrl = [[${@environment.getProperty('domain.image')}]];
-var _uploadDefaultUrl = [[${@environment.getProperty('upload.default.view')}]];
-var _uploadGoodsUrl = [[${@environment.getProperty('upload.goods.view')}]];
-var _uploadImageUrl = [[${@environment.getProperty('upload.image.view')}]];
-var _frontGb = [[${frontGb}]];
-
-var _today = [[${#calendars.format(#calendars.createNow(), 'yyyy-MM-dd')}]];
-var _realtime = [[${#calendars.format(#calendars.createNow(), 'HHmmss')}]];
-var _thisYear = [[${#calendars.format(#calendars.createNow(), 'yyyy')}]];
-
-// App Info.
-var _osType = [[${osType}]];
-var _isApp = [[${isApp}]];
-var _appName = [[${appName}]];
-var _appVersion = [[${appVersion}]];
-/*]]>*/
-</script>
-</th:block>
-
-</html>

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/layout/CallcenterLayoutMob.html

@@ -7,7 +7,7 @@
 
 <body>
 
-	<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+	<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 	
 	<div class="app">
 		<!-- GNB -->

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/layout/DefaultLayoutMob.html

@@ -7,7 +7,7 @@
 
 <body>
 
-	<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+	<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 	
 	<div class="app">
 		<!-- GNB -->

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/layout/GoodsLayoutMob.html

@@ -7,7 +7,7 @@
 
 <body>
 
-	<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+	<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 	
 	<div class="app">
 		<!-- GNB -->

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/layout/LoginLayoutMob.html

@@ -7,7 +7,7 @@
 
 <body>
 
-	<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+	<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 	
 	<div class="app">
 		<!-- CONTENT AREA -->

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/layout/MypageLayoutMob.html

@@ -7,7 +7,7 @@
 
 <body>
 
-	<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+	<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 	
 	<div class="app">
 		<!-- GNB -->

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/layout/SubLayoutMob.html

@@ -2,7 +2,7 @@
 <html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
 <head th:replace="~{mob/common/fragments/HeadMob :: head}"></head>
 <body>
-	<th:block th:replace="~{mob/common/fragments/VariablesMob :: variables}"></th:block>
+	<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
 	<th:block th:replace="~{mob/common/fragments/ScriptsMob :: scripts}"></th:block>
 	<div class="app">
 		<!-- GNB -->