Stud.IP  3.3 Revision
dozent_list.php File Reference

Variables

if($is_tutor)('dozent', $dozenten)?>< a href endif($sort_status !='dozent') ? $order $nr foreach ( $dozenten as $dozent)
 
if( $is_tutor &&$dozent[ 'comment'] !='')(sprintf('< strong >%s</strong >< br >%s', _( 'Bemerkung'), htmlReady( $dozent[ 'comment'])), false, true) ?><? endif ?></td >< td style endifif( $user_id !=$dozent[ 'user_id'])( 'icons/16/blue/mail.png', tooltip2(sprintf(_( 'Nachricht an %s senden'), htmlReady( $fullname)))) ?></a ><? endif ?><? if(! $dozent_is_locked &&$is_dozent &&$user_idelse
 

Variable Documentation

◆ else

if ($is_tutor && $dozent['comment'] != '') (sprintf('<strong>%s</strong><br>%s', _('Bemerkung'), htmlReady($dozent['comment'])), false, true) ?> <? endif ?> </td> <td style endifif ($user_id != $dozent['user_id']) ('icons/16/blue/mail.png', tooltip2(sprintf(_('Nachricht an %s senden'), htmlReady($fullname)))) ?> </a> <? endif ?> <? if (!$dozent_is_locked && $is_dozent && $user_id ! else
Initial value:
= Assets::img('icons/16/blue/door-leave.png',
tooltip2(sprintf(_('%s austragen'), htmlReady($fullname))))
static img($source, $opt=array())
Definition: Assets.class.php:140
tooltip2($text, $with_alt=TRUE, $with_popup=FALSE)
Definition: visual.inc.php:777
htmlReady($what, $trim=TRUE, $br=FALSE, $double_encode=true)
Definition: visual.inc.php:217

◆ foreach

if( $is_tutor)( 'dozent', $dozenten)?>< a href endif( $sort_status !='dozent') ? $order $nr foreach($dozenten as $dozent) (   $dozenten as)
Initial value:
= Avatar::getAvatar($dozent['user_id'], $dozent['username'])->getImageTag(Avatar::SMALL,
array('style' => 'margin-right: 5px', 'title' => htmlReady($fullname)))
const SMALL
Definition: Avatar.class.php:51
static getAvatar($user_id, $username=NULL)
Definition: Avatar.class.php:90