<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html [
<!--<!ENTITY header SYSTEM "../common/xml/entities/header.xml">
		<!ENTITY navigation-left SYSTEM "../common/xml/entities/navigation-left.xml">
	<!ENTITY navigation-right SYSTEM "../common/xml/entities/navigation-right.xml">
	<!ENTITY footer SYSTEM "../common/xml/entities/footer.xml"> -->
]>
<html>
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<TITLE>Iconics Ireland Ltd - Administration</title>
<link rel="stylesheet" type="text/css" href="../styles/standard.css"/>

</head>
<body>

<!--&header;-->

<table cellspacing="0" cellpadding="0" style="width: 990px;" border ="0">
<tr>
<!--&navigation-left; -->
	<td class="common heading0" align="center">Administration Pages</td>
</tr>
<tr>
	<td height="20px"></td>
</tr>
<tr>
	<td class="content heading1">Testimonials and Images Administration</td>
</tr>
<tr>
	<td height="10px"></td>
</tr>
<tr>
	<td class="content">Please note that funny characters are not handled very well, so do not use them.</td>
</tr>
<tr>
	<td height="10px"></td>
</tr>
<tr>
	<td>
		<table>
		<form enctype="multipart/form-data" action="../admin/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/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>

			<tr>
				<td colspan="2" height="10px"></td>
			</tr>
			<tr>
				<td colspan="2" class="headerline"></td>
			</tr>
			<tr>
				<td colspan="2" height="10px"></td>
			</tr>
			<tr>
				<td class="content heading1">Training Dates</td>
			</tr>
			<tr>
				<td height="10px"></td>
			</tr>

		<form enctype="multipart/form-data" action="../admin/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="2" height="10px"></td>
			</tr>
			<tr>
				<td colspan="2" class="headerline"></td>
			</tr>
			<tr>
				<td colspan="2" height="10px"></td>
			</tr>
		</table>
	</td>
</tr>

<tr>
	<td height="20px"></td>
</tr>
<tr>
	<td class="content heading1">News Articles</td>
</tr>
<tr>
	<td height="20px"></td>
</tr>
<tr>
	<td>
		<table>
			<form enc-type="tmultipart/form-data" method="get" action="">
			<tr>
				<td width="200px"></td>
				<td width="400px"></td>
			</tr>
			<tr>
				<td class="content">Press Release Title</td>
				<td><input name="PRTITLE" type="text" size="50" /></td>
			</tr>
			<tr>
				<td class="content">Press Release Date</td>
				<td><input name="PRDATE" type="text" size="50" /></td>
			</tr>
			<tr>
				<td class="content">Press Release Content</td>
				<td><textarea NAME="PRCONTENT" COLS="80" ROWS="15"></textarea></td>
			</tr>
			<tr>
				<td class="content">Attachment:</td>
				<td><input type="file" name="FILENAME" size="50" /></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>

<!--&navigation-right; -->
</tr>
</table>
<!--&footer; -->
</body>
</html>
