00001 <?php 00002 //This file is part of NOALYSS and is under GPL 00003 //see licence.txt 00004 00005 /** 00006 * @file 00007 * @brief show the calendar 00008 */ 00009 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis'); 00010 00011 require_once 'class_calendar.php'; 00012 $cal=new Calendar(); 00013 $cal->default_periode=(isset ($_GET['in']))?$_GET['in']:$g_user->get_periode(); 00014 00015 ?> 00016 <div id="calendar_zoom_div"> 00017 00018 <?php echo $cal->display('long'); ?> 00019 </div>