{form name="search_form" id="quick_forum_search_form"} {input name="keyword" class="owm_invitation" id="forum_search_cap" readonly="readonly"} {/form}
{script} /** * Show the float search form */ $("#quick_forum_search_form").bind("click", function() { OWM.FloatBox({ "title" : "{$invitation}", "content" : $("#forum_search_wrapper") }); }); {/script}