Tom Hayakawa
tom_g3x****@users*****
2006年 10月 15日 (日) 01:54:59 JST
Index: xoops2jp/html/modules/legacy/admin/templates/module_list_confirm.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_list_confirm.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_list_confirm.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_list_confirm.html:1.1.2.2 Sun Oct 15 01:20:58 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_list_confirm.html Sun Oct 15 01:54:59 2006 @@ -19,22 +19,22 @@ <{foreach item=mid from=$mids}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$mid}></td> - <td class="base_list_name"> + <td class="legacy_list_id"><{$mid}></td> + <td class="legacy_list_name"> <{if $actionForm->get('name',$mid) == $moduleObjects[$mid]->get('name')}> <{$actionForm->get('name',$mid)|escape}> <{else}> - (<{$moduleObjects[$mid]->getShow('name')}>) » <b class="base_module_error"><{$actionForm->get('name',$mid)|escape}></b> + (<{$moduleObjects[$mid]->getShow('name')}>) » <b class="legacy_module_error"><{$actionForm->get('name',$mid)|escape}></b> <{/if}> </td> - <td class="base_list_order"> + <td class="legacy_list_order"> <{if $actionForm->get('weight',$mid) == $moduleObjects[$mid]->get('weight')}> <{$actionForm->get('weight',$mid)|escape}> <{else}> - (<{$moduleObjects[$mid]->getShow('weight')}>) » <b class="base_module_error"><{$actionForm->get('weight',$mid)|escape}></b> + (<{$moduleObjects[$mid]->getShow('weight')}>) » <b class="legacy_module_error"><{$actionForm->get('weight',$mid)|escape}></b> <{/if}> </td> - <td class="base_list_select"> + <td class="legacy_list_select"> <{if $actionForm->get('isactive',$mid)|intval == $moduleObjects[$mid]->get('isactive')}> <{$smarty.const._AD_LEGACY_LANG_NO_CHANGE}> <{else}> @@ -44,7 +44,7 @@ <{$smarty.const._AD_LEGACY_LANG_DEACTIVATE}> <{/if}>) » - <b class="base_module_error"> + <b class="legacy_module_error"> <{if $actionForm->get('isactive',$mid) == 1}> <{$smarty.const._AD_LEGACY_LANG_ISACTIVE}> <{else}> Index: xoops2jp/html/modules/legacy/admin/templates/preference_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/preference_edit.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/preference_edit.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/preference_edit.html:1.1.2.2 Sun Oct 15 01:24:13 2006 +++ xoops2jp/html/modules/legacy/admin/templates/preference_edit.html Sun Oct 15 01:54:59 2006 @@ -48,9 +48,9 @@ <{foreach item=config from=$objectArr}> <tr> <td class="head"> - <div class="base_list_title"><{$config->getTitle()}> + <div class="legacy_list_title"><{$config->getTitle()}> <{if $config->get('conf_desc') != null}> - <p class="base_list_description"><{$config->getDesc()}></p> + <p class="legacy_list_description"><{$config->getDesc()}></p> <{/if}> </div> </td> Index: xoops2jp/html/modules/legacy/admin/templates/comment_delete.html diff -u xoops2jp/html/modules/legacy/admin/templates/comment_delete.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/comment_delete.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/comment_delete.html:1.1.2.2 Sun Oct 15 01:16:30 2006 +++ xoops2jp/html/modules/legacy/admin/templates/comment_delete.html Sun Oct 15 01:54:59 2006 @@ -127,18 +127,18 @@ </tr> <{foreach item=obj from=$children}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$obj->getShow('com_id')}></td> - <td class="base_list_name"> + <td class="legacy_list_id"><{$obj->getShow('com_id')}></td> + <td class="legacy_list_name"> <{if $obj->mModule}> <{$obj->mModule->getShow('name')}> <{/if}> </td> - <td class="base_list_title"><{$obj->getShow('com_title')}></td> - <td class="base_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td> - <td class="base_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td> - <td class="base_list_order"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td> - <td class="base_list_select"><{$obj->getShow('com_ip')}></td> - <td class="base_list_control"> + <td class="legacy_list_title"><{$obj->getShow('com_title')}></td> + <td class="legacy_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td> + <td class="legacy_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td> + <td class="legacy_list_order"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td> + <td class="legacy_list_select"><{$obj->getShow('com_ip')}></td> + <td class="legacy_list_control"> <{if $obj->get('com_status') == 2}> <img src="<{"icons/active.gif"|theme}>" /> <{/if}> Index: xoops2jp/html/modules/legacy/admin/templates/install_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/install_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/install_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/install_list.html:1.1.2.2 Sun Oct 15 01:18:21 2006 +++ xoops2jp/html/modules/legacy/admin/templates/install_list.html Sun Oct 15 01:54:59 2006 @@ -16,12 +16,12 @@ </tr> <{foreach item=module from=$moduleObjects}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_image"> + <td class="legacy_list_image"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name','e')}>" title="<{$module->getShow('name','e')}>" /> - <div class="base_list_imagetitle"><{$module->getShow('name')}></div> + <div class="legacy_list_imagetitle"><{$module->getShow('name')}></div> </td> - <td class="base_list_order"><{$module->getRenderedVersion()}></td> - <td class="base_list_control"> + <td class="legacy_list_order"><{$module->getRenderedVersion()}></td> + <td class="legacy_list_control"> <a href="index.php?action=ModuleInstall&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" title="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" /></a> <a href="index.php?action=ModuleInfo&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_INFORMATION}>" title="<{$smarty.const._AD_LEGACY_LANG_INFORMATION}>" /></a> </td> Index: xoops2jp/html/modules/legacy/admin/templates/module_install.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_install.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_install.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_install.html:1.1.2.2 Sun Oct 15 01:20:38 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_install.html Sun Oct 15 01:54:59 2006 @@ -27,9 +27,9 @@ <th colspan="3"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}></th> </tr> <tr> - <td class="head base_list_image" rowspan="6"> + <td class="head legacy_list_image" rowspan="6"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->modinfo.name|escape}>" title="<{$module->modinfo.name|escape}>" /> - <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div> + <div class="legacy_list_imagetitle"><{$module->modinfo.name|escape}></div> </td> <td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_NAME}></td> <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td> @@ -42,7 +42,7 @@ <td class="head"><{$smarty.const._AD_LEGACY_LANG_VERSION}></td> <td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->get('version') format="%.2f"}> <{if $module->get('version') != $module->modinfo.version * 100 }> - » <b class="base_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b> + » <b class="legacy_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b> <{/if}> </td> </tr> Index: xoops2jp/html/modules/legacy/admin/templates/comment_view.html diff -u xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.2 Sun Oct 15 01:17:33 2006 +++ xoops2jp/html/modules/legacy/admin/templates/comment_view.html Sun Oct 15 01:54:59 2006 @@ -111,14 +111,14 @@ </tr> <{foreach item=obj from=$children}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$obj->getShow('com_id')}></td> - <td class="base_list_name"><{$obj->mModule->getShow('name')}></td> - <td class="base_list_title"><{$obj->getShow('com_title')}></td> - <td class="base_list_date"><{$obj->get('com_created')|xoops_formattimestamp:l}></td> - <td class="base_list_date"><{$obj->get('com_modified')|xoops_formattimestamp:l}></td> - <td class="base_list_name"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td> - <td class="base_list_order"><{$obj->getShow('com_ip')}></td> - <td class="base_list_select"> + <td class="legacy_list_id"><{$obj->getShow('com_id')}></td> + <td class="legacy_list_name"><{$obj->mModule->getShow('name')}></td> + <td class="legacy_list_title"><{$obj->getShow('com_title')}></td> + <td class="legacy_list_date"><{$obj->get('com_created')|xoops_formattimestamp:l}></td> + <td class="legacy_list_date"><{$obj->get('com_modified')|xoops_formattimestamp:l}></td> + <td class="legacy_list_name"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td> + <td class="legacy_list_order"><{$obj->getShow('com_ip')}></td> + <td class="legacy_list_select"> <{if $obj->get('com_status') == 2 }> <img src="<{"icons/active.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_ACTIVE}>" title="<{$smarty.const._AD_LEGACY_LANG_ACTIVE}>" /> <{/if}> Index: xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html:1.1.2.2 Sun Oct 15 01:15:46 2006 +++ xoops2jp/html/modules/legacy/admin/templates/blockinstall_list.html Sun Oct 15 01:54:59 2006 @@ -32,12 +32,12 @@ </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$obj->getShow('bid')}></td> - <td class="base_list_name"> + <td class="legacy_list_id"><{$obj->getShow('bid')}></td> + <td class="legacy_list_name"> <{if $obj->mModule}> - <span class="base_blocktype_module"><{$obj->mModule->getShow('name')}></span> + <span class="legacy_blocktype_module"><{$obj->mModule->getShow('name')}></span> <{else}> - <span class="base_blocktype_custom"> + <span class="legacy_blocktype_custom"> <{if $obj->get('c_type') == "H" }><{$smarty.const._AD_LEGACY_LANG_CUSTOM_HTML}> <{elseif $obj->get('c_type') == "P"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_PHP}> <{elseif $obj->get('c_type') == "S"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_WITH_SMILIES}> @@ -46,9 +46,9 @@ </span> <{/if}> </td> - <td class="base_list_title"><{$obj->getShow('title')}></td> - <td class="base_list_text"><{$obj->getShow('template')}></td> - <td class="base_list_control"> + <td class="legacy_list_title"><{$obj->getShow('title')}></td> + <td class="legacy_list_text"><{$obj->getShow('template')}></td> + <td class="legacy_list_control"> <{if $obj->get('block_type') == 'C'}> <a href="./index.php?action=CustomBlockEdit&bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" title="<{$smarty.const._AD_LEGACY_LANG_INSTALL}>" /></a> <a href="./index.php?action=CustomBlockDelete&bid=<{$obj->getShow('bid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> Index: xoops2jp/html/modules/legacy/admin/templates/comment_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.2 Sun Oct 15 01:17:33 2006 +++ xoops2jp/html/modules/legacy/admin/templates/comment_list.html Sun Oct 15 01:54:59 2006 @@ -5,7 +5,7 @@ <h3 class="admintitle"><{$smarty.const._MI_LEGACY_MENU_COMMENT_MANAGE}></h3> -<div class="base_comment_search"> +<div class="legacy_comment_search"> <form method="get" action="./index.php"> <input type="hidden" name="action" value="CommentList" /> <select name="com_modid"> @@ -63,22 +63,22 @@ </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$obj->getShow('com_id')}></td> - <td class="base_list_name"> + <td class="legacy_list_id"><{$obj->getShow('com_id')}></td> + <td class="legacy_list_name"> <{if $obj->mModule}> <{$obj->mModule->getShow('name')}> <{/if}> </td> - <td class="base_list_title"> + <td class="legacy_list_title"> <{if $obj->getShow('com_icon')}> <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$obj->getShow('com_icon')}>" alt="" /> <{else}> <img src="<{$smarty.const.XOOPS_URL}>/images/icons/no_posticon.gif" alt="" /> <{/if}> <a href="./index.php?action=CommentView&com_id=<{$obj->getShow('com_id')}>"><{$obj->getShow('com_title')}></a></td> - <td class="base_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td> - <td class="base_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td> - <td class="base_list_name"> + <td class="legacy_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td> + <td class="legacy_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td> + <td class="legacy_list_name"> <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"> <{if $obj->mUser}> <{$obj->mUser->getShow('uname')}> @@ -87,9 +87,9 @@ <{/if}> </a> </td> - <td class="base_list_order"><{$obj->getShow('com_ip')}></td> - <td class="base_list_select"><{$obj->mStatus->getShow('name')}></td> - <td class="base_list_control"> + <td class="legacy_list_order"><{$obj->getShow('com_ip')}></td> + <td class="legacy_list_select"><{$obj->mStatus->getShow('name')}></td> + <td class="legacy_list_control"> <a href="./index.php?action=CommentView&com_id=<{$obj->getShow('com_id')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a> <a href="./index.php?action=CommentEdit&com_id=<{$obj->getShow('com_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <a href="./index.php?action=CommentDelete&com_id=<{$obj->getShow('com_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> Index: xoops2jp/html/modules/legacy/admin/templates/block_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.2 Sun Oct 15 01:13:39 2006 +++ xoops2jp/html/modules/legacy/admin/templates/block_edit.html Sun Oct 15 01:54:59 2006 @@ -40,7 +40,7 @@ <tr> <td class="head"><{$smarty.const._AD_LEGACY_LANG_WEIGHT}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5 class=base_list_number}> + <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5 class=legacy_list_number}> </td> </tr> <tr> Index: xoops2jp/html/modules/legacy/admin/templates/module_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_list.html:1.1.2.2 Sun Oct 15 01:21:48 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_list.html Sun Oct 15 01:54:59 2006 @@ -49,12 +49,12 @@ <{else}> <tr class="<{cycle values='odd,even'}>"> <{/if}> - <td class="base_list_id"><{$module->getShow('mid')}></td> - <td class="base_list_image"><img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" /><br /> + <td class="legacy_list_id"><{$module->getShow('mid')}></td> + <td class="legacy_list_image"><img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" /><br /> <input type="text" size="24" name="name[<{$module->getShow('mid')}>]" value="<{$module->getShow('name')}>" /></td> - <td class="base_list_order"><{$module->getRenderedVersion()}></td> - <td class="base_list_date"><{$module->get('last_update')|xoops_formattimestamp:l}></td> - <td class="base_list_select"> + <td class="legacy_list_order"><{$module->getRenderedVersion()}></td> + <td class="legacy_list_date"><{$module->get('last_update')|xoops_formattimestamp:l}></td> + <td class="legacy_list_select"> <{* <{if $module->get('hasmain')}> *}> <input type="text" size="4" maxlength="4" name="weight[<{$module->getShow('mid')}>]" value="<{$module->getShow('weight','e')}>" /> <{* @@ -63,8 +63,8 @@ <{/if}> *}> </td> - <td class="base_list_select"><input type="checkbox" name="isactive[<{$module->getShow('mid')}>]" value="1" <{if $module->get('isactive')}>checked="checked"<{/if}> /></td> - <td class="base_list_control"> + <td class="legacy_list_select"><input type="checkbox" name="isactive[<{$module->getShow('mid')}>]" value="1" <{if $module->get('isactive')}>checked="checked"<{/if}> /></td> + <td class="legacy_list_control"> <a href="index.php?action=ModuleUpdate&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/update.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_UPDATE}>" title="<{$smarty.const._AD_LEGACY_LANG_UPDATE}>" /></a> <{if $module->get('isactive') == 0 }> <a href="index.php?action=ModuleUninstall&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/uninstall.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_UNINSTALL}>" title="<{$smarty.const._AD_LEGACY_LANG_UNINSTALL}>" /></a> Index: xoops2jp/html/modules/legacy/admin/templates/smiles_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/smiles_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/smiles_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/smiles_list.html:1.1.2.2 Sun Oct 15 01:25:20 2006 +++ xoops2jp/html/modules/legacy/admin/templates/smiles_list.html Sun Oct 15 01:54:59 2006 @@ -32,18 +32,18 @@ <{else}> <tr class="<{cycle values='odd,even'}> inactive"> <{/if}> - <td class="base_list_id"><{$obj->getShow('id')}></td> - <td class="base_list_name"><{$obj->getShow('code')}></td> - <td class="base_list_image"><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('smile_url')}>" alt="<{$obj->getShow('emotion')}>" title="<{$obj->getShow('emotion')}>" /></td> - <td class="base_list_text"><{$obj->getShow('emotion')}></td> - <td class="base_list_select"> + <td class="legacy_list_id"><{$obj->getShow('id')}></td> + <td class="legacy_list_name"><{$obj->getShow('code')}></td> + <td class="legacy_list_image"><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('smile_url')}>" alt="<{$obj->getShow('emotion')}>" title="<{$obj->getShow('emotion')}>" /></td> + <td class="legacy_list_text"><{$obj->getShow('emotion')}></td> + <td class="legacy_list_select"> <{if $obj->get('display') == 1 }> <{$smarty.const._YES}> <{else}> <{$smarty.const._NO}> <{/if}> </td> - <td class="base_list_control"> + <td class="legacy_list_control"> <a href="./index.php?action=SmilesEdit&id=<{$obj->getShow('id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <a href="./index.php?action=SmilesDelete&id=<{$obj->getShow('id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> Index: xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html:1.1.2.2 Sun Oct 15 01:18:21 2006 +++ xoops2jp/html/modules/legacy/admin/templates/imagecategory_list.html Sun Oct 15 01:54:59 2006 @@ -45,24 +45,24 @@ <{else}> <tr class="<{cycle values='odd,even'}>"> <{/if}> - <td class="base_list_id"><{$obj->getShow('imgcat_id')}></td> - <td class="base_list_title"> + <td class="legacy_list_id"><{$obj->getShow('imgcat_id')}></td> + <td class="legacy_list_title"> <a href="./index.php?action=ImageList&imgcat_id=<{$obj->getShow('imgcat_id')}>"><{$obj->getShow('imgcat_name')}></a> </td> - <td class="base_list_number"><{$obj->get('imgcat_maxsize')|number_format}></td> - <td class="base_list_number"><{$obj->get('imgcat_maxwidth')|number_format}></td> - <td class="base_list_number"><{$obj->get('imgcat_maxheight')|number_format}></td> - <td class="base_list_select"> + <td class="legacy_list_number"><{$obj->get('imgcat_maxsize')|number_format}></td> + <td class="legacy_list_number"><{$obj->get('imgcat_maxwidth')|number_format}></td> + <td class="legacy_list_number"><{$obj->get('imgcat_maxheight')|number_format}></td> + <td class="legacy_list_select"> <{if $obj->get('imgcat_display') == 1}> <{$smarty.const._YES}> <{else}> <{$smarty.const._NO}> <{/if}> </td> - <td class="base_list_order"><{$obj->getShow('imgcat_weight')}></td> - <td class="base_list_type"><{$obj->getShow('imgcat_storetype')}></td> - <td class="base_list_number"><{$obj->getImageCount()|escape}></td> - <td class="base_list_control"> + <td class="legacy_list_order"><{$obj->getShow('imgcat_weight')}></td> + <td class="legacy_list_type"><{$obj->getShow('imgcat_storetype')}></td> + <td class="legacy_list_number"><{$obj->getImageCount()|escape}></td> + <td class="legacy_list_control"> <a href="./index.php?action=ImageList&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_LIST}>" title="<{$smarty.const._AD_LEGACY_LANG_LIST}>" /></a> <a href="./index.php?action=ImageCreate&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/add.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_IMAGE_NEW}>" title="<{$smarty.const._AD_LEGACY_LANG_IMAGE_NEW}>" /></a> <a href="./index.php?action=ImagecategoryEdit&imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> Index: xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_form.html diff -u xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.2 Sun Oct 15 01:19:18 2006 +++ xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_form.html Sun Oct 15 01:54:59 2006 @@ -6,7 +6,7 @@ <h3 class="admintitle"><{$smarty.const._MI_LEGACY_MENU_ACTIONSEARCH}></h3> <div class="tips"><{$smarty.const._AD_LEGACY_LANG_ACTIONSEARCH_INFO}></div> -<div class="base_actionsearch_form"> +<div class="legacy_actionsearch_form"> <form action="index.php" method="get"> <{xoops_input type=hidden name=action value=ActSearch}> <{xoops_token form=$actionForm}> Index: xoops2jp/html/modules/legacy/admin/templates/install_wizard.html diff -u xoops2jp/html/modules/legacy/admin/templates/install_wizard.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/install_wizard.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/install_wizard.html:1.1.2.2 Sun Oct 15 01:18:21 2006 +++ xoops2jp/html/modules/legacy/admin/templates/install_wizard.html Sun Oct 15 01:54:59 2006 @@ -19,7 +19,7 @@ <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL_CONF}></th> </tr> <tr> - <td class="head base_list_image"> + <td class="head legacy_list_image"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.installer.image|escape}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" /> </td> <td class="even"> Index: xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_success.html diff -u xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_success.html:1.1.2.2 Sun Oct 15 01:19:18 2006 +++ xoops2jp/html/modules/legacy/admin/templates/legacy_admin_actionsearch_success.html Sun Oct 15 01:54:59 2006 @@ -2,11 +2,11 @@ <h4 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_RESULT}></h4> -<ul class="base_actionsearch_records"> +<ul class="legacy_actionsearch_records"> <{foreach item=record from=$records}> <li>[ <{$record->mModuleName|escape}> ] »» <a href="<{$record->mActionUrl}>"><{$record->mTitle|escape}></a> <{if $record->mDescription}> - <div class="base_actionsearch_records_desc"><{$record->mDescription|escape}></div> + <div class="legacy_actionsearch_records_desc"><{$record->mDescription|escape}></div> <{/if}> </li> <{/foreach}> Index: xoops2jp/html/modules/legacy/admin/templates/block_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/block_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/block_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/block_list.html:1.1.2.2 Sun Oct 15 01:14:10 2006 +++ xoops2jp/html/modules/legacy/admin/templates/block_list.html Sun Oct 15 01:54:59 2006 @@ -54,12 +54,12 @@ </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$obj->getShow('bid')}></td> - <td class="base_list_name"> + <td class="legacy_list_id"><{$obj->getShow('bid')}></td> + <td class="legacy_list_name"> <{if $obj->mModule}> - <span class="base_blocktype_module"><{$obj->mModule->getShow('name')}></span> + <span class="legacy_blocktype_module"><{$obj->mModule->getShow('name')}></span> <{else}> - <span class="base_blocktype_custom"> + <span class="legacy_blocktype_custom"> <{if $obj->get('c_type') == "H" }><{$smarty.const._AD_LEGACY_LANG_CUSTOM_HTML}> <{elseif $obj->get('c_type') == "P"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_PHP}> <{elseif $obj->get('c_type') == "S"}><{$smarty.const._AD_LEGACY_LANG_CUSTOM_WITH_SMILIES}> @@ -68,48 +68,48 @@ </span> <{/if}> </td> - <td class="base_list_title"><{$obj->getShow('title')}></td> - <td class="base_blockside"> + <td class="legacy_list_title"><{$obj->getShow('title')}></td> + <td class="legacy_blockside"> <{strip}> <{if $obj->get('side') == 0}> - <div class="base_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=0 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=0 default=$obj->get('side')}></div> <{else}> - <div class="base_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=0 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=0 default=$obj->get('side')}></div> <{/if}> - <div class="base_blockside_separator">-</div> + <div class="legacy_blockside_separator">-</div> <{if $obj->get('side') == 3}> - <div class="base_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=3 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=3 default=$obj->get('side')}></div> <{else}> - <div class="base_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=3 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=3 default=$obj->get('side')}></div> <{/if}> <{if $obj->get('side') == 5}> - <div class="base_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=5 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=5 default=$obj->get('side')}></div> <{else}> - <div class="base_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=5 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=5 default=$obj->get('side')}></div> <{/if}> <{if $obj->get('side') == 4}> - <div class="base_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=4 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=4 default=$obj->get('side')}></div> <{else}> - <div class="base_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=4 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=4 default=$obj->get('side')}></div> <{/if}> - <div class="base_blockside_separator">-</div> + <div class="legacy_blockside_separator">-</div> <{if $obj->get('side') == 1}> - <div class="base_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=1 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput active"><{xoops_input type=radio name=side key=$obj->get('bid') value=1 default=$obj->get('side')}></div> <{else}> - <div class="base_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=1 default=$obj->get('side')}></div> + <div class="legacy_blocksideInput inactive"><{xoops_input type=radio name=side key=$obj->get('bid') value=1 default=$obj->get('side')}></div> <{/if}> <{/strip}> </td> - <td class="base_list_select"> - <{xoops_input type=text name=weight size=4 key=$obj->get('bid') value=$obj->get('weight') class=base_list_number}> + <td class="legacy_list_select"> + <{xoops_input type=text name=weight size=4 key=$obj->get('bid') value=$obj->get('weight') class=legacy_list_number}> </td> - <td class="base_list_select"> + <td class="legacy_list_select"> <select name="bcachetime[<{$obj->getShow('bid')}>]"> <{xoops_optionsArray from=$cachetimeArr value=cachetime label=label default=$obj->get('bcachetime')}> </select> </td> - <td class="base_list_date"><{$obj->getShow('last_modified')|xoops_formattimestamp:l}></td> - <td class="base_list_control"> + <td class="legacy_list_date"><{$obj->getShow('last_modified')|xoops_formattimestamp:l}></td> + <td class="legacy_list_control"> <{if $obj->get('block_type') == 'C'}> <a href="./index.php?action=CustomBlockEdit&bid=<{$obj->getShow('bid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{else}> Index: xoops2jp/html/modules/legacy/admin/templates/image_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/image_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/image_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/image_list.html:1.1.2.2 Sun Oct 15 01:17:33 2006 +++ xoops2jp/html/modules/legacy/admin/templates/image_list.html Sun Oct 15 01:54:59 2006 @@ -39,8 +39,8 @@ <{else}> <tr class="<{cycle values='odd,even'}>"> <{/if}> - <td class="base_list_id"><{$obj->getShow('image_id')}></td> - <td class="base_list_image"> + <td class="legacy_list_id"><{$obj->getShow('image_id')}></td> + <td class="legacy_list_image"> <{if $obj->mImageCategory != null}> <{if $obj->mImageCategory->get('imgcat_storetype') == 'file'}> <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('image_name')}>" alt="<{$obj->getShow('image_nicename')}>" title="<{$obj->getShow('image_nicename')}>" /> @@ -48,13 +48,13 @@ <img src="<{$smarty.const.XOOPS_URL}>/image.php?id=<{$obj->getShow('image_id')}>" alt="<{$obj->getShow('image_nicename')}>" title="<{$obj->getShow('image_nicename')}>" /> <{/if}> <{/if}> - <div class="base_list_imagetitle"><{$obj->getShow('image_nicename')}></div> + <div class="legacy_list_imagetitle"><{$obj->getShow('image_nicename')}></div> </td> - <td class="base_list_type"><{$obj->getShow('image_mimetype')}></td> - <td class="base_list_date"><{$obj->getShow('image_created')|xoops_formattimestamp:l}></td> - <td class="base_list_select"><{if $obj->get('image_display') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td> - <td class="base_list_order"><{$obj->getShow('image_weight')}></td> - <td class="base_list_control"> + <td class="legacy_list_type"><{$obj->getShow('image_mimetype')}></td> + <td class="legacy_list_date"><{$obj->getShow('image_created')|xoops_formattimestamp:l}></td> + <td class="legacy_list_select"><{if $obj->get('image_display') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td> + <td class="legacy_list_order"><{$obj->getShow('image_weight')}></td> + <td class="legacy_list_control"> <a href="./index.php?action=ImageEdit&image_id=<{$obj->getShow('image_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <a href="./index.php?action=ImageDelete&image_id=<{$obj->getShow('image_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> Index: xoops2jp/html/modules/legacy/admin/templates/theme_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/theme_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/theme_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/theme_list.html:1.1.2.2 Sun Oct 15 01:25:20 2006 +++ xoops2jp/html/modules/legacy/admin/templates/theme_list.html Sun Oct 15 01:54:59 2006 @@ -31,14 +31,14 @@ <{else}> <tr class="<{cycle values="odd,even"}> inactive"> <{/if}> - <td class="base_list_image"> + <td class="legacy_list_image"> <{if $theme->get('screenshot')}> <img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->getShow('dirname')}>/<{$theme->getShow('screenshot')}>" width="120" height="90" alt="<{$theme->getShow('name')}>" title="<{$theme->getShow('name')}>" /> <{/if}> - <div class="base_list_imagetitle"><{$theme->getShow('name')}></div> + <div class="legacy_list_imagetitle"><{$theme->getShow('name')}></div> </td> - <td class="base_list_text"> - <p class="base_list_description"><{$theme->getShow('description') != null}></p> + <td class="legacy_list_text"> + <p class="legacy_list_description"><{$theme->getShow('description') != null}></p> <ul> <li><{$smarty.const._AD_LEGACY_LANG_VERSION}> : <{$theme->getShow('version')}></li> <li><{$smarty.const._AD_LEGACY_LANG_RENDER}> : <{$theme->getShow('render_system')}></li> @@ -49,10 +49,10 @@ <{/if}> </ul> </td> - <td class="base_list_select"> + <td class="legacy_list_select"> <input type="checkbox" name="select[<{$theme->getShow('dirname')}>]" value="1" <{if $actionForm->get('select', $theme->get('dirname'))}>checked="checked"<{/if}> /> </td> - <td class="base_list_control"> + <td class="legacy_list_control"> <{if $currentThemeName != $theme->get('dirname')}> <input name="choose[<{$theme->getShow('dirname')}>]" type="submit" value="<{$smarty.const._SELECT}>" class="formButton" /> <{else}> Index: xoops2jp/html/modules/legacy/admin/templates/preference_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/preference_list.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/preference_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/preference_list.html:1.1.2.2 Sun Oct 15 01:25:20 2006 +++ xoops2jp/html/modules/legacy/admin/templates/preference_list.html Sun Oct 15 01:54:59 2006 @@ -13,9 +13,9 @@ </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td class="base_list_id"><{$obj->getVar('confcat_id')}></td> - <td class="base_list_title"><{$obj->getName()|escape}></td> - <td class="base_list_control"> + <td class="legacy_list_id"><{$obj->getVar('confcat_id')}></td> + <td class="legacy_list_title"><{$obj->getName()|escape}></td> + <td class="legacy_list_control"> <a href="./index.php?action=PreferenceEdit&confcat_id=<{$obj->getVar('confcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> </td> </tr> Index: xoops2jp/html/modules/legacy/admin/templates/module_update.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_update.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_update.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_update.html:1.1.2.2 Sun Oct 15 01:23:35 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_update.html Sun Oct 15 01:54:59 2006 @@ -26,9 +26,9 @@ <th colspan="3"><{$smarty.const._AD_LEGACY_LANG_MODUPDATE_CONF}></th> </tr> <tr> - <td class="head base_list_image" rowspan="6"> + <td class="head legacy_list_image" rowspan="6"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" /> - <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div> + <div class="legacy_list_imagetitle"><{$module->modinfo.name|escape}></div> </td> <td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_NAME}></td> <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td> @@ -41,7 +41,7 @@ <td class="head"><{$smarty.const._AD_LEGACY_LANG_VERSION}></td> <td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->get('version') format="%.2f"}> <{if $module->get('version') != $module->modinfo.version * 100 }> - » <span class="base_module_versionMsg"><{math equation=$module->modinfo.version format="%.2f"}></span> + » <span class="legacy_module_versionMsg"><{math equation=$module->modinfo.version format="%.2f"}></span> <{/if}> </td> </tr> Index: xoops2jp/html/modules/legacy/admin/templates/module_information.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_information.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_information.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_information.html:1.1.2.2 Sun Oct 15 01:19:18 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_information.html Sun Oct 15 01:54:59 2006 @@ -15,9 +15,9 @@ <th colspan="3"><{$smarty.const._AD_LEGACY_LANG_MOD_BASIC_INFO}></th> </tr> <tr> - <td class="head base_list_image" rowspan="6"> + <td class="head legacy_list_image" rowspan="6"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" /> - <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div> + <div class="legacy_list_imagetitle"><{$module->modinfo.name|escape}></div> </td> <td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_NAME}></td> <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td> @@ -30,7 +30,7 @@ <td class="head"><{$smarty.const._AD_LEGACY_LANG_VERSION}></td> <td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->get('version') format="%.2f"}> <{if $module->get('version')/100 != $module->modinfo.version }> - » <b class="base_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b> + » <b class="legacy_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b> <{/if}> </td> </tr> @@ -111,14 +111,14 @@ </tr> <{foreach from=$module->modinfo.tables item=table key=table_key}> <tr class="<{cycle values='odd,even'}>"> - <td class="head base_list_id"><{$table_key}></td> + <td class="head legacy_list_id"><{$table_key}></td> <td><{$table|escape}></td> <td></td> </tr> <{/foreach}> </table> <{else}> - <div class="base_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_SQL}></div> + <div class="legacy_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_SQL}></div> <{/if}> <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div> @@ -155,7 +155,7 @@ </table> <{else}> -<div class="base_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_MAINMENU}></div> +<div class="legacy_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_MAINMENU}></div> <{/if}> <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div> @@ -193,7 +193,7 @@ </tr> <{foreach from=$module->adminmenu item=admin key=admin_key}> <tr class="<{cycle values='odd,even'}>"> - <td class="head base_list_id"><{$admin_key|escape}></td> + <td class="head legacy_list_id"><{$admin_key|escape}></td> <td><{$admin.title|escape}></td> <td><{$admin.link|escape}></td> </tr> @@ -201,7 +201,7 @@ </table> <{/if}> <{else}> - <div class="base_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_ADMINMENU}></div> + <div class="legacy_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_ADMINMENU}></div> <{/if}> <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div> @@ -230,14 +230,14 @@ </tr> <{foreach from=$module->modinfo.templates item=template key=template_key}> <tr class="<{cycle values='odd,even'}>"> - <td class="head base_list_id"><{$template_key}></td> + <td class="head legacy_list_id"><{$template_key}></td> <td><{$template.file|escape}></td> <td><{$template.description|escape}></td> </tr> <{/foreach}> </table> <{else}> - <div class="base_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_TEMPLATE}></div> + <div class="legacy_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_TEMPLATE}></div> <{/if}> <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div> @@ -252,7 +252,7 @@ </tr> <{foreach from=$block key=block_key item=block_val name=block }> <tr class="<{cycle values='odd,even' name=block}>"> - <td class="head base_list_name" style="width:30%;"><{$block_key|escape}></td> + <td class="head legacy_list_name" style="width:30%;"><{$block_key|escape}></td> <{if $block_key == "name" }> <td><b><{$block_val|escape}></b></td> <{else}> @@ -263,7 +263,7 @@ </table> <br /> <{foreachelse}> - <div class="base_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_BLOCK}></div> + <div class="legacy_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_BLOCK}></div> <{/foreach}> <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div> @@ -278,7 +278,7 @@ </tr> <{foreach from=$config key=config_key item=config_val name=config}> <tr class="<{cycle values="odd,even" name=config}>"> - <td class="head base_list_name" style="width:30%;"><{$config_key|escape}></td> + <td class="head legacy_list_name" style="width:30%;"><{$config_key|escape}></td> <td> <{if $config_key == "name" }> <b><{$config_val|escape}></b> @@ -295,7 +295,7 @@ </table> <br /> <{foreachelse}> - <div class="base_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_CONFIG}></div> + <div class="legacy_modinfo_notmounted"><{$smarty.const._AD_LEGACY_LANG_NO_CONFIG}></div> <{/foreach}> <{* Index: xoops2jp/html/modules/legacy/admin/templates/customblock_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/customblock_edit.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/customblock_edit.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/customblock_edit.html:1.1.2.2 Sun Oct 15 01:17:33 2006 +++ xoops2jp/html/modules/legacy/admin/templates/customblock_edit.html Sun Oct 15 01:54:59 2006 @@ -68,7 +68,7 @@ <tr> <td class="head"><{$smarty.const._AD_LEGACY_LANG_WEIGHT}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5 class=base_list_number}> + <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5 class=legacy_list_number}> </td> </tr> <tr> Index: xoops2jp/html/modules/legacy/admin/templates/module_uninstall_success.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_uninstall_success.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_uninstall_success.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_uninstall_success.html:1.1.2.2 Sun Oct 15 01:22:21 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_uninstall_success.html Sun Oct 15 01:54:59 2006 @@ -10,11 +10,11 @@ <ul> <{foreach item=msg from=$log}> <{if $msg.type == "error"}> - <li class="base_module_error"><{$msg.message|escape}></li> + <li class="legacy_module_error"><{$msg.message|escape}></li> <{elseif $msg.type == "warning"}> - <li class="base_module_warning"><{$msg.message|escape}></li> + <li class="legacy_module_warning"><{$msg.message|escape}></li> <{else}> - <li class="base_module_message"><{$msg.message|escape}></li> + <li class="legacy_module_message"><{$msg.message|escape}></li> <{/if}> <{/foreach}> </ul> Index: xoops2jp/html/modules/legacy/admin/templates/image_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/image_edit.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/image_edit.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/image_edit.html:1.1.2.2 Sun Oct 15 01:17:33 2006 +++ xoops2jp/html/modules/legacy/admin/templates/image_edit.html Sun Oct 15 01:54:59 2006 @@ -40,7 +40,7 @@ </tr> <{if $actionForm->get('image_id')}> <tr> - <td class="<{cycle values="odd,even"}> base_list_image" colspan="2"> + <td class="<{cycle values="odd,even"}> legacy_list_image" colspan="2"> <{if $object->mImageCategory->get('imgcat_storetype') == 'file'}> <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$object->getShow('image_name')}>" alt="<{$object->getShow('image_nicename')}>" title="<{$object->getShow('image_nicename')}>" /> <{else}> Index: xoops2jp/html/modules/legacy/admin/templates/install_wizard_error.html diff -u xoops2jp/html/modules/legacy/admin/templates/install_wizard_error.html:1.1.2.1 xoops2jp/html/modules/legacy/admin/templates/install_wizard_error.html:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/templates/install_wizard_error.html:1.1.2.1 Sat Oct 14 23:55:24 2006 +++ xoops2jp/html/modules/legacy/admin/templates/install_wizard_error.html Sun Oct 15 01:54:59 2006 @@ -3,11 +3,11 @@ <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li class="base_module_error"><{$msg.message|escape}></li> + <li class="legacy_module_error"><{$msg.message|escape}></li> <{elseif $msg.type=="warning"}> - <li class="base_module_warning"><{$msg.message|escape}></li> + <li class="legacy_module_warning"><{$msg.message|escape}></li> <{else}> - <li class="base_module_message"><{$msg.message|escape}></li> + <li class="legacy_module_message"><{$msg.message|escape}></li> <{/if}> <{/foreach}> </ul> Index: xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html:1.1.2.2 Sun Oct 15 01:15:07 2006 +++ xoops2jp/html/modules/legacy/admin/templates/blockinstall_edit.html Sun Oct 15 01:54:59 2006 @@ -40,7 +40,7 @@ <tr> <td class="head"><{$smarty.const._AD_LEGACY_LANG_WEIGHT}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5 class=base_list_number}> + <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5 class=legacy_list_number}> </td> </tr> <tr> Index: xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html:1.1.2.2 Sun Oct 15 01:22:49 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_uninstall.html Sun Oct 15 01:54:59 2006 @@ -29,9 +29,9 @@ <th colspan="3"><{$smarty.const._AD_LEGACY_LANG_MODUNINSTALL_CONF}></th> </tr> <tr> - <td rowspan="6" class="head base_list_image"> + <td rowspan="6" class="head legacy_list_image"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" /> - <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div> + <div class="legacy_list_imagetitle"><{$module->modinfo.name|escape}></div> </td> <td class="head"><{$smarty.const._AD_LEGACY_LANG_MOD_NAME}></td> <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td> @@ -45,7 +45,7 @@ <td class="<{cycle values='odd,even'}>"> <{math equation="v/100" v=$module->get('version') format="%.2f"}> <{if $module->get('version') != $module->modinfo.version * 100 }> - » <b class="base_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b> + » <b class="legacy_module_warning"><{math equation=$module->modinfo.version format="%.2f"}></b> <{/if}> </td> </tr> Index: xoops2jp/html/modules/legacy/admin/templates/image_delete.html diff -u xoops2jp/html/modules/legacy/admin/templates/image_delete.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/image_delete.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/image_delete.html:1.1.2.2 Sun Oct 15 01:17:33 2006 +++ xoops2jp/html/modules/legacy/admin/templates/image_delete.html Sun Oct 15 01:54:59 2006 @@ -19,7 +19,7 @@ </th> </tr> <tr> - <td class="<{cycle values="odd,even"}> base_list_image" colspan="2"> + <td class="<{cycle values="odd,even"}> legacy_list_image" colspan="2"> <{if $object->mImageCategory->get('imgcat_storetype') == 'file'}> <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$object->getShow('image_name')}>" alt="<{$object->getShow('image_nicename')}>" title="<{$object->getShow('image_nicename')}>" /> <{else}> Index: xoops2jp/html/modules/legacy/admin/templates/module_install_success.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_install_success.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_install_success.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_install_success.html:1.1.2.2 Sun Oct 15 01:20:38 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_install_success.html Sun Oct 15 01:54:59 2006 @@ -12,13 +12,13 @@ <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li class="base_modinstall_error"><{$msg.message|escape}></li> + <li class="legacy_modinstall_error"><{$msg.message|escape}></li> <{elseif $msg.type=="warning"}> - <li class="base_modinstall_warning"><{$msg.message|escape}></li> + <li class="legacy_modinstall_warning"><{$msg.message|escape}></li> <{else}> - <li class="base_modinstall_message"><{$msg.message|escape}></li> + <li class="legacy_modinstall_message"><{$msg.message|escape}></li> <{/if}> <{/foreach}> </ul> -<div class="base_module_return">» <a href="index.php?action=ModuleList"><{$smarty.const._AD_LEGACY_LANG_MODLIST}></a></div> +<div class="legacy_module_return">» <a href="index.php?action=ModuleList"><{$smarty.const._AD_LEGACY_LANG_MODLIST}></a></div> Index: xoops2jp/html/modules/legacy/admin/templates/module_update_success.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_update_success.html:1.1.2.2 xoops2jp/html/modules/legacy/admin/templates/module_update_success.html:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/templates/module_update_success.html:1.1.2.2 Sun Oct 15 01:23:13 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_update_success.html Sun Oct 15 01:54:59 2006 @@ -10,11 +10,11 @@ <ul> <{foreach item=msg from=$log}> <{if $msg.type=="error"}> - <li class="base_module_error"><{$msg.message|escape}></li> + <li class="legacy_module_error"><{$msg.message|escape}></li> <{elseif $msg.type=="warning"}> - <li class="base_module_warning"><{$msg.message|escape}></li> + <li class="legacy_module_warning"><{$msg.message|escape}></li> <{else}> - <li class="base_module_message"><{$msg.message|escape}></li> + <li class="legacy_module_message"><{$msg.message|escape}></li> <{/if}> <{/foreach}> </ul>