<?php
if(session_id() == "") {session_start(); }
if ($_SESSION['login'] != 'Y')
{die('Session not initialised -- please log in');}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
}
.style6 {font-size: 14px; font-weight: bold; }
body {
background-color: #99CC99;
}
.style10 {font-size: 12px}
-->
</style>
</head>
<body>
<form enctype="multipart/form-data" action="uploader.php" method="POST">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<table width="20%" border="3" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><div align="center"><span class="style1"><u>Importing SDL file </u></span></div></td>
</tr>
<tr>
<td><span class="style6">File to upload</span></td>
<td colspan="2"><input name="uploadedfile" type="file" id="uploadedfile" /></td>
</tr>
<tr valign="middle">
<td colspan="3"><div align="center">
<p class="style10">The Excel File needs to be saved as a </p>
<p class="style10"> (tab delimited) txt file first </p>
</div></td>
</tr>
<tr valign="middle">
<td colspan="3"><div align="center">
<input name="Upload" type="submit" id="Upload" value="Upload" />
</div></td>
</tr>
</table>
</div>
</form>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>