| 123456789101112131415161718192021222324252627282930 |
- <wicket:panel>
- <!-- <table id="jqGrid1" style="width:100%;height:200px">
- </table> -->
- <div wicket:id="matchesCount"></div>
- <p></p>
- <table wicket:id="matchesTable" class="matchTable">
- <thead>
- <tr>
- <th>Match</th>
- <th>Odds 1</th>
- <th>Odds X</th>
- <th>Odds 2</th>
- <th>Calculated Percent 1</th>
- <th>Calculated Percent X</th>
- <th>Calculated Percent 2</th>
- </tr>
- </thead>
- <!-- <tbody>
- <tr>
- <td wicket:id="matchTeams">Team names</td>
- <td wicket:id="odds1">Team names</td>
- <td wicket:id="oddsX">Team names</td>
- <td wicket:id="odds2">Team names</td>
- <td wicket:id="calculatedPercent1">Team names</td>
- <td wicket:id="calculatedPercentX">Team names</td>
- <td wicket:id="calculatedPercent2">Team names</td>
- </tr>
- </tbody> -->
- </table>
- </wicket:panel>
|