<%-- File : faq_search_results.html Description : Displays the FAQ search results. --%> <%include user_include_header.html%>
<%if faq%><%endif%> <%if faq_category%><%endif%> <%if msg%><%msg%>

<%elsif error%><%error%>

<%else%> <%if faq_count and faq_category and not hidesub%>
<%faq_category%> <%lang_tag('WORD_SUBCATS')%>:
<%loop faq_loop%> <%else%> <%endif%> <%endloop%>
  <%faq_sub_category%>  <%if cnt%>(<%cnt%>)<%elseif count%>(<%count%>)<%endif%> <%if even%>
<%endif%>
<%hits%> <%lang_tag('FAQ_FAQ')%><%if hits gt 1%>s<%endif%> <%if staff%><%lang_tag('HD_EXPORT')%><%endif%> 
<%endif%>
<%if adm_delete_p and delete%> <%endif%> <%loop result_loop%> bgcolor="#E2E6E3"<%endif%>> <%if adm_delete_p and delete%> <%endif%> <%endloop%>

<%if faq_category%> <%faq_category%><%endif%><%if faq_sub_category%>
     <%faq_sub_category%><%endif%>

<%lang_tag('FAQ_NORMAL')%> 

<%set pointer_q = rec2('faq', 'faq_id', $faq_pointer, 'faq_question')%>   <%if faq_pointer and pointer_q%><%pointer_q%><%elseif faq_short_question%><%faq_short_question%><%elseif faq_question%><%faq_question%><%else%>_<%endif%>

<%if adm_delete_p and delete%>
<%endif%>
<%if speed_bar%><%lang_tag('WORD_PAGES')%>: <%unescape_html speed_bar%><%endif%>

<%loop result_loop%>

<%lang_tag('FAQ_Q')%>:

<%set pointer_q = rec2('faq', 'faq_id', $faq_pointer, 'faq_question')%>

<%if faq_pointer and pointer_q%><%pointer_q%><%elseif faq_short_question%><%faq_short_question%><%elseif faq_question%><%faq_question%><%else%>_<%endif%>

<%lang_tag('FAQ_A')%>:

<%set pointer_a = rec2('faq', 'faq_id', $faq_pointer, 'faq_answer')%>

<%if faq_pointer and pointer_a%><%format($pointer_a)%><%else%><%format($faq_answer)%><%endif%>



<%endloop%> <%if speed_bar%>
<%lang_tag('WORD_PAGES')%>: <%unescape_html speed_bar%><%endif%>

 

 

 

<%include user_include_footer.html%>