<%-- admin_table_list.html : This template displays the table list for the selected database. --%> <%script%> - Table List <%include style.css%> <%include top_menu.html%> <%include top_table_menu.html%> <%include footer.html%>
<%script%> Table List:

Below is a list of tables in the <%db%> database. There <%if tables != '1'%>are<%else%>is<%endif%> currently <%tables%> table<%unless tables == '1'%>s<%endif%> in this database.

Database Size (bytes): Database Size (kilobytes): Database Size (megabytes):
<%size_b%> <%size_kb%> <%size_mb%>


<%loop table_loop%> <%endloop%>
Table Name: Rows: Action:
<%table%> <%rows%> <%if rows%> Browse • <%else%> Browse • <%endif%> <%if rows%> Search • <%else%> Search • <%endif%> ColumsInsert • <%if is_323%> Stats • <%endif%> <%if rows%> Empty • <%else%> Empty • <%endif%> Drop