File: C:/xampp/htdocs/Xerox/indexV.php
<?php session_start(); ?>
<?php if($_SESSION['account'] != null) {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>X data</title>
</head>
<body vlink="#0000FF">
<p> </p>
<table width="100%" cellpadding="5" cellspacing="0">
<tr>
<td></td>
</tr>
<tr>
<tr>
<td bgcolor="Navy"><font size="-1" color="White"><b>Xerox ����ܰ� :</b></font></td>
</tr>
</table>
<p> </p>
<form action="TVI-parsing13.php" method="post"
enctype="multipart/form-data">
<table width="600" border="0">
<tr>
<td colspan="2" scope="row"> </td>
<td width="65"> </td>
</tr>
<tr>
<td colspan="2" scope="row"><label for="file">�W�� printer ���q��ơG</label>
<input type="file" name="file" id="file" /></td>
<td> </td>
</tr>
<tr>
<td colspan="2" scope="row"><font size="-1" color=red>�����Ǹ�(*����): </font>
<input size="15" maxlength="50" type="text" name="PO" /></td>
<td> </td>
</tr>
<tr>
<td colspan="2" scope="row"><font size="-1">�ާ@��: </font>
<input size="15" maxlength="50" type="text" name="contact" /></td>
<td> </td>
</tr>
<tr>
<td colspan="2" scope="row"><font size="-1">�q������(measuring device): </font>
<input size="15" maxlength="50" type="text" name="device" /></td>
</tr>
<tr>
<td colspan="2" scope="row"><font size="-1">����(printer): </font>
<input size="15" maxlength="50" type="text" name="printer" /></td>
<td> </td>
</tr>
<tr>
<td colspan="2" scope="row"><font size="-1">�ȱi(paper): </font>
<input size="15" maxlength="50" type="text" name="paper" /></td>
<td> </td>
</tr>
<tr>
<td colspan="2" scope="row"><font size="-1">����(ink): </font>
<input size="15" maxlength="50" type="text" name="ink" /></td>
<td> </td>
</tr>
<tr>
<td width="229" scope="row"><input type="submit" name="submit" value="Submit" /></td>
<td width="292" scope="row"><a href="jobSQL.php">Job Report(���i)</a></td>
<td> </td>
</tr>
<tr>
<td height="35
" colspan="2" align="center"><font size="-2"> © <a href="mailto:[email protected]">Fred Kuo</a>, 2010. All rights reserved.<br />
<a href="http://www.fredkuo.idv.tw/wordpress/?p=1025">Read more.</a><br /></td>
<td> </td>
</tr>
<tr>
<td colspan="2" scope="row"> </td>
<td> </td>
</tr>
</table>
</form>
<p> </p>
</body>
<?php
}
else
{
echo '�z�L�v���[�ݦ�����!';
// echo '<meta http-equiv=REFRESH CONTENT=2;url=index.php>';
}
?>
<A HREF ="logout.php">Log out</A>
<tr align="center">
<td colspan="2">
<!-- GoStats Simple HTML Based Code -->
<a target="_blank" title="site stats" href="http://gostats.com"><img alt="site stats"
src="http://c3.gostats.com/bin/count/a_327001/t_7/i_12/z_0/show_hits/counter.png"
style="border-width:0" /> </a>
<!-- End GoStats Simple HTML Based Code -->
</td></tr>
</html>