First pass at adding key files
This commit is contained in:
		@@ -0,0 +1,33 @@
 | 
			
		||||
<HTML>
 | 
			
		||||
<HEAD><TITLE>
 | 
			
		||||
MySQLMan: Insert New Record to Table <%table%>
 | 
			
		||||
</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: Insert New Record to Table <%table%></b>
 | 
			
		||||
			</td></tr>
 | 
			
		||||
			<tr><td>
 | 
			
		||||
<%include header.txt%>
 | 
			
		||||
<UL>
 | 
			
		||||
<%if feedback%>
 | 
			
		||||
<%include message.txt%>
 | 
			
		||||
<P>
 | 
			
		||||
<%endif%>
 | 
			
		||||
<FORM METHOD="POST" ACTION="<%script_url%>">
 | 
			
		||||
<INPUT TYPE="hidden" name="<%do_param%>" VALUE='insert_record'>
 | 
			
		||||
<INPUT TYPE="hidden" NAME=data_source VALUE="<%data_source%>">
 | 
			
		||||
<INPUT TYPE="hidden" NAME=table VALUE="<%table%>">
 | 
			
		||||
<%form_hidden%>
 | 
			
		||||
<table>
 | 
			
		||||
  <TD bgcolor="#FFFFCC">
 | 
			
		||||
    <%include insert_fields.html%>
 | 
			
		||||
  </TD>
 | 
			
		||||
</table>
 | 
			
		||||
<P>
 | 
			
		||||
<INPUT TYPE="submit" value=" Go ">
 | 
			
		||||
</FORM>
 | 
			
		||||
</UL>
 | 
			
		||||
</td></tr></table>
 | 
			
		||||
</BODY></HTML>
 | 
			
		||||
		Reference in New Issue
	
	Block a user