@@ -2276,7 +2276,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
if ($bild != null) {
?>
-
+
|
@@ -2289,7 +2289,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
if ($bild != null) {
?>
-
+
|
@@ -2325,7 +2325,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
|| ($mitglieder_modus == 1 && $mitglieder_voruebergehend > 0)) {
?>
-
+
|
@@ -2334,8 +2334,8 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
-
+
spieler_id])
|| ($mitglieder_modus == 1 && $mitglieder_ist_dauerhaft[$row->spieler_id]))
continue;
- if ($n % 3 == 0 && $n != 0)
- echo " ";
-
- echo "get('pageclass_sfx') . "\">";
- echo "";
- echo "";
- if (empty($row->aktueller_verein_id))
- echo htmlentities_utf8($row->nachname . ", " . $row->vorname);
- else {
- ?>nachname . ", " . $row->vorname)); ?>spielernr))
- echo " " . htmlentities_utf8($row->spielernr) . "";
- echo " | ";
- if ($team_moderator) {
- if (!empty($row->geburtsjahr)) {
- echo "| ";
- echo "" . htmlentities_utf8($row->geburtsjahr) . "";
- echo " | ";
- }
- if (!empty($row->strasse) ||
- !empty($row->plz) || !empty($row->ort)) {
- echo "";
- if (!empty($row->strasse))
- echo "" . htmlentities_utf8($row->strasse) . " ";
- if (!empty($row->plz) || !empty($row->ort))
- echo "" . (!empty($row->plz) ? (htmlentities_utf8($row->plz) . " ") : "") . htmlentities_utf8($row->ort) . "";
- echo " | ";
- }
- if (!empty($row->telefon) ||
- !empty($row->mobil) ||
- !empty($row->email)) {
- echo "";
- if (!empty($row->telefon))
- echo "" . htmlentities_utf8($row->telefon) . " ";
- if (!empty($row->mobil))
- echo "" . htmlentities_utf8($row->mobil) . " ";
- if (!empty($row->email)) {
- $replacement = HTMLHelper::_('email.cloak', $row->email, 1, $row->email, 0);
- echo "" . $replacement . "";
- }
- echo " | ";
- }
- }
- if (isset($spielberechtigungen[$row->spieler_id])) {
- echo "";
- foreach ($spielberechtigungen[$row->spieler_id] as $spielberechtigung) {
- echo "";
- if (isset($veranstaltungsbezeichnungen[$spielberechtigung[0]])) {
- echo htmlentities_utf8($veranstaltungsbezeichnungen[$spielberechtigung[0]]) . ": ";
- }
- if ($spielberechtigung[2] == -1) // Ohne Spielberechtigung
- echo "Nicht spielberechtigt";
- else if (empty($spielberechtigung[3])) // Letzter Spieltag ohne Einschränkung
- echo "Ab " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0));
- else if ($spielberechtigung[2] < 2) // Erster Spieltag ohne Einschränkung
- echo "Bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0));
- else if ($spielberechtigung[2] == $spielberechtigung[3]) // Erster Spieltag und letzter Spieltag gleich
- echo "Während " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0));
- else
- echo htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)) . " bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0));
- echo " ";
- }
- echo " | ";
- }
- echo " | ";
- echo "get('pageclass_sfx') . "\">";
+ echo "";
+ echo "get('pageclass_sfx') . "\">";
+ echo "";
+ echo "";
+ if (empty($row->aktueller_verein_id))
+ echo htmlentities_utf8($row->nachname . ", " . $row->vorname);
+ else {
+ ?>nachname . ", " . $row->vorname)); ?>spielernr))
+ echo " " . htmlentities_utf8($row->spielernr) . "";
+ echo " | ";
+ if ($team_moderator) {
+ if (!empty($row->geburtsjahr)) {
+ echo "| ";
+ echo "" . htmlentities_utf8($row->geburtsjahr) . "";
+ echo " | ";
+ }
+ if (!empty($row->strasse) ||
+ !empty($row->plz) || !empty($row->ort)) {
+ echo "";
+ if (!empty($row->strasse))
+ echo "" . htmlentities_utf8($row->strasse) . " ";
+ if (!empty($row->plz) || !empty($row->ort))
+ echo "" . (!empty($row->plz) ? (htmlentities_utf8($row->plz) . " ") : "") . htmlentities_utf8($row->ort) . "";
+ echo " | ";
+ }
+ if (!empty($row->telefon) ||
+ !empty($row->mobil) ||
+ !empty($row->email)) {
+ echo "";
+ if (!empty($row->telefon))
+ echo "" . htmlentities_utf8($row->telefon) . " ";
+ if (!empty($row->mobil))
+ echo "" . htmlentities_utf8($row->mobil) . " ";
+ if (!empty($row->email)) {
+ $replacement = HTMLHelper::_('email.cloak', $row->email, 1, $row->email, 0);
+ echo "" . $replacement . "";
+ }
+ echo " | ";
+ }
+ }
+ if (isset($spielberechtigungen[$row->spieler_id])) {
+ echo "";
+ foreach ($spielberechtigungen[$row->spieler_id] as $spielberechtigung) {
+ echo "";
+ if (isset($veranstaltungsbezeichnungen[$spielberechtigung[0]])) {
+ echo htmlentities_utf8($veranstaltungsbezeichnungen[$spielberechtigung[0]]) . ": ";
+ }
+ if ($spielberechtigung[2] == -1) // Ohne Spielberechtigung
+ echo " Nicht spielberechtigt";
+ else if (empty($spielberechtigung[3])) // Letzter Spieltag ohne Einschränkung
+ echo " Ab " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0));
+ else if ($spielberechtigung[2] < 2) // Erster Spieltag ohne Einschränkung
+ echo " Bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0));
+ else if ($spielberechtigung[2] == $spielberechtigung[3]) // Erster Spieltag und letzter Spieltag gleich
+ echo " Während " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0));
+ else
+ echo htmlentities_utf8(Rundenbezeichnung($spielberechtigung[2], $spielberechtigung[1] == 0)) . " bis " . htmlentities_utf8(Rundenbezeichnung($spielberechtigung[3], $spielberechtigung[1] == 0));
+ echo " ";
+ }
+ echo " | ";
+ }
+ echo " | ";
+ echo "get('pageclass_sfx') . "\">";
$bild = bildHTML("mannschaftsmitglieder", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->mitglied_von_team_id, 90, 120, 0, 0, 'border="1"');
if ($bild == null)
$bild = bildHTML("spieler", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->spieler_id, 90, 120, 0, 0, 'border="1"', $row->geschlecht == 'M' ? 'm' : 'w');
if ($bild != null) {
- ?>
-
- ";
$n++;
+ echo " | ";
+ echo " ";
}
?>
|
@@ -2437,7 +2431,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
?>
-
+
@@ -2448,7 +2442,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
-
+
|
gegner_id, 28, 28)) {
+ if (bildHTML("mannschaften", $begegnung->gegner_id, 40, 40)) {
$bilder_anzeigen = true;
break;
- } else if ($begegnung->gegner_verein_id != null && bildHTML("vereine", $begegnung->gegner_verein_id, 28, 28)) {
+ } else if ($begegnung->gegner_verein_id != null && bildHTML("vereine", $begegnung->gegner_verein_id, 40, 40)) {
$bilder_anzeigen = true;
break;
}
@@ -2646,20 +2640,18 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
$veranstaltung_id = -1;
$k = 0;
- foreach ($begegnungen
-
- as $row) {
+ foreach ($begegnungen as $row) {
if ($veranstaltung_id != $row->veranstaltung_id) {
if ($veranstaltung_id != -1) {
?>
- |
-
-
+
+ veranstaltung_id;
?>
-
+
|
@@ -2668,7 +2660,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
| |