Minahito
minah****@users*****
2005年 12月 3日 (土) 15:50:39 JST
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.3 xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.3 Thu Dec 1 14:18:19 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html Sat Dec 3 15:50:39 2005 @@ -2,10 +2,10 @@ <form method="post"> -<table> +<table classs="outer" cellspacing="1"> <tr> <th> - *MID* + *MID*<br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a> <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a> </th> @@ -13,44 +13,50 @@ *GRAPHIC* </th> <th> - *NAME* + *NAME*<br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a> <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a> </th> <th> - *VERSION* + *VERSION*<br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a> <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a> </th> <th> - *LASTUPDATE* + *LASTUPDATE*<br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a> <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a> </th> <th> - *WEIGHT* + *WEIGHT*<br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a> <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a> </th> <th> - *ISACTIVE* + *ISACTIVE*<br /> <a href="index.php?action=ModuleList&sort=<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a> <a href="index.php?action=ModuleList&sort=-<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a> </th> + <th> + *ACTION* + </th> </tr> <{foreach item=module from=$moduleObjects}> - <tr class="<{cycle values='odd,even'}>"> + <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}>" /></td> - <td><input type="text" name="name[<{$module->getVar('mid')}>]" value="<{$module->getVar('name','e')}>"></td> + <td><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getVar('name','e')}>" /></td> + <td><input type="text" size="25" 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')}>]" value="1" <{if $module->getVar('isactive')}>checked<{/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')}>">*UPDATE*</a> + <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>">*INFORMATION*</a> </tr> <{/foreach}> + <tr class="footer"> + <td class="footer" colspan="8"><input type="submit" value="*SUBMIT*" /></td> + </tr> </table> -<input type="submit" value="SUBMIT" /> - </form> \ No newline at end of file