Tom Hayakawa
tom_g3x****@users*****
2006年 1月 30日 (月) 23:53:50 JST
Index: xoops2jp/html/modules/base/admin/templates/module_list.html diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.2 --- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.1 Wed Dec 28 22:47:42 2005 +++ xoops2jp/html/modules/base/admin/templates/module_list.html Mon Jan 30 23:53:49 2006 @@ -1,10 +1,14 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> +</div> -<div style="text-align:right;">[ <a href="index.php?action=ModuleDeactiveList"><b><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></b></a>]</div> +<h3><{$smarty.const._MI_BASE_MENU_MODULELIST}></h3> + +<div class="toptab">[ <a href="index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> ]</div> -<br /> <form method="post"> -<table classs="outer" cellspacing="1"> +<table classs="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_MID}><br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>"></a> @@ -41,16 +45,19 @@ <{/if}> </td> <td><input type="checkbox" name="isactive[<{$module->getVar('mid')}>]" value="1" <{if $module->getVar('isactive')}>checked<{/if}> /></td> - <td><a href="index.php?action=ModuleUpdate&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/update.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /></a> - <{if $module->getVar('isactive') == 0 }> - <a href="index.php?action=ModuleUninstall&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/uninstall.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" /></a> - <{/if}> - <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a></td> + <td> + <a href="index.php?action=ModuleUpdate&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/update.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /></a> + <{if $module->getVar('isactive') == 0 }> + <a href="index.php?action=ModuleUninstall&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/uninstall.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" /></a> + <{/if}> + <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a> + </td> </tr> <{/foreach}> <tr> - <td class="foot" colspan="7" align="center"><br /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" /> + <td class="foot" colspan="7"> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" /> </td> + </tr> </table> </form> Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.4 Wed Dec 28 00:02:53 2005 +++ xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html Mon Jan 30 23:53:49 2006 @@ -1,44 +1,56 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></h4> +<h3><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></h3> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}> </ul> -<table class="outer" cellspacing="1"> +<form method="POST"> +<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> +<table class="outer"> <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> + <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></th> + </tr> + <tr> + <td rowspan="6" class="head" style="text-align:center;"> + <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /> + <div><{$module->modinfo.name|escape}></div> + </td> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td> + <td class="<{cycle values='odd,even'}>"><{$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> + <td class="<{cycle values='odd,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 class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td> + <td class="<{cycle values='odd,even'}>"> + <{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> + <td class="<{cycle values='odd,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')}> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td> + <td class="<{cycle values='odd,even'}>"> + <{if $module->getVar('last_update')}> <{$module->getVar('last_update')|xoops_formattimestamp:l}> <{else}> -- @@ -46,13 +58,18 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td> - <td class="even"><{$module->modinfo.description|escape}></td> + <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td> + </tr> + <tr> + <td class="foot" colspan="3"> + <input type="checkbox" name="force" value="1" /><{$smarty.const._MD_A_BASE_LANG_FORCE_MODE}> + </td> + </tr> + <tr> + <td class="foot" colspan="3"> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" class="formButton" /> + </td> </tr> </table> - -<form method="POST"> - <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> - <input type="checkbox" name="force" value="1" /><{$smarty.const._MD_A_BASE_LANG_FORCE_MODE}><br /><br /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" class="formButton" /> </form> Index: xoops2jp/html/modules/base/admin/templates/module_installer_licence.html diff -u xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.2 Fri Dec 30 17:24:54 2005 +++ xoops2jp/html/modules/base/admin/templates/module_installer_licence.html Mon Jan 30 23:53:50 2006 @@ -1,14 +1,31 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <a href="index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}> +</div> -<h4><{$licence|escape}></h4> +<h3><{$licence|escape}></h3> <form method="POST"> - <textarea cols="75" rows="15"><{$licenceText|escape}></textarea> - - <br/> - <input type="radio" name="agree" value="1" /><{$smarty.const._MD_A_BASE_LANG_AGREE}><br/> - <input type="radio" name="agree" value="0" /><{$smarty.const._MD_A_BASE_LANG_NO_AGREE}> - - <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> +<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> +<table class="outer"> + <tr> + <th><{$licence|escape}></th> + </tr> + <tr> + <td class="head" style="text-align:center"> + <textarea cols="75" rows="15"><{$licenceText|escape}></textarea> + </td> + <tr> + <td class="foot"> + <input type="radio" name="agree" value="1" /><{$smarty.const._MD_A_BASE_LANG_AGREE}> + <input type="radio" name="agree" value="0" /><{$smarty.const._MD_A_BASE_LANG_NO_AGREE}> + </td> + <tr> + <td class="foot"> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> + </td> + </tr> +</table> </form> Index: xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.2 --- xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.1 Wed Dec 28 22:47:53 2005 +++ xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html Mon Jan 30 23:53:50 2006 @@ -1,9 +1,14 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}> » <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}> +</div> + +<h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3> <form method="post"> <input type="hidden" name="dummy_ticket" value="now_test" /> - -<table classs="outer" cellspacing="1"> +<table classs="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_MID}></th> <th><{$smarty.const._MD_A_BASE_LANG_NAME}></th> @@ -55,8 +60,8 @@ <input type="hidden" name="isactive[<{$mid}>]" value="0" /> <{/if}> <{/foreach}> - <tr class="foot"> - <td colspan="4" style="text-align:center;"><br /> + <tr> + <td class="foot" colspan="4"> <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" /> </td> </tr> Index: xoops2jp/html/modules/base/admin/templates/module_install_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.4 Wed Dec 28 00:02:53 2005 +++ xoops2jp/html/modules/base/admin/templates/module_install_confirm.html Mon Jan 30 23:53:50 2006 @@ -1,25 +1,37 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <a href="./index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h4> +<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h3> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}> </ul> -<table class="outer" cellspacing="1"> +<form method="POST"> +<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> +<table class="outer"> + <tr> + <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th> + </tr> <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" rowspan="6" style="text-align:center;"> + <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /> + <div><{$module->modinfo.name|escape}></div> + </td> <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td> - <td class="odd"><{$module->getVar('name',e)}></td> + <td class="<{cycle values='odd,even'}>"><{$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> + <td class="<{cycle values='odd,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"}> + <td class="<{cycle values='odd,even'}>"><{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}> @@ -27,7 +39,7 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td> - <td class="even"> + <td class="<{cycle values='odd,even'}>"> <{if $module->getVar('mid')}> <{$module->getVar('mid')}> <{else}> @@ -37,7 +49,7 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td> - <td class="odd"> + <td class="<{cycle values='odd,even'}>"> <{if $module->getVar('last_update')}> <{$module->getVar('last_update')|xoops_formattimestamp:l}> <{else}> @@ -47,11 +59,12 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td> - <td class="even"><{$module->modinfo.description|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td> + </tr> + <tr> + <td class="foot" colspan="3"> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> + </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_INSTALL}>" class="formButton" /> </form> Index: xoops2jp/html/modules/base/admin/templates/module_install_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/module_install_success.html:1.1.2.4 Wed Dec 28 00:02:53 2005 +++ xoops2jp/html/modules/base/admin/templates/module_install_success.html Mon Jan 30 23:53:50 2006 @@ -1,15 +1,19 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <a href="./index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h4> - -<h5><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h5> +<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_SUCCESS}></h3> +<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LOG}></h4> <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li><font color='red'><{$msg.message}></font></li> + <li style="color:red;"><{$msg.message}></li> <{elseif $msg.type=="warning"}> - <li><font color='blue'><{$msg.message}></font></li> + <li style="color:blue;"><{$msg.message}></li> <{else}> <li><{$msg.message}></li> <{/if}> Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html:1.1.2.3 Thu Dec 22 20:21:58 2005 +++ xoops2jp/html/modules/base/admin/templates/module_uninstall_success.html Mon Jan 30 23:53:50 2006 @@ -1,13 +1,18 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}> » <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_SUCCESS}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_SUCCESS}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_LOG}></h4> +<h3><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_SUCCESS}></h3> +<h4><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_LOG}></h4> <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li><font color='red'><{$msg.message}></font></li> + <li style="color:red;"><{$msg.message}></li> <{elseif $msg.type=="warning"}> - <li><font color='blue'><{$msg.message}></font></li> + <li style="color:blue;"><{$msg.message}></li> <{else}> <li><{$msg.message}></li> <{/if}> 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.4 xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.4 Wed Dec 28 00:02:53 2005 +++ xoops2jp/html/modules/base/admin/templates/module_update_confirm.html Mon Jan 30 23:53:50 2006 @@ -1,25 +1,36 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h4> +<h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getVar('name','e')}> </ul> -<table class="outer" cellspacing="1"> +<form method="POST"> +<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> +<table class="outer"> + <tr> + <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></th> + </tr> <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" rowspan="6" style="text-align:center;"> + <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /> + <div><{$module->modinfo.name|escape}></div> + </td> <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td> - <td class="odd"><{$module->getVar('name',e)}></td> + <td class="<{cycle values='odd,even'}>"><{$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> + <td class="<{cycle values='odd,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"}> + <td class="<{cycle values='odd,even'}>"><{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}> @@ -27,7 +38,7 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td> - <td class="even"> + <td class="<{cycle values='odd,even'}>"> <{if $module->getVar('mid')}> <{$module->getVar('mid')}> <{else}> @@ -37,7 +48,7 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td> - <td class="odd"> + <td class="<{cycle values='odd,even'}>"> <{if $module->getVar('last_update')}> <{$module->getVar('last_update')|xoops_formattimestamp:l}> <{else}> @@ -47,11 +58,12 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td> - <td class="even"><{$module->modinfo.description|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td> + </tr> + <tr> + <td class="foot" colspan="3"> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" /> + </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}>" class="formButton" /> </form> Index: xoops2jp/html/modules/base/admin/templates/deactive_module_list.html diff -u xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:1.1.2.3 Wed Dec 28 00:03:09 2005 +++ xoops2jp/html/modules/base/admin/templates/deactive_module_list.html Mon Jan 30 23:53:50 2006 @@ -1,10 +1,14 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <a href="./index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></h4> +<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></h3> -<p><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LIST_ADVICE}></p> +<div class="tips"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LIST_ADVICE}></div> -<table classs="outer" cellspacing="1"> +<table classs="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_NAME}></th> <th><{$smarty.const._MD_A_BASE_LANG_VERSION}></th> @@ -12,7 +16,10 @@ </tr> <{foreach item=module from=$moduleObjects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getVar('name','e')}>" /><br /><{$module->getVar('name')}></td> + <td> + <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getVar('name','e')}>" /><br /> + <{$module->getVar('name')}> + </td> <td><{$module->getRenderedVersion()}></td> <td> <a href="index.php?action=ModuleInstall&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a> @@ -21,4 +28,3 @@ </tr> <{/foreach}> </table> - Index: xoops2jp/html/modules/base/admin/templates/module_information.html diff -u xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.6 --- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.5 Fri Dec 30 17:24:12 2005 +++ xoops2jp/html/modules/base/admin/templates/module_information.html Mon Jan 30 23:53:50 2006 @@ -1,26 +1,34 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> -<{if $installed }> - <h4><{$smarty.const._MD_A_BASE_LANG_INFORMATION}></h4> -<{else}> - <h4><{$smarty.const._MD_A_BASE_LANG_INFO_MODINSTALL}></h4> -<{/if}> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + <{if !$installed }> + »» <a href="./index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> + <{/if}> + »» <{$smarty.const._MD_A_BASE_LANG_INFORMATION}> +</div> +<h3><{$smarty.const._MD_A_BASE_LANG_INFORMATION}></h3> <h5><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></h5> -<table class="outer" cellspacing="1"> +<table class="outer"> + <tr> + <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MOD_BASIC_INFO}></th> + </tr> <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" rowspan="6" style="text-align:center;"> + <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /> + <div><{$module->modinfo.name|escape}></div> + </td> <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td> - <td class="odd"><{$module->getVar('name',e)}></td> + <td class="<{cycle values='odd,even'}>"><{$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> + <td class="<{cycle values='odd,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"}> + <td class="<{cycle values='odd,even'}>"><{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}> @@ -28,7 +36,7 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td> - <td class="even"> + <td class="<{cycle values='odd,even'}>"> <{if $module->getVar('mid')}> <{$module->getVar('mid')}> <{else}> @@ -38,7 +46,7 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td> - <td class="odd"> + <td class="<{cycle values='odd,even'}>"> <{if $module->getVar('last_update')}> <{$module->getVar('last_update')|xoops_formattimestamp:l}> <{else}> @@ -48,46 +56,46 @@ </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td> - <td class="even"><{$module->modinfo.description|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td> </tr> </table> <hr /> <h5><{$smarty.const._MD_A_BASE_LANG_MOD_LICENSE_INFO}></h5> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_MODULE_LICENSE}></td> - <td class="odd"><{$module->modinfo.license|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.license|escape}></td> </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_AUTHOR}></td> - <td class="even"><{$module->modinfo.author|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.author|escape}></td> </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_CREDITS}></td> - <td class="odd"><{$module->modinfo.credits|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.credits|escape}></td> </tr> </table> <hr /> <h5><{$smarty.const._MD_A_BASE_LANG_SQL_INFO}></h5> <{if $module->modinfo.tables}> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_SQL_HAS_MAIN}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_SQL_ENGINE}></td> - <td class="even"><{$smarty.const._MD_A_BASE_LANG_SQL_MYSQL}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_SQL_MYSQL}></td> </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_SQL_FILE_NAME}></td> - <td class="odd"><{$module->modinfo.sqlfile.mysql}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.sqlfile.mysql}></td> </tr> </table> <br /> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_TABLE_NUM}></th> <th><{$smarty.const._MD_A_BASE_LANG_TABLE_NAME}></th> @@ -109,14 +117,15 @@ <h5><{$smarty.const._MD_A_BASE_LANG_MAINMENU_INFO}></h5> <{if $module->getVar('hasmain')}> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_MAINMENU_HAS_MAIN}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> </table> + <br /> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_SUBMENU_NAME}></th> <th><{$smarty.const._MD_A_BASE_LANG_SUBMENU_URL}></th> @@ -127,7 +136,7 @@ <td><{$sub.url}></td> </tr> <{foreachelse}> - <tr class="odd"> + <tr class="<{cycle values='odd,even'}>"> <td colspan="2"><{$smarty.const._MD_A_BASE_LANG_NO_SUBMENU}></td> </tr> <{/foreach}> @@ -140,27 +149,27 @@ <hr /> <h5><{$smarty.const._MD_A_BASE_LANG_ADMIN_MENU}></h5> <{if $module->getVar('hasadmin')}> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_ADMINMENU_HAS_MAIN}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_ADMINMENU_INDEX}></td> - <td class="odd"><{$module->modinfo.adminindex}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.adminindex}></td> </tr> </tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_ADMINMENU_MENU}></td> - <td class="odd"><{$module->modinfo.adminmenu}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.adminmenu}></td> </tr> </tr> <td class="head"><{$smarty.const._HELP}></td> - <td class="odd"><{$module->modinfo.help}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.help}></td> </tr> </table> <{if $module->adminmenu }> <br /> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_KEY}></th> <th><{$smarty.const._MD_A_BASE_LANG_ADMINMENU_NAME}></th> @@ -183,18 +192,18 @@ <hr /> <h5><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_INFO}></h5> <{if $module->modinfo.templates }> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_HAS_MAIN}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> <tr> <td class="head"><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_ENGINE}></td> - <td class="even"><{$smarty.const._MD_A_BASE_LANG_SMARTY}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_SMARTY}></td> </tr> </table> <br /> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_KEY}></th> <th><{$smarty.const._MD_A_BASE_LANG_TEMPLATE_FILE}></th> @@ -216,7 +225,7 @@ <h5><{$smarty.const._MD_A_BASE_LANG_BLOCKS_INFO}></h5> <{foreach from=$module->modinfo.blocks item=block key=block_num }> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_BLOCK_KEY}> (<{$block_num}>)</th> <th><{$smarty.const._MD_A_BASE_LANG_BLOCK_VAL}></th> @@ -241,7 +250,7 @@ <h5><{$smarty.const._MD_A_BASE_LANG_CONFIG_INFO}></h5> <{foreach from=$module->modinfo.config item=config key=conf_num }> -<table class="outer" cellspacing="1"> +<table class="outer"> <tr> <th><{$smarty.const._MD_A_BASE_LANG_CONFIG_KEY}> (<{$conf_num}>)</th> <th><{$smarty.const._MD_A_BASE_LANG_CONFIG_VAL}></th> @@ -270,24 +279,24 @@ <hr /> <h5><{$smarty.const._MD_A_BASE_LANG_FEATURE_SVC_INFO}></h5> -<table class="outer" cellspacing="1"> +<table class="outer"> <{if $module->getVar('hassearch')}> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_SEARCH_SVC}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> <{/if}> <{if $module->getVar('hascomments')}> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_COMMENT_SVC}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> <{/if}> <{if $module->getVar('hasnotification')}> <tr> <td class="head" style="width:30%;"><{$smarty.const._MD_A_BASE_LANG_NOTIF_SVC}></td> - <td class="odd"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> + <td class="<{cycle values='odd,even'}>"><{$smarty.const._MD_A_BASE_LANG_ACTIVE}></td> </tr> <{/if}> </table> Index: xoops2jp/html/modules/base/admin/templates/module_installers_error.html diff -u xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.3 Fri Dec 30 17:24:36 2005 +++ xoops2jp/html/modules/base/admin/templates/module_installers_error.html Mon Jan 30 23:53:50 2006 @@ -1,11 +1,11 @@ -<h3><{$smarty.const._ERROR}></h3> +<h4><{$smarty.const._ERROR}></h4> <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li><span style="color:red;"><{$msg.message}></span></li> + <li style="color:red;"><{$msg.message}></li> <{elseif $msg.type=="warning"}> - <li><span style="color:blue;"><{$msg.message}></span></li> + <li style="color:blue;"><{$msg.message}></li> <{else}> <li><{$msg.message}></li> <{/if}> Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.3 Wed Dec 28 00:03:09 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html Mon Jan 30 23:53:50 2006 @@ -1,7 +1,12 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_ACTIONSEARCH}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ActSearch"><{$smarty.const._MI_BASE_MENU_ACTIONSEARCH}></a> +</div> -<p><{$smarty.const._MB_A_BASE_LANG_ACTIONSEARCH_INFO}></p> -<form action="index.php?action=actSearch" method="post"> +<h3><{$smarty.const._MI_BASE_MENU_ACTIONSEARCH}></h3> + +<div><{$smarty.const._MB_A_BASE_LANG_ACTIONSEARCH_INFO}></div> +<form action="index.php?action=ActSearch" method="post"> <input type="text" name="keywords" <{if $actionForm}>value="<{$actionForm->getVar('keywords')|escape}>"<{/if}> /> <input type="submit" value="<{$smarty.const._SEARCH}>" class="formButton" /> </form> Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.3 Wed Dec 28 00:03:09 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_success.html Mon Jan 30 23:53:50 2006 @@ -1,6 +1,6 @@ <{include file="legacy_admin_actionsearch_form.html"}> -<h4>» <{$smarty.const._MB_A_BASE_LANG_RESULT}></h4> +<h4><{$smarty.const._MB_A_BASE_LANG_RESULT}></h4> <ul> <{foreach item=record from=$records}> Index: xoops2jp/html/modules/base/admin/templates/module_update_success.html diff -u xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/module_update_success.html:1.1.2.4 Wed Dec 28 00:02:53 2005 +++ xoops2jp/html/modules/base/admin/templates/module_update_success.html Mon Jan 30 23:53:50 2006 @@ -1,15 +1,18 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_SUCCESS}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_SUCCESS}></h4> - -<h5><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_LOG}></h5> +<h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_SUCCESS}></h3> +<h4><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_LOG}></h4> <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li><font color='red'><{$msg.message}></font></li> + <li style="color:red;"><{$msg.message}></li> <{elseif $msg.type=="warning"}> - <li><font color='blue'><{$msg.message}></font></li> + <li style="color:blue;"><{$msg.message}></li> <{else}> <li><{$msg.message}></li> <{/if}> Index: xoops2jp/html/modules/base/admin/templates/module_installer.html diff -u xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.2 Fri Dec 30 17:24:26 2005 +++ xoops2jp/html/modules/base/admin/templates/module_installer.html Mon Jan 30 23:53:50 2006 @@ -1,14 +1,26 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> + »» <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a> + »» <a href="index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> + »» <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}> +</div> -<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h4> +<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h3> <ul> <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}> </ul> -<table class="outer" cellspacing="1"> +<form method="POST"> +<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> +<table class="outer"> <tr> - <td class="even" rowspan="2"><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" /></td> + <th colspan="2"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th> + </tr> + <tr> + <td class="head"> + <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" /> + </td> <td class="even" valign="top"> <h4><{$module->getVar('name')}></h4> <ul> @@ -19,12 +31,9 @@ </td> </tr> <tr> - <td class="even" align="center" valign="middle"> - <form method="POST"> - <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> + <td class="foot" colspan="2"> <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> - </form> - </td> + </td> </tr> </table> - +</form>