<{$smarty.const._MD_XOONIPS_ITEM_MODIFY_ITEM_TITLE}>

<{* template for display to edit items $Revision: 1.5.2.1 $ $item_id: id of item to edit $body: HTML of form to edit item $next_url: Access url in pushing 'next' buttom $xoonipsCheckedXID: id of index selecting (comma separated) $num_of_items_current: number of registered item now (not public) $num_of_items_max: maximum number of registered items $storage_of_items_current: total size of attachment files in registered items(not public) $storage_of_items_max: maximum size of attachment files that can register *}>

> <{if !empty( $num_of_items_current ) && !empty( $num_of_items_max ) }> <{$smarty.const._MD_XOONIPS_ITEM_NUM_OF_ITEM}>: <{$num_of_items_current}> / <{$num_of_items_max}>
<{/if}> <{if !empty( $storage_of_items_current ) && !empty( $storage_of_items_max ) }> <{$smarty.const._MD_XOONIPS_ITEM_STORAGE_OF_ITEM}>: <{$storage_of_items_current}>MB / <{$storage_of_items_max}>MB
<{/if}> <{if !empty( $body ) }> <{$body}> <{/if}> <{* To pass basic informations to next pages *}>