ajout d'un tr ajustement vertical
This commit is contained in:
parent
7352c3510d
commit
3386bb473d
1 changed files with 37 additions and 33 deletions
|
@ -22,8 +22,12 @@ include "script/db.php";
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<table class="out">
|
<table class="out">
|
||||||
|
<tr>
|
||||||
|
<td><div class="title_in">PKpeach</div></td>
|
||||||
|
<td><div class="title_in">Boomario</div></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="title_in">PKpeach</div>
|
|
||||||
<?php
|
<?php
|
||||||
$req = $db->query('SELECT texte, points FROM scores WHERE team = 0 ORDER BY id DESC');
|
$req = $db->query('SELECT texte, points FROM scores WHERE team = 0 ORDER BY id DESC');
|
||||||
while($r = $req->fetch()) {
|
while($r = $req->fetch()) {
|
||||||
|
@ -39,7 +43,6 @@ include "script/db.php";
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="title_in">Boomario</div>
|
|
||||||
<?php
|
<?php
|
||||||
$req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC');
|
$req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC');
|
||||||
while($r = $req->fetch()) {
|
while($r = $req->fetch()) {
|
||||||
|
@ -57,6 +60,7 @@ include "script/db.php";
|
||||||
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue