<%-- File ==== whoelse.html Description =========== IP search page for administrator. --%> <%site_title%>: Whoelse <%include include_css.html%> <%body_tag%> <%include include_header.html%>
<%body_table%> <%GForum::Utils::new_alternation(ip_loop)%> <%loop ip_loop%> <%endloop%>
SEARCH RESULTS FOR <%ip%>
<%num_users%> User<%if num_users > 1%>s<%endif%>: <%loop user_loop%><%if last and num_users > 1%> and <%endif%><%ip_user%><%if not last and num_users > 2%>, <%endif%><%endloop%>
UserSubjectDate
<%ip_user%><%ip_subject%><%ip_date%>
<%/body_table%>
<%include include_footer.html%>