Stud.IP  jlu_3.3 Revision
_input.php File Reference

Variables

 $is_locked = $input['locked'] ? 'disabled readonly' : ''
 
if( $input[ 'type']==="select")(! $input[ 'choices'][ $input[ 'value']])("Keine Änderung möglich") ?><? else( $input[ 'choices'])( $input[ 'choices'] as $choice_value=> $choice_name)( $choice_value==$input[ 'value']) print " selected" ?> ><? endforeach = htmlReady($choice_name)
 
 endif
 

Variable Documentation

◆ $is_locked

$is_locked = $input['locked'] ? 'disabled readonly' : ''

◆ endforeach

if($input['type'] === "select") (!$input['choices'][$input['value']]) ("Keine Änderung möglich") ?> <? else ($input['choices']) ($input['choices'] as $choice_value => $choice_name) ($choice_value == $input['value']) print " selected" ?>><? endforeach = htmlReady($choice_name)

◆ endif

endif