Stud.IP  3.2 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'])( 'dispatch.php/messages/write', array( 'filter'=> 'send_sms_to_all', 'rec_uname'=> $dozent[ 'username'], 'default_subject'=> $subject)) ?> " data-dialog> <? endifif (!$dozent_is_locked && $is_dozent && $user_id != $dozent['user_id'] && count($dozenten) > 1) (sprintf('course/members/cancel_subscription/singleuser/dozent/%s', $dozent['user_id'])) ?>"><? else
 

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']) ('dispatch.php/messages/write', array('filter' => 'send_sms_to_all', 'rec_uname' => $dozent['username'], 'default_subject' => $subject)) ?> " data-dialog> <? endifif (!$dozent_is_locked && $is_dozent && $user_id != $dozent['user_id'] && count($dozenten) > 1) (sprintf('course/members/cancel_subscription/singleuser/dozent/%s', $dozent['user_id'])) ?>"> <? else
Initial value:
= Assets::img('icons/16/blue/door-leave.png',
tooltip2(sprintf(_('%s austragen'), htmlReady($fullname))))
tooltip2($text, $with_alt=TRUE, $with_popup=FALSE)
Definition: visual.inc.php:780
htmlReady($what, $trim=TRUE, $br=FALSE, $double_encode=true)
Definition: visual.inc.php:220
static img($source, $opt=array())
Definition: Assets.class.php:140

◆ foreach

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