<div id="form" style="float:left;width:300px;margin-left:20px;"> <form action="./<?php Printer::printGetParameters(); ?> " method="post"> <a href="<?php print WEB_ROOT; ?> "><img src="img/logo.png" style="width:220px;margin-top:-20px;margin-left:-8px;" /></a> <!--<p style="text-align:center;color:gray;font-size:0.8em;"><?php Printer::printVersion(); ?> </p>--> <h3>Players:</h3> <textarea name="players" rows="20" cols="30" style="height:350px;"><?php Printer::printPlayers(); ?> </textarea> <br/> <h3>Table:</h3> <select name="table"> <?php // create list of tables to choose from Printer::printAvailableTables(Info::getAvailableTables()); ?> </select> <br/><input type="submit" value="Submit" style=""> </form> </div> <?php