Révision 601b967c
| b/index.php | ||
|---|---|---|
| 366 | 366 |
?> |
| 367 | 367 |
<tr> |
| 368 | 368 |
<td class="colDom"><div<?=($ptsDom != "" && $ptsVis != "" && $ptsDom >= $ptsVis) ? " class=\"vainqueur\"": ""?>><?=$equipes[$domicile]?></div></td> |
| 369 |
<td class="colSep"> - </td> |
|
| 370 |
<td class="colVis"><div<?=($ptsDom != "" && $ptsVis != "" && $ptsVis >= $ptsDom) ? " class=\"vainqueur\"": ""?>><?=$equipes[$visiteur]?></div></td> |
|
| 371 | 369 |
<td class="colPtsDom"><?=$ptsDom?></td> |
| 370 |
<td class="colSep"> - </td> |
|
| 372 | 371 |
<td class="colPtsVis"><?=$ptsVis?></td> |
| 372 |
<td class="colVis"><div<?=($ptsDom != "" && $ptsVis != "" && $ptsVis >= $ptsDom) ? " class=\"vainqueur\"": ""?>><?=$equipes[$visiteur]?></div></td> |
|
| 373 | 373 |
<?php if (IamAdmin()) { ?>
|
| 374 | 374 |
<td> |
| 375 | 375 |
<?php $value = "$j-$domicile-$visiteur"; ?> |
| b/style/fftt.css | ||
|---|---|---|
| 62 | 62 |
} |
| 63 | 63 |
|
| 64 | 64 |
th.colJournee {
|
| 65 |
text-align: left; |
|
| 65 |
text-align: center; |
|
| 66 | 66 |
} |
| 67 | 67 |
|
| 68 | 68 |
.tabJournee td {
|
| ... | ... | |
| 72 | 72 |
} |
| 73 | 73 |
|
| 74 | 74 |
td.colDom, td.colVis {
|
| 75 |
text-align: left; |
|
| 76 | 75 |
width: 30%; |
| 77 | 76 |
} |
| 77 |
td.colDom {
|
|
| 78 |
text-align: right; |
|
| 79 |
} |
|
| 80 |
td.colVis {
|
|
| 81 |
text-align: left; |
|
| 82 |
} |
|
| 78 | 83 |
|
| 79 | 84 |
td.colSep, td.colPtsDom, td.colPtsVis {
|
| 80 | 85 |
text-align: center; |
Formats disponibles : Unified diff