.
*/
include("./include/include.php");
require_once(FILESYSTEMROOTPATH."jc/include/classes/DefaultLayout.php");
$layout = new DefaultLayout(Access::ANONYMOUS);
$layout->init();
$layout->echoln('Welcome to the JC Module of the Online Membership System of AEGEE-Europe.
');
$layout->echoln('Here you can view the CIA, submit proposals to change it and manage them;
');
$layout->echoln('The JC Module also handles Online Voting of Proposals and Roll-calls during Statutory Meetings;
');
$layout->echoln('Furthermore, it also manages barcode scanning, prytania and plenaries.
');
$layout->echoln('Last but not least, it provides Attendance statistics!
');
$layout->echoln('enjoy your stay,
');
$layout->echoln('The Information Technology Committee of AEGEE');
$layout->page_footer();
?>