コード例 #1
0
ファイル: index.php プロジェクト: roesel/lolcomp
</head>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-41604637-2', 'auto');
  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>