%--
admin_table_list.html : This template displays the table list for the selected database.
--%>
<%include top_menu.html%>
<%include top_table_menu.html%>
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.
|
<%size_b%> |
<%size_kb%> |
<%size_mb%> |
<%loop table_loop%>
<%table%> |
<%rows%> |
<%if rows%>
Browse
<%else%>
Browse
<%endif%>
<%if rows%>
Search
<%else%>
Search
<%endif%>
Colums
Insert
<%if is_323%>
Stats
<%endif%>
<%if rows%>
Empty
<%else%>
Empty
<%endif%>
Drop
|
<%endloop%>
|
<%include footer.html%>