{{if $IGoodsView.IGoodsInfo.IGuideLineType}} <!-- //ÀüÀÚ»ó°Å·¡ µî¿¡¼ÀÇ »óǰÁ¤º¸Á¦°ø °í½Ã --> <style type='text/css'> #ps_goods_description_guideline { margin-top:10px;margin-bottom:10px;font-size:9pt;font-family:³ª´®°íµñ,µ¸¿ò;} #ps_goods_description_guideline ul { list-style-image:none;list-style-type:none; margin:5px 0px 5px 0px; padding:0px; } #ps_goods_description_guideline ul ul { list-style-image:none;list-style-type:none; margin:2px 0px 5px 20px; font-weight:normal; } #ps_goods_description_guideline .ps_g_d_g_label { font-weight:bold; } .ps_tbl_guide_info { font-size:11px;font-family:Dotum;border-collapse: collapse; } .ps_tbl_guide_info td { border-bottom:1px solid #dedede;padding:5px; } .ps_tbl_guide_info th { border-bottom:1px solid #dedede;background-color:#f5f5f5;color:#777;padding:5px 5px 7px 3px;text-align:right; } </style> <div id='ps_goods_description_guideline'> {{* type=1 :: ÀÇ·ù, type=2 :: ±¸µÎ/¿îµ¿È, type=15 :: °¡¹æ *}} {{if $IGoodsView.IGoodsInfo.IGuideLineType eq 1 || $IGoodsView.IGoodsInfo.IGuideLineType eq 2 || $IGoodsView.IGoodsInfo.IGuideLineType eq 15}} <div id='divGuideLine'> <table width="100%" border="0" align="center" cellpadding="1" cellspacing="0"> <colgroup> <col width=40%></col> <col width=60%></col> </colgroup> <tr> <td width="70%" rowspan="3" align=center valign="top"> <table width="100%" cellpadding="1" cellspacing="1" BGCOLOR="#000000"> <tr> <td height="250" align="center" bgcolor="#FFFFFF"> {{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.ILabel eq 'ÀÇ·ùÁ¾·ù' || $arItem.ILabel eq '½Å¹ßÁ¾·ù' || $arItem.ILabel eq '°¡¹æ'}} <img src="/shop/data/logos/type_{{$IGoodsView.IGoodsInfo.IGuideLineType}}_{{$arItem.IVarExtra}}.png" onerror='this.style.display="none";' border='0'> {{/if}} {{/foreach}} </td> </tr> </table> </td> <td width="20%" valign=top> <table width="100%" cellpadding="5" cellspacing="1" BGCOLOR="#000000"> <tr> <td align="center" bgcolor="#efefef">¿ø´Ü</td> </tr> <tr> <td height="72" align="center" bgcolor="#ffffff"> <span class="style5">{{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.ILabel eq '¼¶À¯ÀÇ Á¶¼º'}} <div> {{foreach item=sCheck from=$arItem.IVars}} {{if !empty($sCheck) }} <input type="checkbox" value="{{$sCheck}}" onClick="this.checked=true;" checked /> {{$sCheck}} {{/if}} {{/foreach}} </div> {{/if}} {{if $arItem.ILabel eq '°Ñ°¨'}} <div> {{foreach item=sCheck name=sNCheck from=$arItem.IVars}} {{if !empty($sCheck) }} <input type="checkbox" value="{{$sCheck}}" onClick="this.checked=true;" checked /> {{$sCheck}} {{/if}} {{/foreach}} </div> {{/if}} {{if $arItem.ILabel eq '¾È°¨'}} <div> {{foreach item=sCheck name=sNCheck from=$arItem.IVars}} {{if !empty($sCheck) }} <input type="checkbox" value="{{$sCheck}}" onClick="this.checked=true;" checked /> {{$sCheck}} {{/if}} {{/foreach}} </div> {{/if}} {{/foreach}} </span> </td> </tr> </table> </td> </tr> <tr> <td valign=top> <table width="100%" cellpadding="5" cellspacing="1" BGCOLOR="#000000"> <tr> <td align="center" bgcolor="#efefef">È¥¿ë·ü</td> </tr> <tr> <td height="72" align="center" bgcolor="#ffffff"> {{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.ILabel eq 'È¥¿ë·ü'}}{{$arItem.IVars}}{{else}} {{/if}} {{/foreach}} </td> </tr> </table> </td> </tr> <tr> <td valign=top> <table width="100%" cellpadding="5" cellspacing="1" BGCOLOR="#000000"> <tr> <td width="270" align="center" bgcolor="#eeeeee">¼¼Å¹¹æ¹ý</td> </tr> <tr> <td height="93" align="center" bgcolor="#FFFFFF"> {{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.ILabel eq '¼¼Å¹¹æ¹ý'}} {{foreach item=iCare from=$arItem.IVars}} <img src='/iPageImages/iGoodsView/sys_default/icon_carelabel_{{$iCare}}.gif' onerror='this.style.display="none";'> {{/foreach}} {{/if}} {{/foreach}} </td> </tr> </table> </td> </tr> <tr> <td colspan=2> {{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.ILabel eq 'Ä¡¼öÇ¥'}} <table width="100%" cellpadding="5" cellspacing="1" BGCOLOR="#000000" > <tr> <td align="center" bgcolor="eeeeee">»çÀÌÁî</td> {{foreach item=sTableHeader from=$arItem.IVars}} {{if !empty($sTableHeader) }} <td align="center" bgcolor="eeeeee">{{$sTableHeader}}</td> {{/if}} {{/foreach}} </tr> {{foreach item=arTableData from=$arItem.IDataRows}} <tr> <td align="center" bgcolor="ffffff"><span class="style4">{{$arTableData.ILabel}}</span></td> {{foreach item=sTblData from=$arTableData.IVars}} {{if $sTblData ne '' }} <td align="center" bgcolor="#FFFFFF"><span class="style4">{{$sTblData}}</span></td> {{/if}} {{/foreach}} </tr> {{/foreach}} </table> {{/if}} {{/foreach}} </td> </tr> </table> <table width=100% class='ps_tbl_guide_info'> <colgroup> <col width=180 /> <col /> <colgroup> {{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.IDataType == 1 && $arItem.ILabel neq 'È¥¿ë·ü'}} <tr> <th>{{$arItem.ILabel}}</th> <td>{{$arItem.IVars}}</td> </tr> {{/if}} {{/foreach}} </table> </div> {{else}} <ul> {{foreach item=arItem from=$IGoodsView.IGoodsInfo.IGuideLineInfo}} {{if $arItem.IVars}} {{if $arItem.IDataType == 1}} <li class='ps_g_d_g_label'>{{$arItem.ILabel}}</li> <ul> <li>{{$arItem.IVars}}</li> </ul> {{elseif $arItem.IDataType == 2}} {{else}} {{/if}} {{/if}} {{/foreach}} </ul> {{/if}} </div> <!-- //ÀüÀÚ»ó°Å·¡ µî¿¡¼ÀÇ »óǰÁ¤º¸Á¦°ø °í½Ã --> {{/if}}![]() |