<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <meta http-equiv="content-type" content="text/html">
  <title>SimpleBooks Creation Form</title>
  </head>
  <body>
  <form enctype="multipart/form-data" action="creator.php" method="POST">
  Book Upload <input name="uploadedfile" type="file" /><br/>
  Or<br/>
  Relative Path <input type="text" name="inFile" /><br/>
  Cover (JPEG) <input name="cover" type="file" /><br/>
  <input type="text" name="outFile" /> Output Prefix<br/>
  <input type="text" name="title" /> Title of Work<br/>
  <input type="text" name="author" />Author of Work<br/>
  <input type="text" name="date" />Published Date<br/>
  Split Every <input type="text" name="son" value="1750" /> Words<br/>
  <input type="submit" value="Generate." />
  </form>
  </body>
</html>