<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html [
	<!ENTITY header SYSTEM "../common/xml/entities/admin/header.xml">
	<!ENTITY navigation-left SYSTEM "../common/xml/entities/admin/navigation-left.xml">
	<!ENTITY footer SYSTEM "../common/xml/entities/admin/footer.xml">
]>
<html>
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

<link rel="stylesheet" type="text/css" href="http://www.iconics-uk.com/styles/standard.css"/>

</head>
<body>

&header;

<table cellspacing="0" cellpadding="0" style="width: 990px;">
<tr>
&navigation-left;
<td class="content">

<table border="0" width="100%">
	<tr>
		<td width="100%">
			<table width="100%">
				<tr>
					<td class="common heading0">
						Add New Training Date
					</td>
				</tr>
				<tr>
					<td class="headerline"></td>
				</tr>
			</table>
		</td>
		<td rowspan="3"><img src="http://www.iconics-uk.com/images/headerimage/headersubmit.jpg" border="0" /></td>
	</tr>
	<tr>
		<td>
			<b><a  href="http://admin.iconics-uk.com">Admin</a> > Add New Training Date</b>
		</td>
	</tr>
</table>

<table border="0" width="100%">
<form enctype="multipart/form-data" action="../addtrainingdate.php" method="get">
			<tr>
				<td height="10px"></td>
			</tr>
			<tr>
				<td class="content">Add Training Dates</td>
				<td><input type="radio" name="type" value = "BizViz"/>BizViz?</td>
			</tr>
			<tr>
				<td></td>
				<td><input type="radio" name="type" value = "Basic" />basic?</td>
			</tr>
			<tr>
				<td></td>
				<td><input type="radio" name="type" value = "Advanced" />advanced?</td>
			</tr>
			<tr>
				<td class="content">Date: (dd-mm-yyyy)</td>
				<td>Start Date: <input type="text" name="startday" size="2" />-<input type="text" name="startmonth" size="2" />-<input type="text" name="startyear" size="4" />
				End Date: <input type="text" name="endday" size="2" />-<input type="text" name="endmonth" size="2" />-<input type="text" name="endyear" size="4" /></td>
			</tr>
			<tr>
				<td height="10px"></td>
			</tr>
			<tr>
				<td></td>
				<td><input class="input-button" value="Upload" type="submit"/><input class="input-button" value="Reset" type="reset"/></td>
			</tr>
		</form>
			<tr>
				<td colspan="3" height="10px"></td>
			</tr>
			<tr>
				<td colspan="3" class="headerline"></td>
			</tr>
			<tr>
				<td colspan="3" height="10px"></td>
			</tr>
		</table>

</td>
</tr>
</table>
</body>
</html>