|
|
@ -60,6 +60,7 @@
|
|
|
|
<div class="list_side">
|
|
|
|
<div class="list_side">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="list">
|
|
|
|
<div class="list">
|
|
|
|
|
|
|
|
<#if 3 < model['rm_child']['past_month'] >
|
|
|
|
<#if model['home']?has_content>
|
|
|
|
<#if model['home']?has_content>
|
|
|
|
<#list model['home'] as item>
|
|
|
|
<#list model['home'] as item>
|
|
|
|
<a href="javascript:fncRecipeMadePopDetail(${item['dhb_no']!})" class="recommend_item bf_homemade">${item['name']!}</a>
|
|
|
|
<a href="javascript:fncRecipeMadePopDetail(${item['dhb_no']!})" class="recommend_item bf_homemade">${item['name']!}</a>
|
|
|
@ -68,6 +69,9 @@
|
|
|
|
<!-- 추천 리스트가 없을 때 출력 -->
|
|
|
|
<!-- 추천 리스트가 없을 때 출력 -->
|
|
|
|
<a href="#" class="recommend_item bf_homemade">추천 이유식이 없습니다.</a>
|
|
|
|
<a href="#" class="recommend_item bf_homemade">추천 이유식이 없습니다.</a>
|
|
|
|
</#if>
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
<#else>
|
|
|
|
|
|
|
|
<a href="#" class="recommend_item bf_homemade">아직 이유식 단계가 아니에요!</a>
|
|
|
|
|
|
|
|
</#if>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a href="${URL_ROOT}/m/bf_food/list_bf_homemade_recommend.do?smc_no=${model['info']['smc_no']}&return_url=list_bf_ingre_recommend" class="list_side">
|
|
|
|
<a href="${URL_ROOT}/m/bf_food/list_bf_homemade_recommend.do?smc_no=${model['info']['smc_no']}&return_url=list_bf_ingre_recommend" class="list_side">
|
|
|
|
<div class="hidden right">추천 식재료</div>
|
|
|
|
<div class="hidden right">추천 식재료</div>
|
|
|
|