コード例 #1
0
ファイル: index.php プロジェクト: roesel/lolcomp
  ga('send', 'pageview');

</script>
<body style="background:url(img/background.jpg);color:white;">
	<div id="wrapper" style="width:1700px;text-align:left;margin-left:10px;margin-right:auto;margin-top:20px;">
		<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>