Minahito
minah****@users*****
2005年 12月 21日 (水) 13:12:00 JST
Index: xoops2jp/html/modules/base/admin/templates/module_update_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.2 --- xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.1 Wed Dec 21 12:52:19 2005 +++ xoops2jp/html/modules/base/admin/templates/module_update_confirm.html Wed Dec 21 13:11:59 2005 @@ -4,7 +4,53 @@ <li><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getVar('name','e')}> </ul> +<table class="outer" cellspacing="1"> + <tr> + <th rowspan="6" style="width:25%;"><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /> + <div><{$module->modinfo.name|escape}></div></th> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td> + <td class="odd"><{$module->getVar('name',e)}></td> + </tr> + <tr> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td> + <td class="even"><{$module->getVar('dirname',e)}></td> + </tr> + <tr> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td> + <td class="odd"><{math equation="v/100" v=$module->getVar('version') format="%.2f"}> + <{if $module->getVar('version') != $module->modinfo.version * 100 }> + » <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b> + <{/if}> + </td> + </tr> + <tr> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td> + <td class="even"> + <{if $module->getVar('mid')}> + <{$module->getVar('mid')}> + <{else}> + -- + <{/if}> + </td> + </tr> + <tr> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td> + <td class="odd"> + <{if $module->getVar('last_update')}> + <{$module->getVar('last_update')|xoops_formattimestamp:l}> + <{else}> + -- + <{/if}> + </td> + </tr> + <tr> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td> + <td class="even"><{$module->modinfo.description|escape}></td> + </tr> +</table> + <form method="POST"> <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /> </form> +