|
|
|
@ -79,8 +79,10 @@
|
|
|
|
|
<div class="ca_cont" >
|
|
|
|
|
<div class="write_ca <#if item['bd_tp']?contains("BF_CT_TP_5")> red <#else> yellow </#if>">${item['bd_tp_nm']!}</div>
|
|
|
|
|
<#if item['hashtag']?has_content >
|
|
|
|
|
<#list item['hashtag']?split(",") as tag>
|
|
|
|
|
<div class="write_ca <#if tag?contains("기록")> blue <#else> green </#if>">${tag}</div>
|
|
|
|
|
<#list item['hashtag']?replace("#", ",")?split(",") as tag>
|
|
|
|
|
<#if tag?has_content>
|
|
|
|
|
<div class="write_ca <#if tag?trim?contains("기록")> blue <#else> green </#if>">${tag}</div>
|
|
|
|
|
</#if>
|
|
|
|
|
</#list>
|
|
|
|
|
</#if>
|
|
|
|
|
</div>
|
|
|
|
|