main
parent
45b6b9feb8
commit
ba7967fcb7
25
2_apply.bat
25
2_apply.bat
|
|
@ -39,8 +39,31 @@ for /f "delims=" %%i in (list.txt) do (
|
||||||
set source_file=%target_directory%!line!
|
set source_file=%target_directory%!line!
|
||||||
set relative_path=!line:%source_prefix%=!
|
set relative_path=!line:%source_prefix%=!
|
||||||
set target_file=%target_prefix%!relative_path!
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-4!" == ".svg" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-4!" == ".reb" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-4!" == ".png" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-6!" == ".woff2" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-5!" == ".woff" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
|
) else if "!line:~-4!" == ".otf" (
|
||||||
|
set source_file=%target_directory%!line!
|
||||||
|
set relative_path=!line:%source_prefix%=!
|
||||||
|
set target_file=%target_prefix%!relative_path!
|
||||||
)
|
)
|
||||||
|
|
||||||
rem Copy the source file to the target location, overwriting if necessary
|
rem Copy the source file to the target location, overwriting if necessary
|
||||||
echo Copying "!source_file!" to "!target_file!"
|
echo Copying "!source_file!" to "!target_file!"
|
||||||
xcopy /i /Y "!source_file!" "!target_file!"
|
xcopy /i /Y "!source_file!" "!target_file!"
|
||||||
|
|
|
||||||
6
list.txt
6
list.txt
|
|
@ -12,3 +12,9 @@ src\main\webapp\com\img\common\bg\main_info_visual_20240905.png
|
||||||
src\main\webapp\com\img\common\bg\main_info_visual_20240906.png
|
src\main\webapp\com\img\common\bg\main_info_visual_20240906.png
|
||||||
src\main\webapp\WEB-INF\views\scheduledGroupEducationApplication\inquiry\scheduledGroupEducationApplicationInquiry.jsp
|
src\main\webapp\WEB-INF\views\scheduledGroupEducationApplication\inquiry\scheduledGroupEducationApplicationInquiry.jsp
|
||||||
src\main\webapp\WEB-INF\views\scheduledGroupEducationApplication\input\scheduledGroupEducationApplicationInput.jsp
|
src\main\webapp\WEB-INF\views\scheduledGroupEducationApplication\input\scheduledGroupEducationApplicationInput.jsp
|
||||||
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Regular.woff2
|
||||||
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Regular.woff
|
||||||
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Regular.otf
|
||||||
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff2
|
||||||
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff
|
||||||
|
src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.otf
|
||||||
|
|
@ -329,20 +329,33 @@
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${isLogin == true}">
|
<c:when test="${isLogin == true}">
|
||||||
<c:set var="cls" value="${cls}" />
|
<c:set var="cls" value="${cls}" />
|
||||||
<c:if test="${cls == 0}">
|
<c:choose>
|
||||||
|
<c:when test="${cls == 0}">
|
||||||
<li>
|
<li>
|
||||||
<img src="../com/img/common/bg/main_info_visual_20240906.png?v=20240906" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
|
<img src="../com/img/common/bg/main_info_visual_20240906.png?v=20240906" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
|
||||||
<map name="study" id="study" />
|
<map name="study" id="study" />
|
||||||
<area shape="rect" coords="300, 250, 555, 295" onClick="gourl('scheduledGroupEducationApplication')" style="cursor:pointer;"/>
|
<area shape="rect" coords="300, 250, 555, 295" onClick="gourl('scheduledGroupEducationApplication')" style="cursor:pointer;"/>
|
||||||
</li>
|
</li>
|
||||||
</c:if>
|
</c:when>
|
||||||
<c:if test="${cls == 1}">
|
<c:when test="${cls == 1}">
|
||||||
<li>
|
<li>
|
||||||
<img src="../com/img/common/bg/main_info_visual_20240905.png?v=20240906" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
|
<img src="../com/img/common/bg/main_info_visual_20240905.png?v=20240906" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
|
||||||
<map name="study" id="study" />
|
<map name="study" id="study" />
|
||||||
<area shape="rect" coords="300, 250, 555, 295" onClick="gourl('visitEducationApplication')" style="cursor:pointer;"/>
|
<area shape="rect" coords="300, 250, 555, 295" onClick="gourl('visitEducationApplication')" style="cursor:pointer;"/>
|
||||||
</li>
|
</li>
|
||||||
</c:if>
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<li>
|
||||||
|
<!-- onclick="javascript:fileDownload('방문교육_신청서.hwp','DB_Study.hwp');" -->
|
||||||
|
<img src="../com/img/common/bg/main_info_visual_20230522.png" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
|
||||||
|
<map name="study" id="study" />
|
||||||
|
<area shape="rect" coords="300, 250, 555, 295" onclick="javascript:fileDownload('방문교육_신청서.zip','DB_Study.zip');" style="cursor:pointer;"/>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img src="../com/img/common/bg/main_info_visual_20230530.png" alt="지하정보활용지원센터 콜센터">
|
||||||
|
</li>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
||||||
|
|
@ -740,7 +740,7 @@ nav.navbar.navbar-default ul.nav > li > a {
|
||||||
header nav.navbar .navbar-nav > li > a,
|
header nav.navbar .navbar-nav > li > a,
|
||||||
nav.navbar.bootsnav ul.nav > li > a {
|
nav.navbar.bootsnav ul.nav > li > a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
line-height: 80px;
|
line-height: 80px;
|
||||||
padding: 0px 30px;
|
padding: 0px 30px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
@ -1709,12 +1709,12 @@ button.mfp-close,
|
||||||
/* ==== main flexslider 커스텀 끝 ==== */
|
/* ==== main flexslider 커스텀 끝 ==== */
|
||||||
/* 문의 연락처 시작 */
|
/* 문의 연락처 시작 */
|
||||||
.contact-box {
|
.contact-box {
|
||||||
height: 260px;
|
height: 287px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-title {
|
.contact-title {
|
||||||
font-size: 26px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 26px;
|
margin-bottom: 26px;
|
||||||
}
|
}
|
||||||
|
|
@ -2094,7 +2094,7 @@ button.mfp-close,
|
||||||
.main-info-user-count-group .user-count-box {
|
.main-info-user-count-group .user-count-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
background-color: #d0e3f1;
|
background-color: #d0e3f1;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
||||||
|
|
@ -714,7 +714,7 @@ nav.navbar.navbar-default ul.nav > li > a {
|
||||||
header nav.navbar .navbar-nav > li > a,
|
header nav.navbar .navbar-nav > li > a,
|
||||||
nav.navbar.bootsnav ul.nav > li > a {
|
nav.navbar.bootsnav ul.nav > li > a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
line-height: 80px;
|
line-height: 80px;
|
||||||
padding: 0px 30px;
|
padding: 0px 30px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
@ -1500,11 +1500,11 @@ button.mfp-close,
|
||||||
|
|
||||||
/* 문의 연락처 시작 */
|
/* 문의 연락처 시작 */
|
||||||
.contact-box {
|
.contact-box {
|
||||||
height: 260px;
|
height: 287px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
.contact-title {
|
.contact-title {
|
||||||
font-size: 26px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 26px;
|
margin-bottom: 26px;
|
||||||
}
|
}
|
||||||
|
|
@ -1827,7 +1827,7 @@ button.mfp-close,
|
||||||
.main-info-user-count-group .user-count-box {
|
.main-info-user-count-group .user-count-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
background-color: #d0e3f1;
|
background-color: #d0e3f1;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
||||||
|
|
@ -54,18 +54,18 @@ Table of contents
|
||||||
font-family: 'Noto Sans KR';
|
font-family: 'Noto Sans KR';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url(/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
|
src: url(../fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
|
||||||
url(/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
|
url(../fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
|
||||||
url(/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
|
url(../fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Noto Sans KR';
|
font-family: 'Noto Sans KR';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
|
src: url(../fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
|
||||||
url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
|
url(../fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
|
||||||
url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
|
url(../fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -73,9 +73,9 @@ Table of contents
|
||||||
font-family: 'Noto Sans KR';
|
font-family: 'Noto Sans KR';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
|
src: url(../fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
|
||||||
url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
|
url(../fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
|
||||||
url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
|
url(../fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
|
||||||
}
|
}
|
||||||
/* ===================================
|
/* ===================================
|
||||||
02. Custom
|
02. Custom
|
||||||
|
|
@ -87,7 +87,7 @@ body {
|
||||||
font-smoothing: antialiased;
|
font-smoothing: antialiased;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
color:#000;
|
color:#000;
|
||||||
font-weight: 400;
|
font-weight: 300;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
body, html {
|
body, html {
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue