functions->needs('html'); $b = new bereiche(2); $html = new html($this); ?>
get_input('name', 'Name', array('size'=>20) ); ?>
get_input('mail', 'e-mail' ); ?>
get_input('password1', 'Passwort', array('type'=>'password') ); ?>
get_input('password2', 'Passwort wiederholen', array('type'=>'password') ); ?>