<{if $handler->getShowList('did')}>
<{$smarty.const._MD_XDBASE_LANG_DID}>:<{$obj->getShow('did')}>
<{/if}>
<{if $handler->getShowList('cid')}>
<{$smarty.const._MD_XDBASE_LANG_CID}>:<{if $obj->getShow('cid')}><{$handler->getCatTitle($obj->getShow('cid'))}><{/if}>
<{/if}>
<{if $handler->getShowList('pid')}>
<{$smarty.const._MD_XDBASE_LANG_PID}>:<{$obj->getShow('pid')}>
<{/if}>
<{if $handler->getShowList('tag')}>
<{$smarty.const._MD_XDBASE_LANG_TAG}>:<{if $obj->getShow('tag')}><{foreach name=tag key=key item=tag from=$handler->getTagArray($obj->getShow('did'))}><{$tag}><{if !$smarty.foreach.tag.last}>, <{/if}><{/foreach}><{/if}>
<{/if}>
<{if $handler->getShowList('uid') && $obj->getShow('uid')}>
<{$smarty.const._MD_XDBASE_LANG_UID}>:<{$obj->getShow('uid')|xdbase_user:uname}>
<{/if}>
<{if $handler->getShowList('name') && $obj->getShow('name')}>
<{$smarty.const._MD_XDBASE_LANG_NAME}>:<{$obj->getShow('name')}>
<{/if}>
<{if $handler->getShowList('poster_ip') && $obj->getShow('poster_ip')}>
<{$smarty.const._MD_XDBASE_LANG_POSTER_IP}>:<{$obj->getShow('poster_ip')}>
<{/if}>
<{if $handler->getShowList('created_date')}>
<{$smarty.const._MD_XDBASE_LANG_CREATED_DATE}>:<{$obj->getShow('created_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_LIST}>
<{/if}>
<{if $handler->getShowList('updated_date')}>
<{$smarty.const._MD_XDBASE_LANG_UPDATED_DATE}>:<{$obj->getShow('updated_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_LIST}>
<{/if}>
<{if $handler->getShowList('published_date')}>
<{$smarty.const._MD_XDBASE_LANG_PUBLISHED_DATE}>:<{$obj->getShow('published_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_LIST}>
<{/if}>
<{if $handler->getShowList('expired_date')}>
<{$smarty.const._MD_XDBASE_LANG_EXPIRED_DATE}>:<{$obj->getShow('expired_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_LIST}>
<{/if}>
<{if $handler->getShowList('s_date')}>
<{$smarty.const._MD_XDBASE_LANG_S_DATE}>:<{$obj->getShow('s_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_LIST}>
<{/if}>
<{if $handler->getShowList('e_date')}>
<{$smarty.const._MD_XDBASE_LANG_E_DATE}>:<{$obj->getShow('e_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_LIST}>
<{/if}>
<{if $handler->getShowList('img01') && $obj->getShow('img01')}>
<{if $smarty.const._MD_XDBASE_CONST_CREATETHUMB}>
}>)
<{else}>
}>)
<{/if}>
<{/if}>
<{if $handler->getShowList('body') && $obj->getShow('body')}>
<{$obj->getShow('body')|xdbase_mbtruncate:$smarty.const._MD_XDBASE_CONST_TEXTLENGTH}>
<{/if}>