. */ include("./include/include.php"); page_header(); echoln("

Welcome to the Statutory Events website

"); echoln("

Welcome to this website dedicated to the Statutory Meetings of AEGEE-Europe, meaning the Agora and the European Boards' Meeting.

"); echoln("

Through this website, you can apply and edit your application as well as gather the most updated information about the Statutory Meeting from the Chair Corner. As regards the Local Boards, they also have the possibility "); echoln("to accept the members for the particular meeting.

"); echoln("

Of course, following the selection for participants, the list of accepted participants is made public on this website. In addition, you can also travel back and check out the past statutory meetings, including statistics about the applications.

"); echoln("

For questions and queries, please direct them to the Chair Team.

"); /*echoln("

Links

"); echoln(""); echoln(" "); echoln(" "); echoln(" "); echoln(" "); echoln(" "); echoln("
"); echoln(" \"Submit
"); echoln(" Submit Activity Report for your local or download as Word file."); echoln("
"); echoln(" "); echoln(" \"Submit
"); echoln(" Submit the Financial Report for your local for the year 2008. Download the form and send it to the Audit Commission."); echoln("
"); echoln(" "); echoln(" \"Booklets
"); echoln(" Agora & EBM Booklets & Minutes
Available from the download page"); echoln("
");*/ $query = "SELECT `id`, `subject`, `access`, `dateadd`, `datemodify` FROM `info` WHERE `access`='public' OR `access`='aegee' ORDER BY `dateadd` DESC LIMIT 3"; if( @mysql_num_rows( $res=doquery($query) )>0 ) { echoln("

Chair news (latest items)

"); echoln(""); echoln(" "); echoln(" "); echoln(" "); echoln(" "); echoln(" "); echoln(" "); $i = 1; while( $row=mysql_fetch_array($res) ) { $i++; if( ($i%2)==1 ) echoln(" "); else echoln(" "); if( $row['access']=="aegee" ) echoln(" "); elseif( $row['access']=="public" ) echoln(" "); echoln(" "); echoln(" "); echoln(" "); echoln(" "); } echoln("
 SubjectDate createdDate modified
\"AEGEE\"Public".$row['subject']."".get_date($row['dateadd'])."".get_date($row['datemodify'])."
"); } echoln("

All statutory meetings

"); echoln(""); echoln("

Privacy statement

"); echoln("Please visit the pages of the different statutory events for their privacy statement."); page_footer(); ?>