Browse the code
| Differences between 18 and 19 on /. | |||||||
|---|---|---|---|---|---|---|---|
| Number of edited files: | 2 (0 added, 0 deleted and 2 modified) | ||||||
| Author: | xbright | ||||||
| Log message: | Bugs correction | ||||||
| Date: | 2007-05-12 15:09:31 | ||||||
|
|||||||
| Old | New | Code |
|---|---|---|
| 118 | 118 |
?></b> |
| 119 | 119 |
</p> |
| 120 | 120 | |
| 121 |
<a href="<?php echo $racine; ?>/<?php echo $code; ?>-index_<?php echo $ct_lang; ?>.html" style="font-weight:bold;font-family: Arial, Helvetica, sans-serif;font-weight: normal;font-size: 16px;color: #6DA6E2;background-color: #FFFFFF;"> | |
| 122 |
<?php echo CODINGTEAM_GAUCHE_17; ?></a> | |
| 121 | 123 | |
| 122 |
<p> </p> | |
| 123 | ||
| 124 | 124 |
<h2><?php echo CODINGTEAM_PROJETLIBRE_8; ?></h2> |
| 125 | 125 | |
| 126 | 126 |
<div style="margin-left:10px;padding-left:10px;border-left:1px #8e8e8e dotted;width:700px;"> |
| 127 | 127 |
| Old | New | Code |
|---|---|---|
| 127 | 127 |
<td style="width:250px;border-right:1px #8e8e8e solid;"> |
| 128 | 128 |
<b><?php echo CODINGTEAM_ACCUEIL_TITLE5; ?></b><br /> |
| 129 | 129 |
<?php |
| 130 |
$actus = mysql_query("SELECT * FROM ct2_os_nb GROUP BY projet ORDER BY nb DESC LIMIT 4") or die (mysql_error());
| |
| 130 |
$actus = mysql_query("SELECT * FROM ct2_os_nb GROUP BY projet ORDER BY sum(nb) DESC LIMIT 4") or die (mysql_error());
| |
| 131 | 131 |
$i = 0; |
| 132 | 132 |
while ($row = mysql_fetch_array($actus)) |
| 133 | 133 |
{
|
| 134 | 134 |

CodingTeam