<{if $handler->getShowArticle('did')}>
<{$smarty.const._MD_XDBASE_LANG_DID}>:<{$parentObject->getShow('did')}>
<{/if}>
<{if $handler->getShowArticle('cid')}>
<{$smarty.const._MD_XDBASE_LANG_CID}>:<{if $parentObject->getShow('cid')}><{$handler->getCatTitle($parentObject->getShow('cid'))}><{/if}>
<{/if}>
<{if $handler->getShowArticle('pid')}>
<{$smarty.const._MD_XDBASE_LANG_PID}>:<{$parentObject->getShow('pid')}>
<{/if}>
<{if $handler->getShowArticle('tag')}>
<{$smarty.const._MD_XDBASE_LANG_TAG}>:<{if $parentObject->getShow('tag')}><{foreach name=tag key=key item=tag from=$handler->getTagArray($parentObject->getShow('did'))}><{$tag}><{if !$smarty.foreach.tag.last}>, <{/if}><{/foreach}><{/if}>
<{/if}>
<{if $handler->getShowArticle('uid') && $parentObject->getShow('uid')}>
<{$smarty.const._MD_XDBASE_LANG_UID}>:<{$parentObject->getShow('uid')|xdbase_user:uname}>
<{/if}>
<{if $handler->getShowArticle('name') && $parentObject->getShow('name')}>
<{$smarty.const._MD_XDBASE_LANG_NAME}>:<{$parentObject->getShow('name')}>
<{/if}>
<{if $handler->getShowArticle('poster_ip') && $parentObject->getShow('poster_ip')}>
<{$smarty.const._MD_XDBASE_LANG_POSTER_IP}>:<{$parentObject->getShow('poster_ip')}>
<{/if}>
<{if $handler->getShowArticle('created_date')}>
<{$smarty.const._MD_XDBASE_LANG_CREATED_DATE}>:<{$parentObject->getShow('created_date')|xdbase_formattimestamp:l}>
<{/if}>
<{if $handler->getShowArticle('updated_date')}>
<{$smarty.const._MD_XDBASE_LANG_UPDATED_DATE}>:<{$parentObject->getShow('updated_date')|xdbase_formattimestamp:l}>
<{/if}>
<{if $handler->getShowArticle('password') && $parentObject->getShow('password')}>
<{$smarty.const._MD_XDBASE_LANG_PASSWORD}>:<{$parentObject->getShow('password')}>
<{/if}>
<{if $handler->getShowArticle('url') && $parentObject->getShow('url')}>
<{/if}>
<{if $handler->getShowArticle('email') && $parentObject->getShow('email')}>
<{$smarty.const._MD_XDBASE_LANG_EMAIL}>:<{$parentObject->getShow('email')}>
<{/if}>
<{if $handler->getShowArticle('img01')}>
<{if $parentObject->getShow('img01') != ''}>
}>)
<{/if}>
<{/if}>
<{if $handler->getShowArticle('body') && $parentObject->getShow('body')}>
<{$parentObject->getShow('body')}>
<{/if}>