$person): ?> 1): ?>
current_user_score, 0, ',', '.') ?>
(current_user_score, $this->current_user->geschlecht) ?>)
. getImageTag(Avatar::SMALL, ['title' => $person['fullname']]) ?> $text): ?> $text])->asImg(16, ["alt" => $text, "class" => 'text-top']) ?> 16]) . ' '; // News if ($news = ($person['newscount'] ?? false)) { $tmp = sprintf(ngettext('Eine persönliche Ankündigung', '%s persönliche Ankündigungen', $news), $news); $content .= sprintf( '%s ', URLHelper::getLink('dispatch.php/profile?username=' . $person['username']), Icon::create('news', Icon::ROLE_CLICKABLE, ['title' => $tmp])->asImg() ); } else { $content .= Assets::img('blank.gif', ['width' => 16]) . ' '; } // Votes if ($vote = ($person['votecount'] ?? false)) { $tmp = sprintf(ngettext('Eine Umfrage', '%s Umfragen', $vote), $vote); $content .= sprintf( '%s ', URLHelper::getLink('dispatch.php/profile?username=' . $person['username'] . '#questionnaire_area'), Icon::create('vote', Icon::ROLE_CLICKABLE, ['title' => $tmp])->asImg() ); } else { $content .= Assets::img('blank.gif', ['width' => 16]) . ' '; } // Termine if ($termin = ($person['eventcount'] ?? false)) { $tmp = sprintf(ngettext('Ein Termin', '%s Termine', $termin), $termin); $content .= sprintf( '%s ', URLHelper::getLink('dispatch.php/profile?username=' . $person['username'] . '#a'), Icon::create('schedule', Icon::ROLE_CLICKABLE, ['title' => $tmp])->asImg() ); } else { $content .= Assets::img('blank.gif', ['width' => 16]) . ' '; } $content .= Assets::img('blank.gif', ['width' => 16]) . ' '; echo $content; ?> id): ?> _('Ihren Wert von der Liste löschen')]) ->asImg(16, ["class" => 'text-top']) ?>
render('shared/pagechooser', [ 'perPage' => $max_per_page, 'num_postings' => $numberOfPersons, 'page' => $page, 'pagelink' => 'dispatch.php/score/%u' ] ) ?>