<%-- admin_search_table.html : Show the search page. --%> <%script%> - Search Table <%include style.css%> <%include top_menu.html%> <%include top_table_menu.html%> <%include footer.html%>
<%script%> Search Table:

You may perform a search on the <%table%> using the form below. If no columns are selected all columns will be returned.

Action: Value:
SELECT <%loop col_loop%> <%if loop_iteration % '2' and loop_iteration > '1'%> <%endif%> <%endloop%>
<%col%> (<%type%>)
FROM<%table%>
WHERE

eg. <%eg%> = 'Foo' LIMIT 10