First pass at adding key files
This commit is contained in:
		@@ -0,0 +1,45 @@
 | 
			
		||||
<HTML>
 | 
			
		||||
<HEAD><TITLE>
 | 
			
		||||
MySQLMan: Database list
 | 
			
		||||
</TITLE></HEAD>
 | 
			
		||||
<BODY BGCOLOR="#CCCCCC">
 | 
			
		||||
<table border=1 bgcolor="#FFFFFF" cellpadding=5 cellspacing=3 width="100%" align=center valign=top>
 | 
			
		||||
			<tr><td bgcolor="navy">
 | 
			
		||||
					<FONT FACE="MS Sans Serif, arial,helvetica" size=1 COLOR="#FFFFFF">
 | 
			
		||||
                    <b>MySQLMan: Database list</b>
 | 
			
		||||
			</td></tr>
 | 
			
		||||
			<tr><td>
 | 
			
		||||
<%include header.txt%>
 | 
			
		||||
<UL>
 | 
			
		||||
	<%if feedback%>
 | 
			
		||||
	<%include message.txt%>
 | 
			
		||||
	<P>
 | 
			
		||||
	<%endif%>
 | 
			
		||||
	<FONT SIZE= "3">
 | 
			
		||||
	<%ifnot db_table_cnt%>
 | 
			
		||||
	<TABLE BORDER=2 CELLPADDING=10>
 | 
			
		||||
		<TD>There are no Databases in MySQL _OR_<BR>
 | 
			
		||||
		The Server may not be Running.
 | 
			
		||||
		</TD>
 | 
			
		||||
	</TABLE>
 | 
			
		||||
  <%else%>
 | 
			
		||||
  <TABLE BORDER=2><TR><TH>DATABASE</TH><TH>ACTION</TH></TR>
 | 
			
		||||
    <%loop db_table%>
 | 
			
		||||
    <TR>
 | 
			
		||||
      <TD>
 | 
			
		||||
        <a href="<%script_url%>?<%do_param%>=tables&data_source=DBI:mysql:<%name%>"><%name%></a>
 | 
			
		||||
      </TD>
 | 
			
		||||
      <TD>
 | 
			
		||||
        <a href="<%script_url%>?<%do_param%>=database&data_source=DBI:mysql:<%name%>&action=drop_db&db=<%name%>">Drop</a>
 | 
			
		||||
      </TD>
 | 
			
		||||
    </TR>
 | 
			
		||||
    <%endloop%>
 | 
			
		||||
  </TABLE>
 | 
			
		||||
  <%endif%>
 | 
			
		||||
	</FONT>
 | 
			
		||||
</UL>
 | 
			
		||||
 | 
			
		||||
</td></tr>
 | 
			
		||||
</table>
 | 
			
		||||
</BODY>
 | 
			
		||||
</HTML>
 | 
			
		||||
		Reference in New Issue
	
	Block a user