mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4368d837c0 | |||
| 19037d0729 | |||
| bfc65d6030 | |||
| 2a307b0987 | |||
| e8e6f7046d | |||
| 20ab5a44a9 | |||
| a5357e4a51 | |||
| 68e16a3adb |
File diff suppressed because it is too large
Load Diff
@@ -2886,7 +2886,7 @@ class HTML_sportsmanager_admin
|
|||||||
<span class="article_seperator<?php echo $params->get('pageclass_sfx'); ?>"> </span>
|
<span class="article_seperator<?php echo $params->get('pageclass_sfx'); ?>"> </span>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($nichtAktualisierteUnterschiede)){
|
if (!empty($nichtAktualisierteUnterschiede)){
|
||||||
?>
|
?>
|
||||||
<table class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
@@ -3539,7 +3539,7 @@ class HTML_sportsmanager_admin
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
static function adminVereine($rows, $organisationAnzeigen): void
|
static function adminVereine($rows, $organisationAnzeigen, $ansprechpartner): void
|
||||||
{
|
{
|
||||||
global $params;
|
global $params;
|
||||||
|
|
||||||
@@ -3599,6 +3599,8 @@ class HTML_sportsmanager_admin
|
|||||||
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_TEAM_SEAT'); ?></strong></th>
|
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_TEAM_SEAT'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_BEATEN'); ?></strong></th>
|
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_BEATEN'); ?></strong></th>
|
||||||
|
<th></th>
|
||||||
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
@@ -3661,7 +3663,15 @@ class HTML_sportsmanager_admin
|
|||||||
</td>
|
</td>
|
||||||
<td nowrap><?php if (!empty($row->vereinssitz)) echo htmlentities_utf8($row->vereinssitz . (!empty($row->vereinssitz_ortsteil) ? ("-" . $row->vereinssitz_ortsteil) : "")); ?></td>
|
<td nowrap><?php if (!empty($row->vereinssitz)) echo htmlentities_utf8($row->vereinssitz . (!empty($row->vereinssitz_ortsteil) ? ("-" . $row->vereinssitz_ortsteil) : "")); ?></td>
|
||||||
<td nowrap><?php echo $row->ausgetreten ? Text::_('COM_SPORTSMANAGER_YES') : Text::_('COM_SPORTSMANAGER_NO'); ?></td>
|
<td nowrap><?php echo $row->ausgetreten ? Text::_('COM_SPORTSMANAGER_YES') : Text::_('COM_SPORTSMANAGER_NO'); ?></td>
|
||||||
<td nowrap><small><a
|
<td>
|
||||||
|
<?PHP
|
||||||
|
if (!empty($ansprechpartner[$row->verein_id])){
|
||||||
|
$emails = implode(';', $ansprechpartner[$row->verein_id]);
|
||||||
|
echo "<a href='mailto:" . $emails . "?subject=" . $row->vereinsname . "'>E-Mail</a> ";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</td>
|
||||||
|
<td nowrap><small><a
|
||||||
href="<?php echo SportsManagerURL('&task=admin_verein_remove&id=' . $row->verein_id); ?>"
|
href="<?php echo SportsManagerURL('&task=admin_verein_remove&id=' . $row->verein_id); ?>"
|
||||||
onclick="return confirm('<?php echo Text::_('COM_SPORTSMANAGER_WANT_REALLY_REMOVE'); ?>');"
|
onclick="return confirm('<?php echo Text::_('COM_SPORTSMANAGER_WANT_REALLY_REMOVE'); ?>');"
|
||||||
title="<?php echo Text::_('COM_SPORTSMANAGER_REMOVE'); ?>">X</a></small></td>
|
title="<?php echo Text::_('COM_SPORTSMANAGER_REMOVE'); ?>">X</a></small></td>
|
||||||
@@ -4834,8 +4844,8 @@ class HTML_sportsmanager_admin
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap style="width: 20%; text-align: right">
|
<td nowrap style="width: 20%; text-align: right">
|
||||||
<label
|
<label
|
||||||
@@ -4843,7 +4853,7 @@ class HTML_sportsmanager_admin
|
|||||||
:</label>
|
:</label>
|
||||||
</td>
|
</td>
|
||||||
<td nowrap>
|
<td nowrap>
|
||||||
<select class="uk-select uk-form-width-medium" name="spiele_in_spielerstatistik"
|
<select class="uk-select uk-form-width-medium" name="spiele_in_spielerstatistik"
|
||||||
id="games_in_statistik" size="1">
|
id="games_in_statistik" size="1">
|
||||||
<option value="0"><?php echo Text::_('COM_SPORTSMANAGER_GAMES_IN_STATISTIK_ALL'); ?></option>
|
<option value="0"><?php echo Text::_('COM_SPORTSMANAGER_GAMES_IN_STATISTIK_ALL'); ?></option>
|
||||||
<?php
|
<?php
|
||||||
@@ -4854,9 +4864,9 @@ class HTML_sportsmanager_admin
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap style="width: 20%; text-align: right">
|
<td nowrap style="width: 20%; text-align: right">
|
||||||
<label for="status"><?php echo Text::_('COM_SPORTSMANAGER_ACTIVE'); ?>
|
<label for="status"><?php echo Text::_('COM_SPORTSMANAGER_ACTIVE'); ?>
|
||||||
@@ -6385,9 +6395,9 @@ class HTML_sportsmanager_admin
|
|||||||
<select class="uk-select uk-form-width-large" name="tabellenwertung"
|
<select class="uk-select uk-form-width-large" name="tabellenwertung"
|
||||||
id="table_evaluation" size="1">
|
id="table_evaluation" size="1">
|
||||||
<?php
|
<?php
|
||||||
$typ = array(0 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX0'),
|
$typ = array(0 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX0'),
|
||||||
1 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX1'),
|
1 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX1'),
|
||||||
2 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX2'),
|
2 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX2'),
|
||||||
3 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX3'),
|
3 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX3'),
|
||||||
4 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX4'),
|
4 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX4'),
|
||||||
5 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX5'));
|
5 => Text::_('COM_SPORTSMANAGER_PERFORMANCE_INDEX5'));
|
||||||
@@ -6918,12 +6928,12 @@ class HTML_sportsmanager_admin
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
static function adminMailto($to,$cc,$bcc,$subject,$message,$backtomail,$backtosender,$vorlage=''): void
|
static function adminMailto($to,$cc,$bcc,$subject,$message,$backtomail,$backtosender,$vorlage=''): void
|
||||||
{
|
{
|
||||||
global $params;
|
global $params;
|
||||||
?>
|
?>
|
||||||
<div class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_EMAIL_SEND'); ?></div>
|
<div class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_EMAIL_SEND'); ?></div>
|
||||||
|
|
||||||
<form id="mailForm">
|
<form id="mailForm">
|
||||||
<div class="uk-overflow-auto">
|
<div class="uk-overflow-auto">
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
@@ -6972,8 +6982,8 @@ class HTML_sportsmanager_admin
|
|||||||
<input type="submit" name="joomlamail" value="<?php echo Text::_('COM_SPORTSMANAGER_EMAIL_SEND'); ?> (joomla)" class="button"/>
|
<input type="submit" name="joomlamail" value="<?php echo Text::_('COM_SPORTSMANAGER_EMAIL_SEND'); ?> (joomla)" class="button"/>
|
||||||
<?php if ($vorlage->name == "Ordnungsstrafe"){ ?>
|
<?php if ($vorlage->name == "Ordnungsstrafe"){ ?>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_EDIT_DISCIPLINARY_FINE'); ?>" class="button"
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_EDIT_DISCIPLINARY_FINE'); ?>" class="button"
|
||||||
onclick="const t = this.form.task; t.value = 'admin_ordnungsstrafe_edit';"/>
|
onclick="const t = this.form.task; t.value = 'admin_ordnungsstrafe_edit';"/>
|
||||||
<input type="hidden" name="id" value="<?php echo $vorlage->id; ?>"/>
|
<input type="hidden" name="id" value="<?php echo $vorlage->id; ?>"/>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_BACK'); ?>" class="button"
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_BACK'); ?>" class="button"
|
||||||
onclick="const t = this.form.task; t.value = '<?php echo $backtosender; ?>';"/>
|
onclick="const t = this.form.task; t.value = '<?php echo $backtosender; ?>';"/>
|
||||||
@@ -7036,7 +7046,7 @@ class HTML_sportsmanager_admin
|
|||||||
<div
|
<div
|
||||||
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_DISCIPLINARY_FINES'); ?>
|
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_DISCIPLINARY_FINES'); ?>
|
||||||
: <?php echo Text::_('COM_SPORTSMANAGER_JOOMLA_MANAGEMENT'); ?></div>
|
: <?php echo Text::_('COM_SPORTSMANAGER_JOOMLA_MANAGEMENT'); ?></div>
|
||||||
|
|
||||||
<table style="border-spacing: 10px">
|
<table style="border-spacing: 10px">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><a
|
<td nowrap><a
|
||||||
@@ -7057,7 +7067,7 @@ class HTML_sportsmanager_admin
|
|||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php if (count($saisons) > 0) {
|
<?php if (count($saisons) > 0) {
|
||||||
?>
|
?>
|
||||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
||||||
@@ -7266,12 +7276,12 @@ class HTML_sportsmanager_admin
|
|||||||
size="1" style='height: 34px; width: 200px;' readonly
|
size="1" style='height: 34px; width: 200px;' readonly
|
||||||
value="<?php echo (empty($row->versendedatum) ? '' : $row->versendedatum); ?>"/>
|
value="<?php echo (empty($row->versendedatum) ? '' : $row->versendedatum); ?>"/>
|
||||||
<?php if ($row != null){ ?>
|
<?php if ($row != null){ ?>
|
||||||
<input type="submit" name="set_versender"
|
<input type="submit" name="set_versender"
|
||||||
value="<?php echo (empty($row->versendedatum) ? 'set' : 'reset'); ?>" class="button"/>
|
value="<?php echo (empty($row->versendedatum) ? 'set' : 'reset'); ?>" class="button"/>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap style="width: 20%; text-align: right">
|
<td nowrap style="width: 20%; text-align: right">
|
||||||
<label
|
<label
|
||||||
@@ -7289,7 +7299,7 @@ class HTML_sportsmanager_admin
|
|||||||
size="1" style='height: 34px; width: 200px;' readonly
|
size="1" style='height: 34px; width: 200px;' readonly
|
||||||
value="<?php echo (empty($row->rechnungsdatum) ? '' : $row->rechnungsdatum); ?>"/>
|
value="<?php echo (empty($row->rechnungsdatum) ? '' : $row->rechnungsdatum); ?>"/>
|
||||||
<?php if ($row != null && !empty($row->versendedatum)){ ?>
|
<?php if ($row != null && !empty($row->versendedatum)){ ?>
|
||||||
<input type="submit" name="set_rechnung"
|
<input type="submit" name="set_rechnung"
|
||||||
value="<?php echo (empty($row->rechnungsdatum) ? 'set' : 'reset'); ?>" class="button"/>
|
value="<?php echo (empty($row->rechnungsdatum) ? 'set' : 'reset'); ?>" class="button"/>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
@@ -7327,8 +7337,8 @@ class HTML_sportsmanager_admin
|
|||||||
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"/>
|
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"/>
|
||||||
<?php if ($row != null && benutzerZugriff("benutzerVeranstalterModerator")){ ?>
|
<?php if ($row != null && benutzerZugriff("benutzerVeranstalterModerator")){ ?>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_SEND_DISCIPLINARY_FINE'); ?>" class="button"
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_SEND_DISCIPLINARY_FINE'); ?>" class="button"
|
||||||
onclick="const t = this.form.task; t.value = 'admin_ordnungsstrafe_mailen';"/>
|
onclick="const t = this.form.task; t.value = 'admin_ordnungsstrafe_mailen';"/>
|
||||||
<input type="hidden" name="id" value="<?php echo $row->ordnungsstrafen_id; ?>"/>
|
<input type="hidden" name="id" value="<?php echo $row->ordnungsstrafen_id; ?>"/>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>" class="button"/>
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>" class="button"/>
|
||||||
<input type="hidden" name="task" value="admin_ordnungsstrafe_save"/>
|
<input type="hidden" name="task" value="admin_ordnungsstrafe_save"/>
|
||||||
@@ -7350,7 +7360,7 @@ class HTML_sportsmanager_admin
|
|||||||
<div
|
<div
|
||||||
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_MATCH_RESCHEDULINGS'); ?>
|
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo Text::_('COM_SPORTSMANAGER_MATCH_RESCHEDULINGS'); ?>
|
||||||
: <?php echo Text::_('COM_SPORTSMANAGER_JOOMLA_MANAGEMENT'); ?></div>
|
: <?php echo Text::_('COM_SPORTSMANAGER_JOOMLA_MANAGEMENT'); ?></div>
|
||||||
|
|
||||||
<table style="border-spacing: 10px">
|
<table style="border-spacing: 10px">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><a
|
<td nowrap><a
|
||||||
@@ -7410,13 +7420,13 @@ class HTML_sportsmanager_admin
|
|||||||
<?php
|
<?php
|
||||||
if (count($rows) > 0) {
|
if (count($rows) > 0) {
|
||||||
$k = 0;
|
$k = 0;
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
?>
|
?>
|
||||||
<tr class="sectiontableentry<?php echo $k + 1;
|
<tr class="sectiontableentry<?php echo $k + 1;
|
||||||
$k = ($k + 1) % 2; ?><?php echo $params->get('pageclass_sfx'); ?>">
|
$k = ($k + 1) % 2; ?><?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<td nowrap style='text-align: center;'>
|
<td nowrap style='text-align: center;'>
|
||||||
<a href="<?php
|
<a href="<?php
|
||||||
echo SportsManagerURL('&task=admin_spielverlegung_edit&begegnung_id=' . $row->begegnung_id);
|
echo SportsManagerURL('&task=admin_spielverlegung_edit&begegnung_id=' . $row->begegnung_id);
|
||||||
?>">
|
?>">
|
||||||
<?php echo $row->begegnung_id; ?>
|
<?php echo $row->begegnung_id; ?>
|
||||||
</a>
|
</a>
|
||||||
@@ -7425,7 +7435,7 @@ class HTML_sportsmanager_admin
|
|||||||
<?php echo htmlentities_utf8($row->Liga); ?>
|
<?php echo htmlentities_utf8($row->Liga); ?>
|
||||||
</td>
|
</td>
|
||||||
<td nowrap style='text-align: center;'>
|
<td nowrap style='text-align: center;'>
|
||||||
<?php
|
<?php
|
||||||
if ($row->Heim == $row->beantragt_von)
|
if ($row->Heim == $row->beantragt_von)
|
||||||
echo "<u>" . htmlentities_utf8($row->Heim) . "</u>";
|
echo "<u>" . htmlentities_utf8($row->Heim) . "</u>";
|
||||||
else
|
else
|
||||||
@@ -7466,7 +7476,7 @@ class HTML_sportsmanager_admin
|
|||||||
</div>
|
</div>
|
||||||
<span class="article_seperator<?php echo $params->get('pageclass_sfx'); ?>"> </span>
|
<span class="article_seperator<?php echo $params->get('pageclass_sfx'); ?>"> </span>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
static function adminEditSpielverlegung($row,$teams): void
|
static function adminEditSpielverlegung($row,$teams): void
|
||||||
{
|
{
|
||||||
@@ -7624,7 +7634,7 @@ class HTML_sportsmanager_admin
|
|||||||
setTimeout(() => { t.value = 'admin_verbandsorgane'; }, 100);"/>
|
setTimeout(() => { t.value = 'admin_verbandsorgane'; }, 100);"/>
|
||||||
<input type="hidden" name="task" value="admin_verbandsorgane"/>
|
<input type="hidden" name="task" value="admin_verbandsorgane"/>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7950,7 +7960,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"/>
|
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"/>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>" class="button"/>
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>" class="button"/>
|
||||||
@@ -7960,7 +7970,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
static function adminHalloffame($rows): void
|
static function adminHalloffame($rows): void
|
||||||
{
|
{
|
||||||
global $params;
|
global $params;
|
||||||
@@ -8167,7 +8177,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<strong><?php echo Text::_('COM_SPORTSMANAGER_YEAR'); ?></strong>
|
<strong><?php echo Text::_('COM_SPORTSMANAGER_YEAR'); ?></strong>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
for ($i = 1; $i <= 3; $i++) {
|
for ($i = 1; $i <= 3; $i++) {
|
||||||
if ($i == 2 && !$halloffame->platz2_zeigen) continue;
|
if ($i == 2 && !$halloffame->platz2_zeigen) continue;
|
||||||
if ($i == 3 && !$halloffame->platz3_zeigen) continue;
|
if ($i == 3 && !$halloffame->platz3_zeigen) continue;
|
||||||
@@ -8325,8 +8335,8 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
for ($p = 1; $p <= 3; $p++){
|
for ($p = 1; $p <= 3; $p++){
|
||||||
if ($halloffame->spielform == 1){
|
if ($halloffame->spielform == 1){
|
||||||
$index_vereinid = "verein_id_" . $p;
|
$index_vereinid = "verein_id_" . $p;
|
||||||
$index_team = "teamname_" . $p;
|
$index_team = "teamname_" . $p;
|
||||||
@@ -8350,9 +8360,9 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
value="<?php echo $row != null ? htmlentities_utf8($row->$index_team) : ''; ?>"/>
|
value="<?php echo $row != null ? htmlentities_utf8($row->$index_team) : ''; ?>"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($halloffame->spielform == 2 || $halloffame->spielform == 3){
|
if ($halloffame->spielform == 2 || $halloffame->spielform == 3){
|
||||||
$index_spieler1id = "spieler1_id_" . $p;
|
$index_spieler1id = "spieler1_id_" . $p;
|
||||||
$index_spieler1 = "spieler1_" . $p;
|
$index_spieler1 = "spieler1_" . $p;
|
||||||
@@ -8392,15 +8402,15 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<?PHP } ?>
|
<?PHP } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap colspan="2"> </td>
|
<td nowrap colspan="2"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"/>
|
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"/>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>" class="button"/>
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>" class="button"/>
|
||||||
@@ -8410,7 +8420,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
static function adminRegelwerke($rows): void
|
static function adminRegelwerke($rows): void
|
||||||
{
|
{
|
||||||
global $params;
|
global $params;
|
||||||
@@ -9359,7 +9369,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
if (!einstellungswert("ordnungsstrafen_verwenden"))
|
if (!einstellungswert("ordnungsstrafen_verwenden"))
|
||||||
echo "<tr style='display: none;'>";
|
echo "<tr style='display: none;'>";
|
||||||
else
|
else
|
||||||
@@ -9712,7 +9722,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
static function adminMannschaften($veranstaltung, $rows): void
|
static function adminMannschaften($veranstaltung, $rows, $ansprechpartner): void
|
||||||
{
|
{
|
||||||
global $params;
|
global $params;
|
||||||
|
|
||||||
@@ -9762,6 +9772,8 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<th nowrap title="<?php echo Text::_('COM_SPORTSMANAGER_NUM_REQUESTED_SHFITS_TOOLTIP'); ?>">
|
<th nowrap title="<?php echo Text::_('COM_SPORTSMANAGER_NUM_REQUESTED_SHFITS_TOOLTIP'); ?>">
|
||||||
<strong><?php echo Text::_('COM_SPORTSMANAGER_NUM_REQUESTED_SHIFTS'); ?></strong></th>
|
<strong><?php echo Text::_('COM_SPORTSMANAGER_NUM_REQUESTED_SHIFTS'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_HOME_VENUE'); ?></strong></th>
|
<th nowrap><strong><?php echo Text::_('COM_SPORTSMANAGER_HOME_VENUE'); ?></strong></th>
|
||||||
|
<th></th>
|
||||||
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
@@ -9804,6 +9816,14 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</td>
|
</td>
|
||||||
<td nowrap align="center"><?php echo $row->anzahl_verschiebungen; ?></td>
|
<td nowrap align="center"><?php echo $row->anzahl_verschiebungen; ?></td>
|
||||||
<td nowrap><?php if (!empty($row->name)) echo htmlentities_utf8($row->name); ?></td>
|
<td nowrap><?php if (!empty($row->name)) echo htmlentities_utf8($row->name); ?></td>
|
||||||
|
<td>
|
||||||
|
<?PHP
|
||||||
|
if (!empty($ansprechpartner[$row->team_id])){
|
||||||
|
$emails = implode(';', $ansprechpartner[$row->team_id]);
|
||||||
|
echo "<a href='mailto:" . $emails . "?subject=" . $row->teamname . "'>E-Mail</a> ";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</td>
|
||||||
<?php if ($row->begegnungen == 0) { ?>
|
<?php if ($row->begegnungen == 0) { ?>
|
||||||
<td nowrap><small><a
|
<td nowrap><small><a
|
||||||
href="<?php echo SportsManagerURL('&task=admin_team_remove&veranstaltungid=' . $veranstaltung->veranstaltung_id . '&id=' . $row->team_id); ?>"
|
href="<?php echo SportsManagerURL('&task=admin_team_remove&veranstaltungid=' . $veranstaltung->veranstaltung_id . '&id=' . $row->team_id); ?>"
|
||||||
@@ -10300,7 +10320,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<th nowrap style="text-align: center"><strong><?php echo JText::_('COM_SPORTSMANAGER_PENALTY'); ?></strong></th>
|
<th nowrap style="text-align: center"><strong><?php echo JText::_('COM_SPORTSMANAGER_PENALTY'); ?></strong></th>
|
||||||
<th nowrap style="text-align: left"><strong><?php echo JText::_('COM_SPORTSMANAGER_DESCRIPTION'); ?></strong></th>
|
<th nowrap style="text-align: left"><strong><?php echo JText::_('COM_SPORTSMANAGER_DESCRIPTION'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$k = 0;
|
$k = 0;
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
@@ -10996,7 +11016,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<?php echo Text::_('COM_SPORTSMANAGER_ENCOUNTERS'); ?>
|
<?php echo Text::_('COM_SPORTSMANAGER_ENCOUNTERS'); ?>
|
||||||
'<?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?>
|
'<?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?>
|
||||||
': <?php echo Text::_('COM_SPORTSMANAGER_JOOMLA_MANAGEMENT'); ?></div>
|
': <?php echo Text::_('COM_SPORTSMANAGER_JOOMLA_MANAGEMENT'); ?></div>
|
||||||
|
|
||||||
<div class="uk-overflow-auto">
|
<div class="uk-overflow-auto">
|
||||||
<table style="border-spacing: 10px; width: 100%;">
|
<table style="border-spacing: 10px; width: 100%;">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -11067,10 +11087,10 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
$Spieltagname = "Runde " . $row->spieltag;
|
$Spieltagname = "Runde " . $row->spieltag;
|
||||||
else
|
else
|
||||||
$Spieltagname = "Spieltag " . $row->spieltag;
|
$Spieltagname = "Spieltag " . $row->spieltag;
|
||||||
|
|
||||||
if ($row->spieltag < 999 && $veranstaltung->spieltag_titel_zeigen == 1 && $row->spieltag_titel != "")
|
if ($row->spieltag < 999 && $veranstaltung->spieltag_titel_zeigen == 1 && $row->spieltag_titel != "")
|
||||||
$Spieltagname .= " - " . $row->spieltag_titel;
|
$Spieltagname .= " - " . $row->spieltag_titel;
|
||||||
|
|
||||||
if ($Spieltagname_Buffer != $Spieltagname){
|
if ($Spieltagname_Buffer != $Spieltagname){
|
||||||
?>
|
?>
|
||||||
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
@@ -11098,12 +11118,12 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<th nowrap><span style="font-size: 70%; "><i>
|
<th nowrap><span style="font-size: 70%; "><i>
|
||||||
<?php echo htmlentities_utf8($monatsbezeichnung); ?></i></span>
|
<?php echo htmlentities_utf8($monatsbezeichnung); ?></i></span>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<tr class="sectiontableentry<?php echo $k + 1;
|
<tr class="sectiontableentry<?php echo $k + 1;
|
||||||
$k = ($k + 1) % 2; ?><?php echo $params->get('pageclass_sfx'); ?>">
|
$k = ($k + 1) % 2; ?><?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
|
|
||||||
@@ -11323,7 +11343,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
value="<?php if ($row != null) echo htmlentities_utf8($row->spieltag_titel); ?>"/>
|
value="<?php if ($row != null) echo htmlentities_utf8($row->spieltag_titel); ?>"/>
|
||||||
<datalist id="auswahl_spieltagtitel" >
|
<datalist id="auswahl_spieltagtitel" >
|
||||||
<?php if ($auswahl_spieltagtitel){ ?>
|
<?php if ($auswahl_spieltagtitel){ ?>
|
||||||
<?php foreach($auswahl_spieltagtitel AS $titel){ ?>
|
<?php foreach($auswahl_spieltagtitel AS $titel){ ?>
|
||||||
<option value="<?= htmlspecialchars($titel->spieltag_titel, ENT_QUOTES) ?>"></option>
|
<option value="<?= htmlspecialchars($titel->spieltag_titel, ENT_QUOTES) ?>"></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -11342,7 +11362,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
title="Spielnummer (optional)" name="spiel_nr">
|
title="Spielnummer (optional)" name="spiel_nr">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
<?php
|
<?php
|
||||||
for ($i = 1; $i <= 99; $i++)
|
for ($i = 1; $i <= 99; $i++)
|
||||||
{
|
{
|
||||||
echo "<option value=\"" . $i . "\"" . ($spiel_nr == $i ? " selected" : "") . ">" . $i . "</option>";
|
echo "<option value=\"" . $i . "\"" . ($spiel_nr == $i ? " selected" : "") . ">" . $i . "</option>";
|
||||||
}
|
}
|
||||||
@@ -11454,7 +11474,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"
|
<input type="submit" name="save" value="<?php echo Text::_('COM_SPORTSMANAGER_SAVE'); ?>" class="button"
|
||||||
onclick="if (document.adminForm.heim_team_id.value === document.adminForm.gast_team_id.value)
|
onclick="if (document.adminForm.heim_team_id.value === document.adminForm.gast_team_id.value)
|
||||||
{ alert('<?php echo Text::_('COM_SPORTSMANAGER_HOME_VISITING_TEAMS_DIFFERENT'); ?>'); return false; } return true;"/>
|
{ alert('<?php echo Text::_('COM_SPORTSMANAGER_HOME_VISITING_TEAMS_DIFFERENT'); ?>'); return false; } return true;"/>
|
||||||
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>"
|
<input type="submit" name="cancel" value="<?php echo Text::_('COM_SPORTSMANAGER_CANCEL'); ?>"
|
||||||
class="button"/>
|
class="button"/>
|
||||||
@@ -12495,7 +12515,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
value="<?php if ($row != null) echo htmlentities_utf8($row->spieltag_titel); ?>"/>
|
value="<?php if ($row != null) echo htmlentities_utf8($row->spieltag_titel); ?>"/>
|
||||||
<datalist id="auswahl_spieltagtitel" >
|
<datalist id="auswahl_spieltagtitel" >
|
||||||
<?php if ($auswahl_spieltagtitel){ ?>
|
<?php if ($auswahl_spieltagtitel){ ?>
|
||||||
<?php foreach($auswahl_spieltagtitel AS $titel){ ?>
|
<?php foreach($auswahl_spieltagtitel AS $titel){ ?>
|
||||||
<option value="<?= htmlspecialchars($titel->spieltag_titel, ENT_QUOTES) ?>"></option>
|
<option value="<?= htmlspecialchars($titel->spieltag_titel, ENT_QUOTES) ?>"></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -12511,11 +12531,11 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
<?php if ($teamnr == 1) echo Text::_('COM_SPORTSMANAGER_PAIRINGS') . ":"; ?>
|
<?php if ($teamnr == 1) echo Text::_('COM_SPORTSMANAGER_PAIRINGS') . ":"; ?>
|
||||||
</td>
|
</td>
|
||||||
<td nowrap>
|
<td nowrap>
|
||||||
<select class="uk-select uk-form-width-xsmall" size="1" id="game_nr"
|
<select class="uk-select uk-form-width-xsmall" size="1" id="game_nr"
|
||||||
name="spiel_nr_<?php echo $teamnr; ?>" title="Spielnummer (optional)">
|
name="spiel_nr_<?php echo $teamnr; ?>" title="Spielnummer (optional)">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
<?php
|
<?php
|
||||||
for ($i = 1; $i <= 99; $i++)
|
for ($i = 1; $i <= 99; $i++)
|
||||||
{
|
{
|
||||||
echo "<option value=\"" . $i . "\"" . ($i == $spielnummer ? " selected " : "") . ">" . $i . "</option>";
|
echo "<option value=\"" . $i . "\"" . ($i == $spielnummer ? " selected " : "") . ">" . $i . "</option>";
|
||||||
}
|
}
|
||||||
@@ -15428,7 +15448,7 @@ static function adminVerbandsorganMitglieder($rows,$verbandsorgan): void
|
|||||||
for ($satz = 0; $satz < $saetze_maximal; $satz++) {
|
for ($satz = 0; $satz < $saetze_maximal; $satz++) {
|
||||||
?>
|
?>
|
||||||
<select class="uk-select uk-form-width-medium"
|
<select class="uk-select uk-form-width-medium"
|
||||||
name="ergebnis_punkte_heim[]"
|
name="ergebnis_punkte_heim[]"
|
||||||
size="1" onchange="punkte_changed(<?php echo $satz; ?>, 1);"
|
size="1" onchange="punkte_changed(<?php echo $satz; ?>, 1);"
|
||||||
aria-label="<?php echo Text::_('COM_SPORTSMANAGER_ARIA_LABEL_POINTS_HOME'); ?>">
|
aria-label="<?php echo Text::_('COM_SPORTSMANAGER_ARIA_LABEL_POINTS_HOME'); ?>">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
|
|||||||
Reference in New Issue
Block a user