naam ?> 
 

Address:

straat."
"; echo $org->postcode." "; echo $org->plaats.", "; echo $org->country."
"; echo "Phone: ".$org->telefoon."
"; echo "Fax: ".$org->fax."
"; echo "Email: ".$org->email."
"; $url = $org->url; if (substr($url,0,7)!="http://"){$url = "http://".$url;} echo "Website: ".$org->url."
"; echo "Type of organisation: "; echo getSoortName($org->organisatie_soort_id).getTypeName($org->organisatie_type_id).getRechtsvormName($org->rechtsvorm_id); echo "

Main topics:

".formatText($org->main_topics)."
"; echo "Description:
".formatText($org->beschrijving)."
"; echo "Expertise: ".getExpertiseString($organisatie_id)."

"; echo "Miscelaneous:

"; echo "Paid women: ".$org->vrouw_betaald."
"; echo "Paid men: ".$org->man_betaald."
"; echo "Unpaid women: ".$org->vrouw_onbetaald."
"; echo "Unpaid men: ".$org->man_onbetaald."
"; echo "Internet connection: ".getBandwidthName($org->bandbreedte_id)."
"; echo "Sources of income:
    ".getIncomeString($organisatie_id)."
"; echo "
"; echo "Network:"; echo getNetworkString($organisatie_id); if($org->in_HML == 1){ echo "
HML_id." target=_new>View this organisation in the Hybrid Media Lounge"; }if($org->in_VPL == 1){ echo "
VPL_id." target=_new>View this organisation in the Virtueel Platform Lounge"; } ?>