Minahito
minah****@users*****
2005年 12月 28日 (水) 22:54:39 JST
Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html:removed --- xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html:1.1.2.4 Wed Dec 28 00:03:01 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html Wed Dec 28 22:54:39 2005 @@ -1,60 +0,0 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}> » <{$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"> - <tr> - <th><{$smarty.const._MD_A_BASE_LANG_MID}></th> - <th><{$smarty.const._MD_A_BASE_LANG_NAME}></th> - <th><{$smarty.const._MD_A_BASE_LANG_WEIGHT}></th> - <th><{$smarty.const._MD_A_BASE_LANG_ISACTIVE}></th> - </tr> - -<{foreach item=mid from=$mids}> - <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><{$mid}></td> - <td> - <{if $actionForm->getVar('name',$mid) == $moduleObjects[$mid]->getProperty('name')}> - <{$actionForm->getVar('name',$mid)|escape}> - <{else}> - (<{$moduleObjects[$mid]->getVar('name',e)}>) » <b style="color:#ff0000;"><{$actionForm->getVar('name',$mid)|escape}></b> - <{/if}> - </td> - <td> - <{if $actionForm->getVar('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}> - <{$actionForm->getVar('weight',$mid)|escape}> - <{else}> - (<{$moduleObjects[$mid]->getVar('weight')}>) » <b style="color:#ff0000;"><{$actionForm->getVar('weight',$mid)|escape}></b> - <{/if}> - </td> - <td> - <{if $actionForm->getVar('isactive',$mid) == $moduleObjects[$mid]->getProperty('isactive')}> - <{$smarty.const._MD_A_BASE_LANG_NO_CHANGE}> - <{else}> - (<{if $moduleObjects[$mid]->getProperty('isactive') == 1 }> - <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}> - <{else}> - <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}> - <{/if}>) - » - <b style="color:#ff0000;"> - <{if $actionForm->getVar('isactive',$mid) == 1}> - <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}> - <{else}> - <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}> - <{/if}></b> - <{/if}> - </td> - </tr> - <input type="hidden" name="name[<{$mid}>]" value="<{$actionForm->getVar('name',$mid)|escape}>" /> - <input type="hidden" name="weight[<{$mid}>]" value="<{$actionForm->getVar('weight',$mid)|escape}>" /> - <input type="hidden" name="isactive[<{$mid}>]" value="<{$actionForm->getVar('isactive',$mid)|escape}>" /> -<{/foreach}> - <tr class="foot"> - <td colspan="4" style="text-align:center;"><br /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" /> - </td> - </tr> -</table> -</form> Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:removed --- xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.7 Wed Dec 28 00:03:01 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html Wed Dec 28 22:54:39 2005 @@ -1,56 +0,0 @@ -<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> - -<div style="text-align:right;">[ <a href="index.php?action=ModuleDeactiveList"><b><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></b></a>]</div> - -<br /> -<form method="post"> -<table classs="outer" cellspacing="1"> - <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> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>"></a></th> - <th><{$smarty.const._MD_A_BASE_LANG_NAME}><br /> - <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>"></a></th> - <th><{$smarty.const._MD_A_BASE_LANG_VERSION}><br /> - <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>"></a></th> - <th><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}><br /> - <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>"></a></th> - <th><{$smarty.const._MD_A_BASE_LANG_WEIGHT}><br /> - <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>"></a></th> - <th><{$smarty.const._MD_A_BASE_LANG_ISACTIVE}><br /> - <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>"></a></th> - <th><{$smarty.const._MD_A_BASE_LANG_CONTROL}></th> - </tr> - <{foreach item=module from=$moduleObjects}> - <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><{$module->getVar('mid')}></td> - <td><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getVar('name','e')}>" /><br /> - <input type="text" size="22" name="name[<{$module->getVar('mid')}>]" value="<{$module->getVar('name','e')}>"></td> - <td><{$module->getRenderedVersion()}></td> - <td><{$module->getVar('last_update')|xoops_formattimestamp:l}></td> - <td> - <{if $module->getVar('hasmain')}> - <input type="text" size="4" maxlength="4" name="weight[<{$module->getVar('mid')}>]" value="<{$module->getVar('weight','e')}>" /> - <{else}> - <input type="hidden" name="weight[<{$module->getVar('mid')}>]" value="<{$module->getVar('weight','e')}>" /> - <{/if}> - </td> - <td><input type="checkbox" name="isactive[<{$module->getVar('mid')}>]" value="<{$module->getVar('isactive')}>" <{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> - </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> -</table> -</form>