Minahito
minah****@users*****
2005年 12月 27日 (火) 19:37:23 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.2 xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html:1.1.2.2 Mon Dec 19 23:03:15 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html Tue Dec 27 19:37:23 2005 @@ -1,56 +1,60 @@ -<h3>» <{$smarty.const._MI_BASE_MENU_MODULELIST}> » <{$smarty.const._MI_BASE_MENU_MODUPDATE_CONF}></h3> +<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> + <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._MI_BASE_MENU_NO_CHANGE}> - <{* <{$actionForm->getVar('isactive',$mid)|escape}> *}> - <{else}> - (<{if $moduleObjects[$mid]->getVar('isactive') == 1 }><{$smarty.const._MD_A_BASE_LANG_ISACTIVE}> - <{elseif $moduleObjects[$mid]->getVar('isactive') == 0 }><{$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}> - <{elseif $actionForm->getVar('isactive',$mid) == 0 }><{$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}>" /> + <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}>" /> - </td> - </tr> + <tr class="foot"> + <td colspan="4" style="text-align:center;"><br /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /> + </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.5 xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.6 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.5 Mon Dec 19 23:03:25 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html Tue Dec 27 19:37:23 2005 @@ -1,44 +1,54 @@ -<h3>» <{$smarty.const._MI_BASE_MENU_MODULELIST}></h3> +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> <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="<{"images/up.gif"|theme}>" alt="ASC"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> - <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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><input type="text" size="4" maxlength="4" name="weight[<{$module->getVar('mid')}>]" value="<{$module->getVar('weight','e')}>" /></td> - <td><input type="checkbox" name="isactive[<{$module->getVar('mid')}>]" <{if $module->getVar('isactive')}>value="1" checked <{else}>value="0"<{/if}> /></td> - <td><a href="index.php?action=ModuleUpdate&dirname=<{$module->getVar('dirname')}>"><img src="<{"images/update.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /></a> - <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"images/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}>" /> - </td> + <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="<{"images/up.gif"|theme}>" alt="ASC"></a> + <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> + <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> + <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> + <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> + <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/up.gif"|theme}>" alt="ASC"></a> + <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{"images/down.gif"|theme}>" alt="DESC"></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="<{"images/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="<{"images/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="<{"images/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}>" /> + </td> </table> </form>