Stud.IP  3.2 Revision
show.php File Reference

Variables

foreach( $log_actions as $log_action)( $log_action[ 'action_id']===$action_id)( $log_action[ 'log_group'] !==$lastgroup)( $log_action[ 'description']) ?></option ><? endforeach ?></select ><?if(isset( $objects))( $types as $name=> $title)( $type===$name)( $title) ?><? endif ?><? endforeach ?>< input type $selected endforeach else = Assets::img('icons/16/blue/refresh.png', array('title' => _('neue Suche')))
 
<?=Button::create(_( 'Anzeigen')) ?></p ><? if(isset( $error_msg)):?><?=MessageBox::error( $error_msg) ?><? endif ?><? if(isset( $log_events)):?>< table class="default">< tr >< th ><?=_( 'Zeit') ?></th >< th ><?=_( 'Info') ?></th ></tr ><? foreach( $log_events as $log_event):?>< tr class="<?= TextHelper::cycle('table_row_even', 'table_row_odd') ?><td style="font-size:smaller;white-space:nowrap;"><?= date('d.m.Y H:i:s', $log_event['time']) ?></td><td style="font-size:smaller;"><?= $log_event['info'] ?><? if ($format === 'detail' && $log_event['detail']): ?><br><?= _('Info:').' '.htmlReady($log_event['detail']) ?><? endif ?><? if ($format === 'detail' && $log_event['debug']): ?><br><?= _('Debug:').' '.htmlReady($log_event['debug']) ?><? endif ?></td></tr><? endforeach ?></table><p><? if (count($log_events) > $start
 

Variable Documentation

◆ $start

<?= Button::create(_('Anzeigen')) ?></p><? if (isset($error_msg)): ?><?= MessageBox::error($error_msg) ?><? endif ?><? if (isset($log_events)): ?><table class="default"><tr><th><?= _('Zeit') ?></th><th><?= _('Info') ?></th></tr><? foreach ($log_events as $log_event): ?><tr class="<?= TextHelper::cycle('table_row_even', 'table_row_odd') ?><td style="font-size: smaller; white-space: nowrap;"><?= date('d.m.Y H:i:s', $log_event['time']) ?></td><td style="font-size: smaller;"><?= $log_event['info'] ?><? if ($format === 'detail' && $log_event['detail']): ?><br><?= _('Info:').' '.htmlReady($log_event['detail']) ?><? endif ?><? if ($format === 'detail' && $log_event['debug']): ?><br><?= _('Debug:').' '.htmlReady($log_event['debug']) ?><? endif ?></td></tr><? endforeach ?></table><p><? if (count($log_events) > $start

◆ else

foreach($log_actions as $log_action)($log_action['action_id'] === $action_id) ($log_action['log_group'] !== $lastgroup) ($log_action['description']) ?> </option> <? endforeach ?> </select> <?if(isset($objects))($types as $name => $title) ($type === $name) ($title) ?> <? endif ?> <? endforeach ?> <input type $selected endforeach else = Assets::img('icons/16/blue/refresh.png', array('title' => _('neue Suche')))