<?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="../styles/standard.css"/>

</head>
<body>

&header;

<table cellspacing="0" cellpadding="0" style="width: 990px;">
<tr>
&navigation-left;
<td class="content">

<table border="0">
	<tr>
		<td width="100%">
			<table width="100%">
				<tr>
					<td class="common heading0">
						Create New Testimonal
					</td>
				</tr>
				<tr>
					<td class="headerline"></td>
				</tr>
			</table>
		</td>
		<td rowspan="3"><img src="../images/headerimage/headersubmit.jpg" border="0" /></td>
	</tr>
	<tr>
		<td>
			<b><a href="../admin/admin.php">Admin</a> > Create new testimonial</b>
		</td>
	</tr>
</table>

<table>
		<form enctype="multipart/form-data" action="../admin/home/createtestimonial.php" method="get">
			<tr>
				<td width="200px"></td>
				<td width="400px"></td>
			</tr>
			<tr>
				<td class="content">Testimonial</td>
				<td><input name="FNO" type="text" size="2" maxlength="1"/> of 20</td>
			</tr>
			<tr>
				<td class="content">Title:</td>
				<td><input name="TITLE" type="text" size="50" maxlength="50" /></td>
			</tr>
			<tr>
				<td class="content">Text:</td>
				<td><input name="TEXT" type="text" size="100" maxlength="330" /></td>
			</tr>
			<tr>
				<td class="content">Author:</td>
				<td><input name="AUTHOR" type="text" size="100" maxlength="100"/></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="2" height="10px"></td>
			</tr>
			<tr>
				<td colspan="2" class="headerline"></td>
			</tr>
			<tr>
				<td colspan="2" height="10px"></td>
			</tr>

		<form enctype="multipart/form-data" action="../admin/home/createimage.php" method="post">
			<tr>
				<td height="10px"></td>
			</tr>
			<tr>
				<td class="content">Image</td>
				<td><input name="IMAGENO" type="text" size="2" /> of 4</td>
			</tr>
			<tr>
				<td class="content">File: (only websafe .jpg files)</td>
				<td><input type="file" name="FILENAME" size="50" accept="image/.jpg" /></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>

</table>

</td>
</tr>
</table>

&footer;

</body>
</html>