Tom Hayakawa
tom_g3x****@users*****
2006年 2月 2日 (木) 17:40:48 JST
Index: xoops2jp/html/modules/base/admin/templates/comment_edit.html diff -u xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/comment_edit.html:1.1.2.2 Mon Jan 30 13:35:01 2006 +++ xoops2jp/html/modules/base/admin/templates/comment_edit.html Thu Feb 2 17:40:48 2006 @@ -1,7 +1,7 @@ <div class="adminnavi"> <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> »» <a href="./index.php?action=CommentList"><{$smarty.const._MI_BASE_MENU_COMMENTMANAGE}></a> - <{if $actionForm->getVar('com_id')}> + <{if $actionform->get('com_id')}> »» <{$smarty.const._AD_BASE_LANG_COMMENT_EDIT}> <{else}> »» <{$smarty.const._AD_BASE_LANG_COMMENT_NEW}> @@ -9,7 +9,7 @@ </div> <h3> -<{if $actionForm->getVar('com_id')}> +<{if $actionform->get('com_id')}> <{$smarty.const._AD_BASE_LANG_COMMENT_EDIT}> <{else}> <{$smarty.const._AD_BASE_LANG_COMMENT_NEW}> @@ -26,11 +26,11 @@ <form action="" method="post"> <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=com_id value=$actionForm->getVar('com_id')}> + <{xoops_input type=hidden name=com_id value=$actionform->get('com_id')}> <table class="outer"> <tr> <th colspan="2"> - <{if $actionForm->getVar('com_id')}> + <{if $actionform->get('com_id')}> <{$smarty.const._AD_BASE_LANG_COMMENT_EDIT}> <{else}> <{$smarty.const._AD_BASE_LANG_COMMENT_NEW}> @@ -40,115 +40,115 @@ <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_PID}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_pid value=$actionForm->getVar('com_pid')}> + <{xoops_input type=text name=com_pid value=$actionform->get('com_pid')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_ROOTID}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_rootid value=$actionForm->getVar('com_rootid')}> + <{xoops_input type=text name=com_rootid value=$actionform->get('com_rootid')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_MODID}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_modid value=$actionForm->getVar('com_modid')}> + <{xoops_input type=text name=com_modid value=$actionform->get('com_modid')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_ITEMID}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_itemid value=$actionForm->getVar('com_itemid')}> + <{xoops_input type=text name=com_itemid value=$actionform->get('com_itemid')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_ICON}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_icon value=$actionForm->getVar('com_icon') size=15 maxlength=25}> + <{xoops_input type=text name=com_icon value=$actionform->get('com_icon') size=15 maxlength=25}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_CREATED}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_created value=$actionForm->getVar('com_created')}> + <{xoops_input type=text name=com_created value=$actionform->get('com_created')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_MODIFIED}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_modified value=$actionForm->getVar('com_modified')}> + <{xoops_input type=text name=com_modified value=$actionform->get('com_modified')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_UID}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_uid value=$actionForm->getVar('com_uid')}> + <{xoops_input type=text name=com_uid value=$actionform->get('com_uid')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_IP}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_ip value=$actionForm->getVar('com_ip') size=15 maxlength=15}> + <{xoops_input type=text name=com_ip value=$actionform->get('com_ip') size=15 maxlength=15}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_TITLE}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_title value=$actionForm->getVar('com_title') size=15 maxlength=255}> + <{xoops_input type=text name=com_title value=$actionform->get('com_title') size=15 maxlength=255}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_TEXT}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_dhtmltarea type=text name=com_text value=$actionForm->getVar('com_text')}> + <{xoops_dhtmltarea type=text name=com_text value=$actionform->get('com_text')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_SIG}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=com_sig value=1 default=$actionForm->getVar('com_sig')}> + <{xoops_input type=checkbox name=com_sig value=1 default=$actionform->get('com_sig')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_STATUS}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=com_status value=1 default=$actionForm->getVar('com_status')}> + <{xoops_input type=checkbox name=com_status value=1 default=$actionform->get('com_status')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_COM_EXPARAMS}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=com_exparams value=$actionForm->getVar('com_exparams') size=15 maxlength=255}> + <{xoops_input type=text name=com_exparams value=$actionform->get('com_exparams') size=15 maxlength=255}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_DOHTML}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=dohtml value=1 default=$actionForm->getVar('dohtml')}> + <{xoops_input type=checkbox name=dohtml value=1 default=$actionform->get('dohtml')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_DOSMILEY}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=dosmiley value=1 default=$actionForm->getVar('dosmiley')}> + <{xoops_input type=checkbox name=dosmiley value=1 default=$actionform->get('dosmiley')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_DOXCODE}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=doxcode value=1 default=$actionForm->getVar('doxcode')}> + <{xoops_input type=checkbox name=doxcode value=1 default=$actionform->get('doxcode')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_DOIMAGE}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=doimage value=1 default=$actionForm->getVar('doimage')}> + <{xoops_input type=checkbox name=doimage value=1 default=$actionform->get('doimage')}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_DOBR}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=checkbox name=dobr value=1 default=$actionForm->getVar('dobr')}> + <{xoops_input type=checkbox name=dobr value=1 default=$actionform->get('dobr')}> </td> </tr> <tr> Index: xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html diff -u 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.3 --- xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.2 Mon Jan 30 23:53:50 2006 +++ xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html Thu Feb 2 17:40:48 2006 @@ -20,21 +20,21 @@ <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}> + <{if $actionform->get('name',$mid) == $moduleObjects[$mid]->getProperty('name')}> + <{$actionform->get('name',$mid)|escape}> <{else}> - (<{$moduleObjects[$mid]->getVar('name',e)}>) » <b style="color:#ff0000;"><{$actionForm->getVar('name',$mid)|escape}></b> + (<{$moduleObjects[$mid]->getVar('name',e)}>) » <b style="color:#ff0000;"><{$actionform->get('name',$mid)|escape}></b> <{/if}> </td> <td> - <{if $actionForm->getVar('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}> - <{$actionForm->getVar('weight',$mid)|escape}> + <{if $actionform->get('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}> + <{$actionform->get('weight',$mid)|escape}> <{else}> - (<{$moduleObjects[$mid]->getVar('weight')}>) » <b style="color:#ff0000;"><{$actionForm->getVar('weight',$mid)|escape}></b> + (<{$moduleObjects[$mid]->getVar('weight')}>) » <b style="color:#ff0000;"><{$actionform->get('weight',$mid)|escape}></b> <{/if}> </td> <td> - <{if $actionForm->getVar('isactive',$mid) == $moduleObjects[$mid]->getProperty('isactive')}> + <{if $actionform->get('isactive',$mid) == $moduleObjects[$mid]->getProperty('isactive')}> <{$smarty.const._MD_A_BASE_LANG_NO_CHANGE}> <{else}> (<{if $moduleObjects[$mid]->getProperty('isactive') == 1 }> @@ -44,7 +44,7 @@ <{/if}>) » <b style="color:#ff0000;"> - <{if $actionForm->getVar('isactive',$mid) == 1}> + <{if $actionform->get('isactive',$mid) == 1}> <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}> <{else}> <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}> @@ -52,9 +52,9 @@ <{/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}>" /> - <{if $actionForm->getVar('isactive',$mid)}> + <input type="hidden" name="name[<{$mid}>]" value="<{$actionform->get('name',$mid)|escape}>" /> + <input type="hidden" name="weight[<{$mid}>]" value="<{$actionform->get('weight',$mid)|escape}>" /> + <{if $actionform->get('isactive',$mid)}> <input type="hidden" name="isactive[<{$mid}>]" value="1" /> <{else}> <input type="hidden" name="isactive[<{$mid}>]" value="0" /> 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.4 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.4 Mon Jan 30 23:53:50 2006 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html Thu Feb 2 17:40:48 2006 @@ -7,6 +7,6 @@ <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="text" name="keywords" <{if $actionForm}>value="<{$actionform->get('keywords')|escape}>"<{/if}> /> <input type="submit" value="<{$smarty.const._SEARCH}>" class="formButton" /> </form> Index: xoops2jp/html/modules/base/admin/templates/smiles_edit.html diff -u xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/smiles_edit.html:1.1.2.2 Mon Jan 30 12:36:49 2006 +++ xoops2jp/html/modules/base/admin/templates/smiles_edit.html Thu Feb 2 17:40:48 2006 @@ -1,14 +1,14 @@ <div class="adminnavi"> <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> »» <a href="./index.php?action=SmilesList"><{$smarty.const._MI_BASE_MENU_SMILES_MANAGE}></a> - <{if $actionForm->getVar('id')}> + <{if $actionform->get('id')}> »» <{$smarty.const._AD_BASE_LANG_SMILES_EDIT}> <{else}> »» <{$smarty.const._AD_BASE_LANG_SMILES_NEW}> <{/if}> </div> -<{if $actionForm->getVar('id')}> +<{if $actionform->get('id')}> <h3><{$smarty.const._AD_BASE_LANG_SMILES_EDIT}></h3> <{else}> <h3><{$smarty.const._AD_BASE_LANG_SMILES_NEW}></h3> @@ -24,27 +24,27 @@ <form action="index.php?action=SmilesEdit" method="post" enctype="multipart/form-data"> <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=id value=$actionForm->getVar('id')}> + <{xoops_input type=hidden name=id value=$actionform->get('id')}> <table class="outer"> <tr> <th colspan="2"> - <{if $actionForm->getVar('id')}> + <{if $actionform->get('id')}> <{$smarty.const._AD_BASE_LANG_SMILES_EDIT}> <{else}> <{$smarty.const._AD_BASE_LANG_SMILES_NEW}> <{/if}> </th> </tr> - <{if $actionForm->getVar('id')}> + <{if $actionform->get('id')}> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_ID}></td> - <td class="<{cycle values="odd,even"}>"><b><{$actionForm->getVar('id')}></b></td> + <td class="<{cycle values="odd,even"}>"><b><{$actionform->get('id')}></b></td> </tr> <{/if}> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_CODE}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=code value=$actionForm->getVar('code') size=15 maxlength=50}> + <{xoops_input type=text name=code value=$actionform->get('code') size=15 maxlength=50}> </td> </tr> <tr> @@ -56,14 +56,14 @@ <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_EMOTION}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=emotion value=$actionForm->getVar('emotion') size=30 maxlength=75}> + <{xoops_input type=text name=emotion value=$actionform->get('emotion') size=30 maxlength=75}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_DISPLAY}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=radio name=display value=1 default=$actionForm->getVar('display')}><{$smarty.const._YES}> - <{xoops_input type=radio name=display value=0 default=$actionForm->getVar('display')}><{$smarty.const._NO}> + <{xoops_input type=radio name=display value=1 default=$actionform->get('display')}><{$smarty.const._YES}> + <{xoops_input type=radio name=display value=0 default=$actionform->get('display')}><{$smarty.const._NO}> </td> </tr> <tr>