Info'; } function linkFirmware($model, $factory=False) { print ''; if ($factory) print 'Erstinstallation'; else if ($model['factory']) print 'Updatefile'; else print 'Erstinstallation / Updatefile'; print ''; } foreach (array_keys($data) as $vendor) { print '\n"; $models = $data[$vendor]; ksort($models); foreach ($models as $model) { print '\n"; } } ?>
Modell Erstinstallation Aktualisierung
'.$vendor."
'.$model['model'].'
'.linkInfo($model).'
'; if ($model['factory'] == True) { linkFirmware($model, True); } print ''; linkFirmware($model); print "