|
|
@@ -285,19 +285,15 @@ public class TsaShoplinkerService {
|
|
|
if( "N".equals(goodsMap.getTobeFormYn())){
|
|
|
String descStr = goodsMap.getDetailDesc();
|
|
|
if( null != descStr) {
|
|
|
- descStr = descStr.replace("http://www.istyle24.com/Upload/", "http://image.istyle24.com/Local/")
|
|
|
- .replace("/Upload", "http://image.istyle24.com/Local")
|
|
|
- .replace("http://www.istyle24.com/Images", "http://image.istyle24.com/Statics/design/Images");
|
|
|
-
|
|
|
htmlDesc = descStr;
|
|
|
}
|
|
|
|
|
|
}else {
|
|
|
|
|
|
String imgPath = env.getProperty("upload.goods.view");
|
|
|
- imgPath = imgPath.replace("/Upload", "/Local")
|
|
|
- .replace("http://www.istyle24.com/Upload/", "http://image.istyle24.com/Local/")
|
|
|
- .replace("http://www.istyle24.com/Images", "http://image.istyle24.com/Statics/design/Images");
|
|
|
+ imgPath = imgPath.replace("http://www.istyle24.com/Upload/", "http://image.istyle24.com/Local/")
|
|
|
+ .replace("http://www.istyle24.com/Images", "http://image.istyle24.com/Statics/design/Images")
|
|
|
+ .replace("/Upload", "/Local");
|
|
|
|
|
|
Collection<ShoplinkerGoods> imgList = admShoplinkerDao.getGoodsImageList(shoplinkerGoods);
|
|
|
|
|
|
@@ -340,26 +336,22 @@ public class TsaShoplinkerService {
|
|
|
if( "".equals(dImgFront)) {
|
|
|
String descStr = goodsMap.getDetailDesc();
|
|
|
if( null != descStr) {
|
|
|
- descStr = descStr.replace("http://www.istyle24.com/Upload/", "http://image.istyle24.com/Local/")
|
|
|
- .replace("/Upload", "http://image.istyle24.com/Local")
|
|
|
- .replace("http://www.istyle24.com/Images", "http://image.istyle24.com/Statics/design/Images");
|
|
|
-
|
|
|
htmlDesc = descStr;
|
|
|
}
|
|
|
|
|
|
}else {
|
|
|
|
|
|
// 1) 상세내용 - 상품설명
|
|
|
- htmlDesc = "<div class='st_descrp_box' style='max-height:1100px; overflow:hidden;'>";
|
|
|
- htmlDesc += "<div class='st_desc_simple' style='position:relative; margin-top:0px; margin-left:auto; margin-right:auto;'>";
|
|
|
- htmlDesc += "<span class='st_tit_desc' style='display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;'>"+goodsMap.getDetailDescNew10()+"</span>";
|
|
|
- htmlDesc += "<p class='st_ptxt01' style='font-size:16px;font-weight:200;line-height:1.5;word-break:keep-all;color:#666666;'>";
|
|
|
+ htmlDesc = "<div class=\"st_descrp_box\" style=\"max-height:1100px; overflow:hidden;\">";
|
|
|
+ htmlDesc += "<div class=\"st_desc_simple\" style=\"position:relative; margin-top:0px; margin-left:auto; margin-right:auto;\">";
|
|
|
+ htmlDesc += "<span class=\"st_tit_desc\" style=\"display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;\">"+goodsMap.getDetailDescNew10()+"</span>";
|
|
|
+ htmlDesc += "<p class=\"st_ptxt01\" style=\"font-size:16px;font-weight:200;line-height:1.5;word-break:keep-all;color:#666666;\">";
|
|
|
htmlDesc += goodsMap.getDetailDescNew20();
|
|
|
htmlDesc += "</p>";
|
|
|
htmlDesc += "</div>";
|
|
|
- htmlDesc += "<div class='st_desc_character' style='position:relative; margin-top:40px; margin-left:auto; margin-right:auto;'>";
|
|
|
- htmlDesc += "<span class='st_tit_desc' style='display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;'>상품특징</span>";
|
|
|
- htmlDesc += "<p class='st_ptxt01' style='font-size:16px;font-weight:200;line-height:1.5;word-break:keep-all;color:#666666;'>";
|
|
|
+ htmlDesc += "<div class=\"st_desc_character\" style=\"position:relative; margin-top:40px; margin-left:auto; margin-right:auto;\">";
|
|
|
+ htmlDesc += "<span class=\"st_tit_desc\" style=\"display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;\">상품특징</span>";
|
|
|
+ htmlDesc += "<p class=\"st_ptxt01\" style=\"font-size:16px;font-weight:200;line-height:1.5;word-break:keep-all;color:#666666;\">";
|
|
|
htmlDesc += goodsMap.getDetailDescNew30();
|
|
|
htmlDesc += "</p>";
|
|
|
htmlDesc += "</div>";
|
|
|
@@ -369,20 +361,20 @@ public class TsaShoplinkerService {
|
|
|
String colorDesc = "";
|
|
|
shoplinkerGoods.setColorListYn("Y"); // 상품이미지정보 색상별
|
|
|
Collection<ShoplinkerGoods> imgColorList = admShoplinkerDao.getGoodsImageList(shoplinkerGoods);
|
|
|
- colorDesc = "<div class='st_view_option_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
+ colorDesc = "<div class=\"st_view_option_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
String tmpColor = "";
|
|
|
for(ShoplinkerGoods ic : imgColorList ) {
|
|
|
|
|
|
if( !tmpColor.equals(ic.getColorCd())) {
|
|
|
- colorDesc += "<span class='st_tit_desc' style='display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;'>컬러 : ";
|
|
|
+ colorDesc += "<span class=\"st_tit_desc\" style=\"display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;\">컬러 : ";
|
|
|
colorDesc += "<span>"+ ic.getColorKnm() +"</span></span>";
|
|
|
}
|
|
|
- colorDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
- colorDesc += "<img src='"+ imgPath+"/"+ic.getSysImgNm()+"' alt='' style='max-width:100%;margin: 10px auto 0;margin-top: 0;display: block;'>";
|
|
|
- colorDesc += "<img src='"+ imgPath+"/"+ic.getSysImgNm()+"' alt='' style='max-width:100%;display: block;margin: 10px auto 0;'>";
|
|
|
+ colorDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
+ colorDesc += "<img src=\""+ imgPath+"/"+ic.getSysImgNm()+"\" alt=\"\" style=\"max-width:100%;margin: 10px auto 0;margin-top: 0;display: block;\">";
|
|
|
+ colorDesc += "<img src=\""+ imgPath+"/"+ic.getSysImgNm()+"\" alt=\"\" style=\"max-width:100%;display: block;margin: 10px auto 0;\">";
|
|
|
colorDesc += "</div>";
|
|
|
if( !tmpColor.equals(ic.getColorCd())) {
|
|
|
- colorDesc += "<div style='height:100px;'></div>";
|
|
|
+ colorDesc += "<div style=\"height:100px;\"></div>";
|
|
|
tmpColor = ic.getColorCd();
|
|
|
}
|
|
|
}
|
|
|
@@ -391,41 +383,41 @@ public class TsaShoplinkerService {
|
|
|
|
|
|
// 3) 상세내용 - 모델 착용컷
|
|
|
String dtlDesc = "";
|
|
|
- dtlDesc += "<div class='st_view_outfit_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
- dtlDesc += "<span class='st_tit_view' style='display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;'>OUTFIT VIEW</span>";
|
|
|
- dtlDesc += "<span class='st_model_info' style='display: block;margin-top: 20px;color: #666;font-size: 16px;font-weight: 200;text-align: center;'>"+goodsMap.getModelInfo()+"</span>";
|
|
|
- dtlDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
+ dtlDesc += "<div class=\"st_view_outfit_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ dtlDesc += "<span class=\"st_tit_view\" style=\"display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;\">OUTFIT VIEW</span>";
|
|
|
+ dtlDesc += "<span class=\"st_model_info\" style=\"display: block;margin-top: 20px;color: #666;font-size: 16px;font-weight: 200;text-align: center;\">"+goodsMap.getModelInfo()+"</span>";
|
|
|
+ dtlDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
for(String img : dImgModelList) {
|
|
|
- dtlDesc += "<img src='"+ img +"' alt='' style='display: block;margin: 10px auto 0;'>";
|
|
|
+ dtlDesc += "<img src=\""+ img +"\" alt=\"\" style=\"display: block;margin: 10px auto 0;\">";
|
|
|
}
|
|
|
dtlDesc += "</div>";
|
|
|
dtlDesc += "</div>";
|
|
|
|
|
|
// 4) 상세내용 - 상품컷
|
|
|
- dtlDesc += "<div class='st_view_detail_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
- dtlDesc += "<span class='st_tit_view' style='display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;'>PRODUCT VIEW</span>";
|
|
|
- dtlDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
+ dtlDesc += "<div class=\"st_view_detail_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ dtlDesc += "<span class=\"st_tit_view\" style=\"display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;\">PRODUCT VIEW</span>";
|
|
|
+ dtlDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
for(String img : dImgDetailList) {
|
|
|
- dtlDesc += "<img src='"+ img +"' alt='' style='display: block;margin: 10px auto 0;'>";
|
|
|
+ dtlDesc += "<img src=\""+ img +"\" alt=\"\" style=\"display: block;margin: 10px auto 0;\">";
|
|
|
}
|
|
|
dtlDesc += "</div>";
|
|
|
dtlDesc += " </div>";
|
|
|
|
|
|
// 5) 상세내용 - 원단
|
|
|
- dtlDesc += "<div class='st_view_fabric_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
- dtlDesc += "<span class='st_tit_view' style='display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;'>FABRIC</span>";
|
|
|
- dtlDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
- dtlDesc += "<img src='"+dMaterial +"' alt='' style='display: block;margin: 10px auto 0;margin-top: 0;'>";
|
|
|
+ dtlDesc += "<div class=\"st_view_fabric_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ dtlDesc += "<span class=\"st_tit_view\" style=\"display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;\">FABRIC</span>";
|
|
|
+ dtlDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
+ dtlDesc += "<img src=\""+dMaterial +"\" alt=\"\" style=\"display: block;margin: 10px auto 0;margin-top: 0;\">";
|
|
|
dtlDesc += "</div>";
|
|
|
dtlDesc += "</div>";
|
|
|
|
|
|
// 6) 상세내용 - 라벨
|
|
|
- dtlDesc += "<div class='st_view_label_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
- dtlDesc += "<span class='st_tit_view' style='display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;'>LABEL INFO</span>";
|
|
|
- dtlDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
- dtlDesc += "<span style='display:inline-block;'>";
|
|
|
+ dtlDesc += "<div class=\"st_view_label_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ dtlDesc += "<span class=\"st_tit_view\" style=\"display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;\">LABEL INFO</span>";
|
|
|
+ dtlDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
+ dtlDesc += "<span style=\"display:inline-block;\">";
|
|
|
for(String img : dLabelList) {
|
|
|
- dtlDesc += "<img src='"+ img +"' alt='' style='float:left; margin-top:0; margin-left:20px;'>";
|
|
|
+ dtlDesc += "<img src=\""+ img +"\" alt=\"\" style=\"float:left; margin-top:0; margin-left:20px;\">";
|
|
|
}
|
|
|
dtlDesc += "</span>";
|
|
|
dtlDesc += "</div>";
|
|
|
@@ -436,63 +428,63 @@ public class TsaShoplinkerService {
|
|
|
Collection<ShoplinkerGoods> sizeList = admShoplinkerDao.getGoodsSizeList(shoplinkerGoods);
|
|
|
if (sizeList == null || sizeList.isEmpty()) {
|
|
|
//대표상품 실측정사이즈표 없을경우 > 브랜드 별 표준 이미지
|
|
|
- htmlDesc += "<div class='st_view_size_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
- htmlDesc += "<span class='st_tit_view' style='display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;'>사이즈정보</span>";
|
|
|
- htmlDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
+ htmlDesc += "<div class=\"st_view_size_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ htmlDesc += "<span class=\"st_tit_view\" style=\"display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;\">사이즈정보</span>";
|
|
|
+ htmlDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
|
|
|
String brandSizeImg = env.getProperty("upload.image.view") + "/Upload/brandSizeImg/";
|
|
|
if( "Y".equals(goodsMap.getKidsYn())){
|
|
|
brandSizeImg += "kids/"+goodsMap.getBrandEnm() +".jpg";
|
|
|
- htmlDesc += "<img src='"+ brandSizeImg +"' alt='ANDEW 표준 사이즈' style='display: block;margin: 10px auto 0;'>";
|
|
|
+ htmlDesc += "<img src=\""+ brandSizeImg +"\" alt=\"ANDEW 표준 사이즈\" style=\"display: block;margin: 10px auto 0;\">";
|
|
|
}else {
|
|
|
brandSizeImg += "casuals/"+goodsMap.getBrandEnm() +".jpg";
|
|
|
- htmlDesc += "<img src='"+ brandSizeImg +"' alt='ANDEW 표준 사이즈' style='display: block;margin: 10px auto 0;'>";
|
|
|
+ htmlDesc += "<img src=\""+ brandSizeImg +"\" alt=\"ANDEW 표준 사이즈\" style=\"display: block;margin: 10px auto 0;\">";
|
|
|
}
|
|
|
htmlDesc += "</div>";
|
|
|
htmlDesc += "</div>";
|
|
|
|
|
|
}else {
|
|
|
|
|
|
- htmlDesc += "<div class='st_view_size_box' style='margin-top: 100px;text-align: center;'>";
|
|
|
- htmlDesc += "<span class='st_tit_view' style='display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;'>사이즈정보</span>";
|
|
|
- htmlDesc += "<div class='st_view' style='margin-top: 40px;'>";
|
|
|
+ htmlDesc += "<div class=\"st_view_size_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ htmlDesc += "<span class=\"st_tit_view\" style=\"display: block;color: #222;font-size: 32px;font-weight: 300;text-align: center;\">사이즈정보</span>";
|
|
|
+ htmlDesc += "<div class=\"st_view\" style=\"margin-top: 40px;\">";
|
|
|
|
|
|
- htmlDesc += "<div class='st_tbl' style='padding:0; border-top:1px solid #000;'>";
|
|
|
- htmlDesc += "<table style='margin:0;padding:0;border-collapse:collapse;border-spacing:0;width:100%;border-top:1px solid #000;word-break:keep-all;'>";
|
|
|
- htmlDesc += "<thead style=''>";
|
|
|
- htmlDesc += "<tr style=''>";
|
|
|
+ htmlDesc += "<div class=\"st_tbl\" style=\"padding:0; border-top:1px solid #000;\">";
|
|
|
+ htmlDesc += "<table style=\"margin:0;padding:0;border-collapse:collapse;border-spacing:0;width:100%;border-top:1px solid #000;word-break:keep-all;\">";
|
|
|
+ htmlDesc += "<thead style=\"\">";
|
|
|
+ htmlDesc += "<tr style=\"\">";
|
|
|
|
|
|
int cnt = 0;
|
|
|
for(ShoplinkerGoods size : sizeList) {
|
|
|
|
|
|
if( 0 == cnt ) {
|
|
|
if( "하의".equals(size.getSizeTypecd())) {
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'></th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>허리둘레(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>밑위(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>엉덩이둘레(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>허벅지둘레(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>총길이(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\"></th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">허리둘레(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">밑위(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">엉덩이둘레(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">허벅지둘레(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">총길이(cm)</th>";
|
|
|
}else {
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'></th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>가슴둘레(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>어깨너비(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>팔길이(cm)</th>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>총길이(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\"></th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">가슴둘레(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">어깨너비(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">팔길이(cm)</th>";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">총길이(cm)</th>";
|
|
|
}
|
|
|
htmlDesc += "</tr>";
|
|
|
htmlDesc += "</thead>";
|
|
|
- htmlDesc += "<tbody style=''>";
|
|
|
+ htmlDesc += "<tbody style=\"\">";
|
|
|
}
|
|
|
|
|
|
- htmlDesc += "<tr style=''>";
|
|
|
- htmlDesc += "<th style='position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;'>"+ size.getOptCd2() +"</th>";
|
|
|
- htmlDesc += "<td style='position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;'>"+ size.getSizeValue1() +"</td>";
|
|
|
- htmlDesc += "<td style='position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;'>"+ size.getSizeValue2() +"</td>";
|
|
|
- htmlDesc += "<td style='position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;'>"+ size.getSizeValue3() +"</td>";
|
|
|
- htmlDesc += "<td style='position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;'>"+ size.getSizeValue4() +"</td>";
|
|
|
+ htmlDesc += "<tr style=\"\">";
|
|
|
+ htmlDesc += "<th style=\"position:relative;padding:20px 0;border-bottom:1px solid #ddd;font-weight:500;font-size:16px;letter-spacing:-0.025em;text-align:center;\">"+ size.getOptCd2() +"</th>";
|
|
|
+ htmlDesc += "<td style=\"position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;\">"+ size.getSizeValue1() +"</td>";
|
|
|
+ htmlDesc += "<td style=\"position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;\">"+ size.getSizeValue2() +"</td>";
|
|
|
+ htmlDesc += "<td style=\"position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;\">"+ size.getSizeValue3() +"</td>";
|
|
|
+ htmlDesc += "<td style=\"position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;\">"+ size.getSizeValue4() +"</td>";
|
|
|
if( "하의".equals(size.getSizeTypecd())) {
|
|
|
- htmlDesc += "<td style='position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;'>"+ size.getSizeValue5() +"</td>";
|
|
|
+ htmlDesc += "<td style=\"position:relative; padding:20px 0; border-bottom:1px solid #ddd; font-weight:200; font-size:16px; letter-spacing:-0.025em; text-align:center;\">"+ size.getSizeValue5() +"</td>";
|
|
|
}
|
|
|
cnt ++;
|
|
|
}
|
|
|
@@ -512,34 +504,34 @@ public class TsaShoplinkerService {
|
|
|
|
|
|
if( "".equals(certInfo.getCertNum())) {
|
|
|
|
|
|
- htmlDesc += "<div class='st_required_box' style='margin-bottom:80px;'>";
|
|
|
- htmlDesc += "<div class='st_area_kcl' style='color:#222;display:block; position:relative; min-height:160px; margin-top:100px; padding:40px 40px 40px 160px; box-sizing:border-box; background:#f5f5f5;'>";
|
|
|
- htmlDesc += "<i class='st_ico_kcl' style='position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url(/images/pc/ico_kcl.png);width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;'></i>";
|
|
|
- htmlDesc += "<p class='st_tit' style='margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;'>";
|
|
|
+ htmlDesc += "<div class=\"st_required_box\" style=\"margin-bottom:80px;\">";
|
|
|
+ htmlDesc += "<div class=\"st_area_kcl\" style=\"color:#222;display:block; position:relative; min-height:160px; margin-top:100px; padding:40px 40px 40px 160px; box-sizing:border-box; background:#f5f5f5;\">";
|
|
|
+ htmlDesc += "<i class=\"st_ico_kcl\" style=\"position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url(/images/pc/ico_kcl.png);width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;\"></i>";
|
|
|
+ htmlDesc += "<p class=\"st_tit\" style=\"margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += certInfo.getCertTargetNm() +"/"+ certInfo.getCertOrganName();
|
|
|
htmlDesc += "</p>";
|
|
|
- htmlDesc += "<p style='margin-top:20px; color:#222; font-size:13px; font-weight: 300; line-height:1; letter-spacing:-0.025em;'>";
|
|
|
+ htmlDesc += "<p style=\"margin-top:20px; color:#222; font-size:13px; font-weight: 300; line-height:1; letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += certInfo.getCertDiv();
|
|
|
htmlDesc += "</p>";
|
|
|
- htmlDesc += "<p class='st_dot_info' style='color: #888888;position:relative;margin-top:20px;font-size:13px;font-weight:300;line-height:1;letter-spacing:-0.025em;'>";
|
|
|
- htmlDesc += "<span style='color: #888888 !important;background: #888888 !important;display: inline-block;width: 2px;height: 2px;position: relative;top: -4px;left: 0px;margin-right: 4px;'></span>";
|
|
|
+ htmlDesc += "<p class=\"st_dot_info\" style=\"color: #888888;position:relative;margin-top:20px;font-size:13px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
+ htmlDesc += "<span style=\"color: #888888 !important;background: #888888 !important;display: inline-block;width: 2px;height: 2px;position: relative;top: -4px;left: 0px;margin-right: 4px;\"></span>";
|
|
|
htmlDesc += "해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.";
|
|
|
htmlDesc += "</p>";
|
|
|
htmlDesc += "</div>";
|
|
|
htmlDesc += "</div>";
|
|
|
}else {
|
|
|
- htmlDesc += "<div class='st_required_box' style='margin-bottom:80px;'>";
|
|
|
- htmlDesc += "<div class='st_area_kcl' style='display:block; position:relative; min-height:160px; margin-top:100px; padding:40px 40px 40px 160px; box-sizing:border-box; background:#f5f5f5;'>";
|
|
|
- htmlDesc += "<i class='st_ico_kcl' style='position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url(/images/pc/ico_kcl.png);width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;'></i>";
|
|
|
- htmlDesc += "<p class='st_tit' style='margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;'>";
|
|
|
+ htmlDesc += "<div class=\"st_required_box\" style=\"margin-bottom:80px;\">";
|
|
|
+ htmlDesc += "<div class=\"st_area_kcl\" style=\"display:block; position:relative; min-height:160px; margin-top:100px; padding:40px 40px 40px 160px; box-sizing:border-box; background:#f5f5f5;\">";
|
|
|
+ htmlDesc += "<i class=\"st_ico_kcl\" style=\"position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url(/images/pc/ico_kcl.png);width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;\"></i>";
|
|
|
+ htmlDesc += "<p class=\"st_tit\" style=\"margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += certInfo.getCertDiv() +"/"+ certInfo.getCertOrganName();
|
|
|
htmlDesc += "</p>";
|
|
|
- htmlDesc += "<p style='margin-top:20px; color:#222; font-size:13px; font-weight: 300; line-height:1; letter-spacing:-0.025em;'>";
|
|
|
+ htmlDesc += "<p style=\"margin-top:20px; color:#222; font-size:13px; font-weight: 300; line-height:1; letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += "인증번호: "+ certInfo.getCertNum();
|
|
|
- htmlDesc += "<a href='http://www.safetykorea.kr/search/searchPop?certNum=XX00000-0000' target='_blank' class='st_linktxt3' style='margin-left:20px; color:#888; font-weight:200; text-decoration:none !important;'>상세보기</a>";
|
|
|
+ htmlDesc += "<a href=\"http://www.safetykorea.kr/search/searchPop?certNum=XX00000-0000\" target=\"_blank\" class=\"st_linktxt3\" style=\"margin-left:20px; color:#888; font-weight:200; text-decoration:none !important;\">상세보기</a>";
|
|
|
htmlDesc += "</p>";
|
|
|
- htmlDesc += "<p class='st_dot_info' style='color: #888888;position:relative;margin-top:20px;font-size:13px;font-weight:300;line-height:1;letter-spacing:-0.025em;'>";
|
|
|
- htmlDesc += "<span style='color: #888888 !important;background: #888888 !important;display: inline-block;width: 2px;height: 2px;position: relative;top: -4px;left: 0px;margin-right: 4px;'></span>";
|
|
|
+ htmlDesc += "<p class=\"st_dot_info\" style=\"color: #888888;position:relative;margin-top:20px;font-size:13px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
+ htmlDesc += "<span style=\"color: #888888 !important;background: #888888 !important;display: inline-block;width: 2px;height: 2px;position: relative;top: -4px;left: 0px;margin-right: 4px;\"></span>";
|
|
|
htmlDesc += "해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.";
|
|
|
htmlDesc += "</p>";
|
|
|
htmlDesc += "</div>";
|
|
|
@@ -547,16 +539,16 @@ public class TsaShoplinkerService {
|
|
|
}
|
|
|
|
|
|
}else if( "G083_3".equals(certInfo.getCertTargetGb())) { // 상세설명별도표기
|
|
|
- htmlDesc += "<div class='st_required_box' style='margin-bottom:80px;'>";
|
|
|
- htmlDesc += "<div class='st_area_kcl st_no-mark' style='display:block;position:relative;min-height:160px;margin-top:100px;padding:40px 40px 40px 160px;box-sizing:border-box;background:#f5f5f5;padding-left:65px;'>";
|
|
|
- htmlDesc += "<p class='st_tit' style='margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;'>";
|
|
|
+ htmlDesc += "<div class=\"st_required_box\" style=\"margin-bottom:80px;\">";
|
|
|
+ htmlDesc += "<div class=\"st_area_kcl st_no-mark\" style=\"display:block;position:relative;min-height:160px;margin-top:100px;padding:40px 40px 40px 160px;box-sizing:border-box;background:#f5f5f5;padding-left:65px;\">";
|
|
|
+ htmlDesc += "<p class=\"st_tit\" style=\"margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += certInfo.getCertTargetNm();
|
|
|
htmlDesc += "</p>";
|
|
|
- htmlDesc += "<p style='margin-top:20px; color:#222; font-size:13px; font-weight: 300; line-height:1; letter-spacing:-0.025em;'>";
|
|
|
+ htmlDesc += "<p style=\"margin-top:20px; color:#222; font-size:13px; font-weight: 300; line-height:1; letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += "제품 상세정보 내 표기되어 있습니다. 상품 정보를 확인해주세요.";
|
|
|
htmlDesc += "</p>";
|
|
|
- htmlDesc += "<p class='st_dot_info' style='color: #888888;position:relative;margin-top:20px;font-size:13px;font-weight:300;line-height:1;letter-spacing:-0.025em;'>";
|
|
|
- htmlDesc += "<span style='color: #888888 !important;background: #888888 !important;display: inline-block;width: 2px;height: 2px;position: relative;top: -4px;left: 0px;margin-right: 4px;'></span>";
|
|
|
+ htmlDesc += "<p class=\"st_dot_info\" style=\"color: #888888;position:relative;margin-top:20px;font-size:13px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
+ htmlDesc += "<span style=\"color: #888888 !important;background: #888888 !important;display: inline-block;width: 2px;height: 2px;position: relative;top: -4px;left: 0px;margin-right: 4px;\"></span>";
|
|
|
htmlDesc += "해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.";
|
|
|
htmlDesc += "</p>";
|
|
|
htmlDesc += "</div>";
|