summaryrefslogtreecommitdiffstats
path: root/old/templates/default/admin/mysql_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/templates/default/admin/mysql_info.html')
-rw-r--r--old/templates/default/admin/mysql_info.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/old/templates/default/admin/mysql_info.html b/old/templates/default/admin/mysql_info.html
deleted file mode 100644
index 4984738..0000000
--- a/old/templates/default/admin/mysql_info.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- INCLUDE page_header.html -->
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="5">{L_EQDKP_TABLES}</th>
- </tr>
- <tr>
- <th align="left" width="25" nowrap="nowrap">&nbsp;</th>
- <th align="left">{L_TABLE_NAME} ({NUM_TABLES})</th>
- <th align="left" nowrap="nowrap">{L_ROWS}</th>
- <th align="left" nowrap="nowrap">{L_TABLE_SIZE}</th>
- <th align="left" nowrap="nowrap">{L_INDEX_SIZE}</th>
- </tr>
- <!-- BEGIN table_row -->
- <tr class="{table_row.ROW_CLASS}">
- <td width="25" nowrap="nowrap">&nbsp;</td>
- <td nowrap="nowrap">{table_row.TABLE_NAME}</td>
- <td nowrap="nowrap">{table_row.ROWS}</td>
- <td nowrap="nowrap">{table_row.TABLE_SIZE}</td>
- <td nowrap="nowrap">{table_row.INDEX_SIZE}</td>
- </tr>
- <!-- END table_row -->
- <tr>
- <th align="left" colspan="3"><b>{L_TOTALS}:</b> {TOTAL_SIZE}</th>
- <th align="left" width="75">{TOTAL_TABLE_SIZE}</th>
- <th align="left" width="100">{TOTAL_INDEX_SIZE}</th>
- </tr>
-</table>
-<!-- INCLUDE page_tail.html --> \ No newline at end of file