Code: Alles auswählen
<table class="table1">
<tr class="bg1">
<td align="center">1</td>
<td align="left" width="50%" nowrap="nowrap"> Hamilton, Lewis</td>
<td align="center">10</td>
</tr>
<thead>
<tr>
<th align="center"><strong>#</strong></th>
<th width="50%" align="center"><strong>Name</strong></th>
<th align="center"><strong>Punkte</strong></th>
</tr>
</thead>
<tbody>
<tr class="bg1">
<td align="center">2</td>
<td align="left" width="50%" nowrap="nowrap"> Heidfeld, Nick</td>
<td align="center">8</td>
</tr>
...
</tbody>
</table>
Hier auch schon die Lösung:
style/prosilver/template/formel_body.html
Suche:
Code: Alles auswählen
<!-- IF top_drivers_gfx.S_ROW_COUNT == 1 -->
Code: Alles auswählen
<!-- IF top_drivers_gfx.S_ROW_COUNT == 0 -->
Code: Alles auswählen
<!-- IF top_drivers.S_ROW_COUNT == 1 -->
Code: Alles auswählen
<!-- IF top_drivers.S_ROW_COUNT == 0 -->
Code: Alles auswählen
<!-- IF top_teams_gfx.S_ROW_COUNT == 1 -->
Code: Alles auswählen
<!-- IF top_teams_gfx.S_ROW_COUNT == 0 -->
Code: Alles auswählen
<!-- IF top_teams.S_ROW_COUNT == 1 -->
Code: Alles auswählen
<!-- IF top_teams.S_ROW_COUNT == 0 -->