Files
phpbb_football_tlw/styles/prosilver/template/mobile_bank.html
football a2ea3364a4 Version 0.9.9
- several bugfixes
- Code cleaning
2021-04-04 22:15:15 +02:00

62 lines
2.1 KiB
HTML

<!-- IF S_MEMBER -->
<br style="clear:both"/>
<!-- IF S_MULTI_VIEW -->
<div>
<h3 style="display:inline;">{L_BANK_OF} : </h3>
<form style="display:inline; margin:0; padding:0;" action="{S_FORMSELF}" method="post">
<div style="display:inline; margin:0; padding:0;">
<input type="hidden" name="side" value="{S_SIDE}" />
<input type="hidden" name="m" value="{S_MATCHDAY}" />
<input type="hidden" name="l" value="{S_LEAGUE}" />
<input type="hidden" name="s" value="{S_SEASON}" />
<select style="width: 180px;" name="u" onchange="this.form.submit();" title="{L_OPTION_USER}">
<!-- BEGIN form_user -->
<option {form_user.S_SELECTEDID} value="{form_user.S_USER}">{form_user.S_USERNAME}</option>
<!-- END form_user -->
</select>
</div>
</form>
</div>
<!-- ELSE -->
<h3>{L_BANK_OF} {USERNAME}:</h3>
<!-- ENDIF -->
<br />
<div class="forabg">
<table class="football">
<thead>
<tr>
<th>{L_LEAGUE}</th>
<th>{L_MATCHDAY_SHORT}</th>
<th>{L_BOOK_TYPE}</th>
<th>{POINTS}</th>
<th>{L_LOGS_COMMENT}</th>
</tr>
</thead>
<tbody>
<!-- BEGIN football -->
<!-- IF football.S_ROW_COUNT is even --><tr class="row_light"><!-- ELSE --><tr class="row_dark"><!-- ENDIF -->
<td>{football.LEAGUE_SHORT}</td>
<td style="text-align: right;">{football.MATCHDAY}.</td>
<td style="text-align: right;">{football.POINTS_TYPE}</td>
<td style="text-align: right;"><!-- IF football.S_CASH --><b><!-- ENDIF -->{football.POINTS}<!-- IF football.S_CASH --></b><!-- ENDIF --></td>
<td>{football.COMMENT}</td>
</tr>
<!-- BEGINELSE -->
<tr>
<td class="row_light" colspan="<!-- IF S_CLEAR_ALLOWED -->7<!-- ELSE -->6<!-- ENDIF -->" style="text-align: center;"><span class="gen">{L_FOOTBALL_NO_BOOKS}</span></td>
</tr>
<!-- END football -->
</tbody>
</table>
</div>
<!-- IF S_VIEW <> 'print' -->
<div class="pagination">
{L_FOOTBALL_BOOK_TOTAL}: {L_TOTAL_ENTRIES}
</div>
<!-- ENDIF -->
<!-- ELSE -->
<br />
<div class="message">{L_NO_MEMBER}</div>
<br />
<!-- ENDIF -->