搜索表单

摘要:ZBLOG 搜索表单<form name="search" method="post" action="/zb_system/cmd.php?act=search"> <input type="text" name="q" /> <input type="submit" value="搜索" /

ZBLOG 搜索表单

<form name="search" method="post" action="/zb_system/cmd.php?act=search">
    <input type="text" name="q" />
    <input type="submit" value="搜索" />
</form>


调用搜索模板

{module:searchpanel}