$person): ?> 1): ?>
(geschlecht) ?>)
. getImageTag(Avatar::SMALL, ['title' => $person['fullname']]) ?> $text): ?> $text])->asImg(16, ["alt" => $text, "class" => 'text-top']) ?> 16]) . ' '; // News if (!empty($person['newscount'])) { $tmp = sprintf(ngettext('Eine persönliche Ankündigung', '%s persönliche Ankündigungen', $person['newscount']), $person['newscount']); $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 (!empty($person['votecount'])) { $tmp = sprintf(ngettext('Eine Umfrage', '%s Umfragen', $person['votecount']), $person['votecount']); $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 (!empty($person['eventcount'])) { $tmp = sprintf(ngettext('Ein Termin', '%s Termine', $person['eventcount']), $person['eventcount']); $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' ] ) ?>