Minahito
minah****@users*****
2006年 9月 1日 (金) 12:14:45 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.8 xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.9 --- xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.8 Sat Aug 12 14:52:39 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_form.html Fri Sep 1 12:14:45 2006 @@ -31,7 +31,7 @@ <td class="head"><{$smarty.const._SR_SEARCHIN}></td> <td class="<{cycle values="odd,even"}>"> <{foreach item=module from=$moduleArr}> - <input type="checkbox" name="mids[]" value="<{$module->getShow('mid')}>" <{if in_array($module->getShow('mid'), $selectedMidArr)}>checked<{/if}>><{$module->getShow('name')}></a> + <input type="checkbox" name="mids[]" value="<{$module.mid|escape}>" <{if in_array($module.mid, $selectedMidArr)}>checked<{/if}>><{$module.name|escape}></a> <{/foreach}> </td> </tr> Index: xoops2jp/html/modules/base/templates/legacy_search_showall.html diff -u xoops2jp/html/modules/base/templates/legacy_search_showall.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_search_showall.html:1.1.2.2 --- xoops2jp/html/modules/base/templates/legacy_search_showall.html:1.1.2.1 Sat May 27 22:08:45 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_showall.html Fri Sep 1 12:14:45 2006 @@ -18,7 +18,7 @@ <{/if}> <{if $searchResults.0.has_more}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_PREV_PAGE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_NEXT_PAGE}></a> <{/if}> <{/if}> Index: xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html diff -u xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html:1.1.2.2 --- xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html:1.1.2.1 Sat May 27 22:08:44 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html Fri Sep 1 12:14:45 2006 @@ -18,7 +18,7 @@ <{/if}> <{if $searchResults.0.has_more}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&uid=<{$actionForm->get('uid')}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_PREV_PAGE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall&query=<{$actionForm->get('query')|escape}>&mid=<{$module.mid}>&uid=<{$actionForm->get('uid')}>&andor=<{$actionForm->get('andor')|escape}>&start=<{$nextStart}>"><a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showall"><{$smarty.const._MD_BASE_LANG_NEXT_PAGE}></a> <{/if}> <{/if}>