231 lines
6.9 KiB
HTML
231 lines
6.9 KiB
HTML
<!-- IF S_DATA_TABLE -->
|
|
<div class="football-inner-left">
|
|
<h2>{L_TABLE_TOTAL}</h2>
|
|
<br />
|
|
<div class="forabg">
|
|
<table class="football">
|
|
<thead>
|
|
<tr>
|
|
<th>{L_RANK_SHORT}</th>
|
|
<th colspan="2" style="text-align: center;">{L_TEAM}</th>
|
|
<th>{L_GAMES_SHORT}</th>
|
|
<th>{L_WIN_SHORT}</th>
|
|
<th>{L_DRAW_SHORT}</th>
|
|
<th>{L_LOST_SHORT}</th>
|
|
<th colspan="3">{L_GOALS}</th>
|
|
<th>{L_GOALS_DIFF_SHORT}</th>
|
|
<!-- IF S_DATA_BNS -->
|
|
<th>{L_BONUS_SHORT}</th>
|
|
<!-- ENDIF -->
|
|
<th style="text-align: right;">{L_POINTS_SHORT}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!-- BEGIN total -->
|
|
<!-- IF total.GROUP <> '' -->
|
|
<tr class="row_group">
|
|
<td colspan="12" style="text-align: center;">{total.GROUP}</td>
|
|
</tr>
|
|
<!-- ELSE -->
|
|
<tr class="{total.ROW_CLASS}" style="cursor:pointer;" title="{L_SHOW_PLAYED}"
|
|
onclick="popup('{total.U_PLAN_TEAM}',625,625);return false;">
|
|
<td class="td_rank">{total.RANK}</td>
|
|
<td class="td_logo">{total.LOGO}</td>
|
|
<td class="td_team">{total.TEAM}</td>
|
|
<td class="td_hits">{total.GAMES}</td>
|
|
<td class="td_hits">{total.WIN}</td>
|
|
<td class="td_hits">{total.DRAW}</td>
|
|
<td class="td_hits">{total.LOST}</td>
|
|
<td class="td_goals_home">{total.GOALS}</td>
|
|
<td class="td_vs">:</td>
|
|
<td class="td_goals_guest">{total.GOALS_AGAINST}</td>
|
|
<td class="td_hits">{total.GOALS_DIFF}</td>
|
|
<!-- IF S_DATA_BNS -->
|
|
<td class="td_bonus">{total.BONUS}</td>
|
|
<!-- ENDIF -->
|
|
<td class="td_pts">{total.POINTS}</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- END total -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="football-inner-right">
|
|
<h2>{L_TABLE_FORM}</h2>
|
|
{TEXT_FORM}
|
|
<!-- IF S_DATA_FORM -->
|
|
<div class="forabg">
|
|
<table class="football">
|
|
<thead>
|
|
<tr>
|
|
<th>{L_RANK_SHORT}</th>
|
|
<th colspan="2" style="text-align: center;">{L_TEAM}</th>
|
|
<th>{L_GAMES_SHORT}</th>
|
|
<th>{L_WIN_SHORT}</th>
|
|
<th>{L_DRAW_SHORT}</th>
|
|
<th>{L_LOST_SHORT}</th>
|
|
<th colspan="3">{L_GOALS}</th>
|
|
<th>{L_GOALS_DIFF_SHORT}</th>
|
|
<!-- IF S_DATA_BNS -->
|
|
<th>{L_BONUS_SHORT}</th>
|
|
<!-- ENDIF -->
|
|
<th style="text-align: right;">{L_POINTS_SHORT}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!-- BEGIN form -->
|
|
<!-- IF form.GROUP <> '' -->
|
|
<tr class="row_group">
|
|
<td colspan="12" style="text-align: center;">{form.GROUP}</td>
|
|
</tr>
|
|
<!-- ELSE -->
|
|
<tr class="{form.ROW_CLASS}" style="cursor:pointer;" title="{L_SHOW_REST}"
|
|
onclick="popup('{form.U_PLAN_TEAM}',625,625);return false;">
|
|
<td class="td_rank">{form.RANK}</td>
|
|
<td class="td_logo">{form.LOGO}</td>
|
|
<td class="td_team">{form.TEAM_SHORT}</td>
|
|
<td class="td_hits">{form.GAMES}</td>
|
|
<td class="td_hits">{form.WIN}</td>
|
|
<td class="td_hits">{form.DRAW}</td>
|
|
<td class="td_hits">{form.LOST}</td>
|
|
<td class="td_goals_home">{form.GOALS}</td>
|
|
<td class="td_vs">:</td>
|
|
<td class="td_goals_guest">{form.GOALS_AGAINST}</td>
|
|
<td class="td_hits">{form.GOALS_DIFF}</td>
|
|
<!-- IF S_DATA_BNS -->
|
|
<td class="td_bonus">{form.BONUS}</td>
|
|
<!-- ENDIF -->
|
|
<td class="td_pts">{form.POINTS}</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- END form -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- ELSE -->
|
|
<br />
|
|
<br />
|
|
<div class="message">{L_NO_TABLEFORM}</div>
|
|
<br />
|
|
<br />
|
|
<!-- ENDIF -->
|
|
</div>
|
|
<br style="clear:both" />
|
|
<br />
|
|
<div class="football-inner-left">
|
|
<h2>{L_TABLE_HOME}</h2>
|
|
<div class="forabg">
|
|
<table class="football">
|
|
<thead>
|
|
<tr>
|
|
<th>{L_RANK_SHORT}</th>
|
|
<th colspan="2" style="text-align: center;">{L_TEAM}</th>
|
|
<th>{L_GAMES_SHORT}</th>
|
|
<th>{L_WIN_SHORT}</th>
|
|
<th>{L_DRAW_SHORT}</th>
|
|
<th>{L_LOST_SHORT}</th>
|
|
<th colspan="3">{L_GOALS}</th>
|
|
<th>{L_GOALS_DIFF_SHORT}</th>
|
|
<!-- IF S_DATA_BNS -->
|
|
<th>{L_BONUS_SHORT}</th>
|
|
<!-- ENDIF -->
|
|
<th style="text-align: right;">{L_POINTS_SHORT}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!-- BEGIN home -->
|
|
<!-- IF home.GROUP <> '' -->
|
|
<tr class="row_group">
|
|
<td colspan="12" style="text-align: center;">{home.GROUP}</td>
|
|
</tr>
|
|
<!-- ELSE -->
|
|
<tr class="{home.ROW_CLASS}" style="cursor:pointer;" title="{L_SHOW_PLAYED_HOME}"
|
|
onclick="popup('{home.U_PLAN_TEAM}',625,625);return false;">
|
|
<td class="td_rank">{home.RANK}</td>
|
|
<td class="td_logo">{home.LOGO}</td>
|
|
<td class="td_team">{home.TEAM_SHORT}</td>
|
|
<td class="td_hits">{home.GAMES}</td>
|
|
<td class="td_hits">{home.WIN}</td>
|
|
<td class="td_hits">{home.DRAW}</td>
|
|
<td class="td_hits">{home.LOST}</td>
|
|
<td class="td_goals_home">{home.GOALS}</td>
|
|
<td class="td_vs">:</td>
|
|
<td class="td_goals_guest">{home.GOALS_AGAINST}</td>
|
|
<td class="td_hits">{home.GOALS_DIFF}</td>
|
|
<!-- IF S_DATA_BNS -->
|
|
<td class="td_bonus">{home.BONUS}</td>
|
|
<!-- ENDIF -->
|
|
<td class="td_pts">{home.POINTS}</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- END home -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="football-inner-right">
|
|
<h2>{L_TABLE_AWAY}</h2>
|
|
<div class="forabg">
|
|
<table class="football">
|
|
<thead>
|
|
<tr>
|
|
<th>{L_RANK_SHORT}</th>
|
|
<th colspan="2" style="text-align: center;">{L_TEAM}</th>
|
|
<th>{L_GAMES_SHORT}</th>
|
|
<th>{L_WIN_SHORT}</th>
|
|
<th>{L_DRAW_SHORT}</th>
|
|
<th>{L_LOST_SHORT}</th>
|
|
<th colspan="3">{L_GOALS}</th>
|
|
<th>{L_GOALS_DIFF_SHORT}</th>
|
|
<!-- IF S_DATA_BNS -->
|
|
<th>{L_BONUS_SHORT}</th>
|
|
<!-- ENDIF -->
|
|
<th style="text-align: right;">{L_POINTS_SHORT}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!-- BEGIN away -->
|
|
<!-- IF away.GROUP <> '' -->
|
|
<tr class="row_group">
|
|
<td colspan="12" style="text-align: center;">{away.GROUP}</td>
|
|
</tr>
|
|
<!-- ELSE -->
|
|
<tr class="{away.ROW_CLASS}" style="cursor:pointer;" title="{L_SHOW_PLAYED_AWAY}"
|
|
onclick="popup('{away.U_PLAN_TEAM}',625,625);return false;">
|
|
<td class="td_rank">{away.RANK}</td>
|
|
<td class="td_logo">{away.LOGO}</td>
|
|
<td class="td_team">{away.TEAM_SHORT}</td>
|
|
<td class="td_hits">{away.GAMES}</td>
|
|
<td class="td_hits">{away.WIN}</td>
|
|
<td class="td_hits">{away.DRAW}</td>
|
|
<td class="td_hits">{away.LOST}</td>
|
|
<td class="td_goals_home">{away.GOALS}</td>
|
|
<td class="td_vs">:</td>
|
|
<td class="td_goals_guest">{away.GOALS_AGAINST}</td>
|
|
<td class="td_hits">{away.GOALS_DIFF}</td>
|
|
<!-- IF S_DATA_BNS -->
|
|
<td class="td_bonus">{away.BONUS}</td>
|
|
<!-- ENDIF -->
|
|
<td class="td_pts">{away.POINTS}</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- END away -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<br style="clear:both"/>
|
|
<br />
|
|
<!-- INCLUDE nav_delivery.html -->
|
|
<!-- ELSE -->
|
|
<br />
|
|
<div class="message">{L_NO_TABLE}</div>
|
|
<br />
|
|
<br />
|
|
<!-- ENDIF -->
|
|
|
|
|