deelnemeradministratie.php
By: Xmoo | Date: Jan 28 2009 10:10 | Format: PHP | Expires: never | Size: 3.59 KB | Hits: 976
- <?php
- // wachtwoord controle
- // $sql = "SELECT * FROM Deelnemers WHERE inlogcode = '".$_SESSION["deelnemercode"]. "' AND wachtwoord = '".$_SESSION["password"]."'";
- $sql = "SELECT * FROM deelnemers WHERE inlogcode = '".$_SESSION["deelnemercode"]."'";
- if ($row = mysql_fetch_array($result)) $deelnemer = $row["voornaam"]." ".$row["tussenvoegsels"]." ".$row['achternaam'];
- //else header('Location: logon.html'); // opnieuw inloggen.
- ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <style type="text/css">
- .oranje {color: DarkOrange; font-weight: bold; font-size: 110%;}
- a {font-weight: bold}
- a:link {color: Black; text-decoration: none;}
- a:visited {color: Black; text-decoration: none;}
- a:hover {color: DarkOrange; text-decoration: underline;}
- a:active {color: Black; text-decoration: underline;}
- </style>
- </head>
- <body style="margin-left: 10px; margin-right: 50px;">
- <p class="oranje">Welcome <?php echo $deelnemer;?> </p>
- <img src="leesmeer.bmp"><a href="persoon.php?deelnemer=<?php echo $deelnemer; ?>" >Registration</a><br/>
- <img src="leesmeer.bmp"><a href="uren.php?deelnemer=<?php echo $deelnemer; ?>" >Hours</a><br/>
- <img src="leesmeer.bmp"><a href="materiaal.php?deelnemer=<?php echo $deelnemer; ?>" >Materials</a><br/>
- <img src="leesmeer.bmp"><a href="machine.php?deelnemer=<?php echo $deelnemer; ?>" >Equipment</a><br/>
- <p class="oranje">Substantive discussion</p>
- <p>During the residency, the .ekwc would also like to see participants engage in
- substantive discussion. Each participant is therefore encouraged to communicate
- content aspects of the work process to the supervisors and other participants. To
- promote this discussion even more, the programme provides a number of more
- structured forms of communication in which content aspects of the work are also
- specifically addressed, such as the introductory meeting with the director, the first
- presentation, the interim evaluation, the final presentation and the final interview.
- Furthermore, the .ekwc organizes an after-dinner discussion every two months, in
- which a certain theme is discussed. Finally, there is also an opportunity to recruit
- an experienced former participant as external discussion partner. The .ekwc has a
- list of people who are in principle willing to act as such. If any costs are involved
- (which is not always the case), these will have to be borne by the participant.</p>
- <p class="oranje">Documentation of the work process</p>
- <p>The centre-of-excellence function entails that as much technical information on the
- progress of the work process is collected as possible. This is done by the participants
- themselves and by the staff. The collected information is analysed and subsequently
- passed on to others through publications as well as orally. Participants are requested
- to document their own work processes from the very beginning by taking photographs.
- For this purpose, the .ekwc has a digital photo camera available. In consultation
- with the participant in question, a number of photographs will be selected for use
- on the website and possibly in publications later on.</p>
- <br/>
- </body>
- </html>
Latest pastes
7 hours ago
3 days ago
4 days ago
4 days ago
6 days ago