<{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}> |
<{$module->modinfo.name|escape}>
|
<{$smarty.const._AD_LEGACY_LANG_MOD_NAME}> |
<{$module->getShow('name')}> |
<{$smarty.const._AD_LEGACY_LANG_MOD_DIR_NAME}> |
<{$module->getShow('dirname')}> |
<{$smarty.const._AD_LEGACY_LANG_VERSION}> |
<{math equation="v/100" v=$module->get('version') format="%.2f"}>
<{if $module->get('version') != $module->modinfo.version * 100 }>
» <{math equation=$module->modinfo.version format="%.2f"}>
<{/if}>
|
<{$smarty.const._AD_LEGACY_LANG_MOD_MID}> |
<{if $module->get('mid')}>
<{$module->getShow('mid')}>
<{else}>
--
<{/if}>
|
<{$smarty.const._AD_LEGACY_LANG_LASTUPDATE}> |
<{if $module->get('last_update')}>
<{$module->get('last_update')|xoops_formattimestamp:l}>
<{else}>
--
<{/if}>
|
<{$smarty.const._AD_LEGACY_LANG_MOD_DESC}> |
<{$module->modinfo.description|escape}> |