NobuNobu
nobun****@users*****
2006年 3月 29日 (水) 22:52:49 JST
Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:1.1.2.2 --- xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html:1.1.2.1 Sun Mar 26 15:07:49 2006 +++ xoops2jp/html/modules/base/templates/blocks/legacy_block_search.html Wed Mar 29 22:52:49 2006 @@ -1,6 +1,6 @@ <form style="margin-top: 0px;" action="<{$xoops_url}>/search.php" method="get"> - <input type="text" name="query" size="14" /> - <input type="hidden" name="action" value="results" /><br /> - <input type="submit" value="<{$smarty.const._MB_BASE_SEARCH}>" /> + <{xoops_input type=text name=query size=14 }> + <{xoops_input type=hidden name=action value=results }><br /> + <{xoops_input type=submit name=submit value=$smarty.const._MB_BASE_SEARCH }> </form> -<a href="<{$xoops_url}>/search.php"><{$smarty.const._MB_BASE_ADVS}></a> +<a href="<{$xoops_url}>/search.php"><{$smarty.const._MB_BASE_ADVS}></a> \ No newline at end of file