<{if $smarty.const._MD_XDBASE_CONST_DISPBREADCRUMB}>
<{$smarty.const._MD_XDBASE_CONST_MODULENAME}> » <{if $actionForm->get('did')}><{$smarty.const._MD_XDBASE_LANG_DATA_EDIT}><{else}><{$smarty.const._REPLY}><{/if}>
<{/if}> <{* parent data *}> <{if $parentObject}>
<{$parentObject->getShow('title')}>
<{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')}>
<{$smarty.const._MD_XDBASE_LANG_URL}>:<{if $smarty.const._MD_XDBASE_CONST_USE_URLTHUM}><{$parentObject->getShow('url')}><{$parentObject->getShow('url')}><{else}><{$parentObject->getShow('url')}> <{$smarty.const._MD_XDBASE_LANG_VISIT}><{/if}>
<{/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') != ''}><{$parentObject->getShow('img01')}><{/if}>
<{/if}> <{if $handler->getShowArticle('body') && $parentObject->getShow('body')}>
<{$parentObject->getShow('body')}>
<{/if}>
<{if $handler->getShowArticle('status')}> <{$smarty.const._MD_XDBASE_LANG_STATUS}>:<{$parentObject->getShow('status')|replace:"0":$smarty.const._MD_XDBASE_LANG_DISAPPROVED|replace:"1":$smarty.const._MD_XDBASE_LANG_APPROVED}> <{/if}> <{if $handler->getShowArticle('hits')}> <{$smarty.const._MD_XDBASE_LANG_HITS}>:<{$parentObject->getShow('hits')}> <{/if}>
<{/if}> <{* post form *}> <{if $actionForm->hasError()}>
<{/if}>
getActive('img01') || $handler->getActive('img02') || $handler->getActive('file01')}> enctype="multipart/form-data"<{/if}> onsubmit="return xoopsFormValidate_<{$smarty.const._MD_XDBASE_CONST_MODULEDIRNAME}>_editform();"> <{$actionForm->getTokenHtml()}> <{if $actionForm->get('did')}> <{else}> <{/if}> <{if $handler->getActive('cid')}> <{/if}> <{if $handler->getActive('tag')}> <{/if}> <{if $handler->getActive('uid') && $actionForm->get('did')}> <{/if}> <{if $handler->getActive('name')}> <{/if}> <{if $handler->getActive('poster_ip') && $actionForm->get('did')}> <{/if}> <{if $handler->getActive('created_date') && $actionForm->get('did')}> <{/if}> <{if $handler->getActive('updated_date') && $actionForm->get('did')}> <{/if}> <{if $handler->getActive('password')}> <{/if}> <{if $handler->getActive('url')}> <{/if}> <{if $handler->getActive('email')}> <{/if}> <{if $handler->getActive('img01') && $smarty.const._MD_XDBASE_CONST_CANUPLOAD}> <{/if}> <{if $handler->getActive('body')}> <{/if}> <{if $handler->getActive('status')}> <{/if}> <{if $handler->getActive('hits') && $actionForm->get('did')}> <{/if}> <{if $handler->getActive('comments') && $actionForm->get('did')}> <{/if}>
<{$smarty.const._MD_XDBASE_LANG_DATA_EDIT}><{$smarty.const._REPLY}>
<{$smarty.const._MD_XDBASE_LANG_CID}> ">
<{$smarty.const._MD_XDBASE_LANG_TITLE}> ">
<{$smarty.const._MD_XDBASE_LANG_TAG}> "> <{if $handler->getTagOptionArray()}> <{$smarty.const._MD_XDBASE_LANG_SELECT_TAG}>
<{/if}> <{$smarty.const._MD_XDBASE_LANG_ADD_TAG}> 
<{$smarty.const._MD_XDBASE_LANG_UID}> "> <{$actionForm->get('uid')|xdbase_user:uname}>
<{$smarty.const._MD_XDBASE_LANG_NAME}> "> <{if $xoops_isuser && $actionForm->get('name') == ""}> <{else}> <{/if}>
<{$smarty.const._MD_XDBASE_LANG_POSTER_IP}> "> <{$actionForm->get('poster_ip')|escape}>
<{$smarty.const._MD_XDBASE_LANG_CREATED_DATE}> "> <{if $xoops_isadmin}> <{html_select_date time=$actionForm->get('created_date') start_year="-1" end_year="+2" month_format="%m" day_format="%d" field_order="YMD" field_array="created_date_array"}> <{html_select_time time=$actionForm->get('created_date') minute_interval="10" display_seconds=false field_array="created_date_array"}> <{else}> <{$actionForm->get('created_date')|xdbase_formattimestamp:l}> <{/if}>
<{$smarty.const._MD_XDBASE_LANG_UPDATED_DATE}> "> <{if $xoops_isadmin}> <{html_select_date time=$actionForm->get('updated_date') start_year="-1" end_year="+2" month_format="%m" day_format="%d" field_order="YMD" field_array="updated_date_array"}> <{html_select_time time=$actionForm->get('updated_date') minute_interval="10" display_seconds=false field_array="updated_date_array"}> <{else}> <{$actionForm->get('updated_date')|xdbase_formattimestamp:l}> <{/if}>
<{$smarty.const._MD_XDBASE_LANG_PASSWORD}> ">
<{$smarty.const._MD_XDBASE_LANG_URL}> ">
<{$smarty.const._MD_XDBASE_LANG_EMAIL}> ">
<{$smarty.const._MD_XDBASE_LANG_IMG01}> "> <{if $object->getShow('img01') != ''}> <{if $smarty.const._MD_XDBASE_CONST_CREATETHUMB}> <{$object->getShow('img01')}> <{else}> <{$object->getShow('img01')}> <{/if}>

<{$smarty.const._MD_XDBASE_DELETE_FILE_DESC}>
<{/if}>
<{$smarty.const._MD_XDBASE_LANG_BODY}> "> <{if $handler->getInputType('body') == 'dhtmltarea'}> <{xdbase_dhtmltarea type=text name=body value=$actionForm->get('body') cols=$smarty.const._MD_XDBASE_CONST_TEXTAREA_COL rows=$smarty.const._MD_XDBASE_CONST_TEXTAREA_ROW}> <{else}> <{xdbase_textarea type=text name=body value=$actionForm->get('body') cols=$smarty.const._MD_XDBASE_CONST_TEXTAREA_COL rows=$smarty.const._MD_XDBASE_CONST_TEXTAREA_ROW}> <{/if}>
<{$smarty.const._MD_XDBASE_LANG_STATUS}> "> <{if $xoops_isadmin}> <{else}> <{$actionForm->get('status')|replace:"0":$smarty.const._MD_XDBASE_LANG_DISAPPROVED|replace:"1":$smarty.const._MD_XDBASE_LANG_APPROVED}> <{/if}>
<{$smarty.const._MD_XDBASE_LANG_HITS}> "> <{$actionForm->get('hits')|escape}>
<{$smarty.const._MD_XDBASE_LANG_COMMENTS}> "> <{$actionForm->get('comments')|escape}>
<{if $actionForm->getRequiredKeyCount()}> <{/if}>