thkim 2024-09-10 13:23:17 +09:00
parent 45b6b9feb8
commit ba7967fcb7
34 changed files with 87 additions and 45 deletions

View File

@ -39,8 +39,31 @@ for /f "delims=" %%i in (list.txt) do (
set source_file=%target_directory%!line!
set relative_path=!line:%source_prefix%=!
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
echo Copying "!source_file!" to "!target_file!"
xcopy /i /Y "!source_file!" "!target_file!"

View File

@ -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\WEB-INF\views\scheduledGroupEducationApplication\inquiry\scheduledGroupEducationApplicationInquiry.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

View File

@ -329,20 +329,33 @@
<c:choose>
<c:when test="${isLogin == true}">
<c:set var="cls" value="${cls}" />
<c:if test="${cls == 0}">
<c:choose>
<c:when test="${cls == 0}">
<li>
<img src="../com/img/common/bg/main_info_visual_20240906.png?v=20240906" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
<map name="study" id="study" />
<area shape="rect" coords="300, 250, 555, 295" onClick="gourl('scheduledGroupEducationApplication')" style="cursor:pointer;"/>
</li>
</c:if>
<c:if test="${cls == 1}">
</c:when>
<c:when test="${cls == 1}">
<li>
<img src="../com/img/common/bg/main_info_visual_20240905.png?v=20240906" alt="건설 시추정보 DB 사용자 방문교육 신청 안내" usemap="#study">
<map name="study" id="study" />
<area shape="rect" coords="300, 250, 555, 295" onClick="gourl('visitEducationApplication')" style="cursor:pointer;"/>
</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:otherwise>
<li>

View File

@ -740,7 +740,7 @@ nav.navbar.navbar-default ul.nav > li > a {
header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
font-size: 16px;
font-weight: bold;
font-weight: 500;
line-height: 80px;
padding: 0px 30px;
margin: 0px;
@ -1709,12 +1709,12 @@ button.mfp-close,
/* ==== main flexslider 커스텀 끝 ==== */
/* 문의 연락처 시작 */
.contact-box {
height: 260px;
height: 287px;
padding: 30px;
}
.contact-title {
font-size: 26px;
font-size: 24px;
font-weight: bold;
margin-bottom: 26px;
}
@ -2094,7 +2094,7 @@ button.mfp-close,
.main-info-user-count-group .user-count-box {
position: relative;
width: 100%;
font-size: 20px;
font-size: 18px;
background-color: #d0e3f1;
border-radius: 10px;
clear: both;

View File

@ -714,7 +714,7 @@ nav.navbar.navbar-default ul.nav > li > a {
header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
font-size: 16px;
font-weight: bold;
font-weight: 500;
line-height: 80px;
padding: 0px 30px;
margin: 0px;
@ -1500,11 +1500,11 @@ button.mfp-close,
/* 문의 연락처 시작 */
.contact-box {
height: 260px;
height: 287px;
padding: 30px;
}
.contact-title {
font-size: 26px;
font-size: 24px;
font-weight: bold;
margin-bottom: 26px;
}
@ -1827,7 +1827,7 @@ button.mfp-close,
.main-info-user-count-group .user-count-box {
position: relative;
width: 100%;
font-size: 20px;
font-size: 18px;
background-color: #d0e3f1;
border-radius: 10px;
clear: both;

View File

@ -54,18 +54,18 @@ Table of contents
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
src: url(../fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
url(../fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
url(../fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
src: url(../fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
url(../fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
url(../fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}
@ -73,9 +73,9 @@ Table of contents
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
src: url(../fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
url(../fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
url(../fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}
/* ===================================
02. Custom
@ -87,7 +87,7 @@ body {
font-smoothing: antialiased;
font-size:16px;
color:#000;
font-weight: 400;
font-weight: 300;
line-height: 24px;
}
body, html {

Binary file not shown.

Binary file not shown.

Binary file not shown.