"; echo "Contact

"; if ($correctSubmitted) { echo "Bedankt voor je reactie!
Wanneer van toepassing ontvang je zo spoedig mogelijk antwoord.


"; } else if ($submitted == true) echo "Vul aub de correcte gegevens in.

"; //form if (!$correctSubmitted) { echo "Vul onderstaand formulier in als je een vraag of opmerking richting het bestuur van stichting jongerencentrum 't Centrum hebt.

"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Naam:"; if (($correctName == false)&&($submitted)&&($name=="")) echo "Vul aub je naam in"; echo "
Jouw email:"; //if (($correctEmail == false)&&($submitted)&&($email=="")) echo "Vul aub je correcte emailadres in"; echo "
Onderwerp:"; if (($correctTopic == false)&&($submitted)&&($topic=="")) echo "Vul aub een onderwerp in"; echo "
Vraag/opmerking:"; if (($correctTopic == false)&&($submitted)&&($content=="")) echo "Vul aub een vraag of opmerking in"; echo "
"; } print XMLFiletoHTML("Contact.xml", "Contact.xsl"); $xml = ""; $xsl = ""; print "

"; print ""; //-------------------------------------- loadHTMLBodyMainAreaEnd(); loadHTMLBodyEnd(PAGE_CONTACT, "../"); ?>