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