Tom Hayakawa
tom_g3x****@users*****
2006年 11月 12日 (日) 14:12:23 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_image_list.html diff -u xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.3 --- xoops2jp/html/modules/legacy/templates/legacy_image_list.html:1.1.2.2 Sun Oct 15 01:44:53 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_image_list.html Sun Nov 12 14:12:23 2006 @@ -19,8 +19,8 @@ <form method="get" action="./index.php?action=ImageList" style="margin:10px;"> <select name="imgcat_id" onchange="location='<{$smarty.const.XOOPS_URL}>/imagemanager.php?target=<{$target}>&imgcat_id='+this.options[this.selectedIndex].value"> - <option value="0">---</option> - <{xoops_optionsArray from=$categoryArr value=imgcat_id label=imgcat_name default=$imgcatId}> + <option id="imgcat_id_0" value="0">---</option> + <{xoops_optionsArray id=imgcat_id from=$categoryArr value=imgcat_id label=imgcat_name default=$imgcatId}> </select> <input type="submit" value="<{$smarty.const._SUBMIT}>" /> </form> Index: xoops2jp/html/modules/legacy/templates/legacy_search_form.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.3 --- xoops2jp/html/modules/legacy/templates/legacy_search_form.html:1.1.2.2 Mon Oct 16 00:29:46 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_form.html Sun Nov 12 14:12:23 2006 @@ -21,9 +21,9 @@ <td class="head"><{$smarty.const._SR_TYPE}></td> <td class="<{cycle values="odd,even"}>"> <select name="andor"> - <option value="AND" <{if $actionForm->get('andor') == 'AND'}>selected="selected"<{/if}>><{$smarty.const._SR_ALL}></option> - <option value="OR" <{if $actionForm->get('andor') == 'OR'}>selected="selected"<{/if}>><{$smarty.const._SR_ANY}></option> - <option value="exact" <{if $actionForm->get('andor') == 'exact'}>selected="selected"<{/if}>><{$smarty.const._SR_EXACT}></option> + <option id="andor_AND" value="AND" <{if $actionForm->get('andor') == 'AND'}>selected="selected"<{/if}>><{$smarty.const._SR_ALL}></option> + <option id="andor_OR" value="OR" <{if $actionForm->get('andor') == 'OR'}>selected="selected"<{/if}>><{$smarty.const._SR_ANY}></option> + <option id="andor_exact" value="exact" <{if $actionForm->get('andor') == 'exact'}>selected="selected"<{/if}>><{$smarty.const._SR_EXACT}></option> </select> </td> </tr>