[xoops-cvslog 2052] CVS update: xoops2jp/html/modules/base/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 2月 2日 (木) 17:40:48 JST


Index: xoops2jp/html/modules/base/templates/legacy_search_form.html
diff -u xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.1	Mon Dec 26 20:23:37 2005
+++ xoops2jp/html/modules/base/templates/legacy_search_form.html	Thu Feb  2 17:40:48 2006
@@ -3,16 +3,16 @@
 		<tr>
 			<td class="head"><{$smarty.const._SR_KEYWORDS}></td>
 			<td class="<{cycle values="odd,even"}>">
-				<{xoops_input type=text name=query size=30 maxlength=255 value=$actionForm->getVar('query')}>
+				<{xoops_input type=text name=query size=30 maxlength=255 value=$actionform->get('query')}>
 			</td>
 		</tr>
 		<tr>
 			<td class="head"><{$smarty.const._SR_TYPE}></td>
 			<td class="<{cycle values="odd,even"}>">
 				<select name="andor">
-					<option value="0" <{if $actionForm->getVar('andor')==0}>selected<{/if}>><{$smarty.const._SR_ALL}></option>
-					<option value="1" <{if $actionForm->getVar('andor')==1}>selected<{/if}>><{$smarty.const._SR_ANY}></option>
-					<option value="2" <{if $actionForm->getVar('andor')==2}>selected<{/if}>><{$smarty.const._SR_EXACT}></option>
+					<option value="0" <{if $actionform->get('andor')==0}>selected<{/if}>><{$smarty.const._SR_ALL}></option>
+					<option value="1" <{if $actionform->get('andor')==1}>selected<{/if}>><{$smarty.const._SR_ANY}></option>
+					<option value="2" <{if $actionform->get('andor')==2}>selected<{/if}>><{$smarty.const._SR_EXACT}></option>
 				</select>
 			</td>
 		</tr>
@@ -20,7 +20,7 @@
 			<td class="head"><{$smarty.const._SR_SEARCHIN}></td>
 			<td class="<{cycle values="odd,even"}>">
 				<{foreach item=module from=$moduleList}>
-					<input type="checkbox" name="mids[]" value="<{$module->getVar('mid')}>" <{if in_array($module->getVar('mid'),$actionForm->getVar('mids'))}>checked<{/if}>><{$module->getVar('name')|escape}></a>
+					<input type="checkbox" name="mids[]" value="<{$module->getVar('mid')}>" <{if in_array($module->getVar('mid'),$actionform->get('mids'))}>checked<{/if}>><{$module->getVar('name')|escape}></a>
 				<{/foreach}>
 			</td>
 		</tr>
Index: xoops2jp/html/modules/base/templates/legacy_comment_edit.html
diff -u xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_comment_edit.html:1.1.2.1	Tue Jan 24 20:23:48 2006
+++ xoops2jp/html/modules/base/templates/legacy_comment_edit.html	Thu Feb  2 17:40:48 2006
@@ -37,39 +37,39 @@
     <tr>
       <th><{$smarty.const._MD_BASE_LANG_COM_TITLE}></th>
       <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>
       <th><{$smarty.const._MD_BASE_LANG_COM_TEXT}></th>
       <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>
     <{if $xoops_isadmin}>
       <tr>
         <th><{$smarty.const._MD_BASE_LANG_DOHTML}></th>
         <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>
     <{/if}>
     <tr>
       <th><{$smarty.const._MD_BASE_LANG_DOSMILEY}></th>
       <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>
       <th><{$smarty.const._MD_BASE_LANG_DOXCODE}></th>
       <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>
       <th><{$smarty.const._MD_BASE_LANG_DOBR}></th>
       <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 class="foot">


xoops-cvslog メーリングリストの案内
Back to archive index