mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Merge branch 'dev' of github.com:nielsnuebel/com_sportsmanager into dev
This commit is contained in:
@@ -7057,10 +7057,8 @@ global $params;
|
||||
?>
|
||||
|
||||
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
||||
<table class="uk-table uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
||||
<tr>
|
||||
<th width="30" class="sectiontableheader<?php echo $params->get('pageclas
|
||||
s_sfx'); ?>"></th>
|
||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||
<!--img src="images/M_images/arrow.png" border="0"/-->
|
||||
<a href="<?php echo SportsManagerURL('#rid' . $rangliste->rangliste_id); ?>">
|
||||
@@ -7069,32 +7067,6 @@ global $params;
|
||||
<?php echo htmlentities_utf8($rangliste->bezeichnung); ?></a> >
|
||||
<?php echo htmlentities_utf8($rangliste_punkte->nachname . ", " . $rangliste_punkte->vorname); ?>
|
||||
</th>
|
||||
<?php
|
||||
if ($vorherige_spieler_id != 0 || $naechste_spieler_id != 0) {
|
||||
?>
|
||||
<th width="50" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> </th>
|
||||
<?php
|
||||
if ($vorherige_spieler_id != 0) {
|
||||
?>
|
||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="right">
|
||||
<a href="<?php echo SportsManagerURL('&task=ranglistenpunkte&rangliste_id=' . $rangliste->rangliste_id . '&spieler_id=' . $vorherige_spieler_id); ?>">
|
||||
< <?php echo JText::_('COM_SPORTSMANAGER_PREVIOUS'); ?></a>
|
||||
</th>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<th width="50" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> </th>
|
||||
<?php
|
||||
if ($naechste_spieler_id != 0) {
|
||||
?>
|
||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||
<a href="<?php echo SportsManagerURL('&task=ranglistenpunkte&rangliste_id=' . $rangliste->rangliste_id . '&spieler_id=' . $naechste_spieler_id); ?>">
|
||||
<?php echo JText::_('COM_SPORTSMANAGER_NEXT'); ?> ></a>
|
||||
</th>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -7126,20 +7098,21 @@ global $params;
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
|
||||
<td class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
|
||||
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_PLACEMENT'); ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<div class="uk-overflow-auto">
|
||||
<table class="uk-table uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LOCATION'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DISCIPLINE'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DATE'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MESSAGES'); ?></strong></th>
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_POINTS'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_LOCATION'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_DISCIPLINE'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_DATE'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_MESSAGES'); ?></strong></th>
|
||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_POINTS'); ?></strong></th>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
@@ -7148,22 +7121,19 @@ global $params;
|
||||
?>
|
||||
<tr class="sectiontableentry<?php echo $k + 1;
|
||||
$k = ($k + 1) % 2; ?><?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<td nowrap><?php echo $platzierung->turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?></td>
|
||||
<td nowrap><?php echo $platzierung->turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?></td>
|
||||
<td align="left"
|
||||
nowrap><?php echo $platzierung->disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?></td>
|
||||
<td nowrap><?php echo $platzierung->beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?></td>
|
||||
<td align="center"
|
||||
nowrap><?php echo $platzierung->platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?></td>
|
||||
<td align="center"
|
||||
nowrap><?php echo $platzierung->teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?></td>
|
||||
<td align="center"
|
||||
nowrap><?php echo isset($streichergebnisse[$platzierung->turnierdisziplin_id]) ? ("<s> " . (empty($platzierung->punkte) ? "0" : $platzierung->punkte) . " </s>") : (empty($platzierung->punkte) ? "0" : $platzierung->punkte); ?></td>
|
||||
<td><?php echo $platzierung->turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?></td>
|
||||
<td><?php echo $platzierung->turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?></td>
|
||||
<td align="left"><?php echo $platzierung->disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?></td>
|
||||
<td><?php echo $platzierung->beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?></td>
|
||||
<td align="center"><?php echo $platzierung->platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?></td>
|
||||
<td align="center"><?php echo $platzierung->teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?></td>
|
||||
<td align="center"><?php echo isset($streichergebnisse[$platzierung->turnierdisziplin_id]) ? ("<s> " . (empty($platzierung->punkte) ? "0" : $platzierung->punkte) . " </s>") : (empty($platzierung->punkte) ? "0" : $platzierung->punkte); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
<span class="article_seperator<?php echo $params->get('pageclass_sfx'); ?>"> </span>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user