<?php /* Butterfly Organizer Copyright (C) 2007-2008 Butterfly Media Romania This file is part of Butterfly Organizer. Butterfly Organizer is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ ?> </div></div> <div id="sidebar"> <div class="sidebarArea"> <div class="box"> <ul> <li><a class="loadinto-targetArea" href="index.php"><img src="<?php echo $imagesFolder;?>menubar/icon-index.png" /> Organizer Index</a></li> <li><a class="loadinto-targetArea" href="module-todo.php"><img src="<?php echo $imagesFolder;?>menubar/icon-todo.png" /> TODO Manager</a></li> <li><a class="loadinto-targetArea" href="module-contacts.php"><img src="<?php echo $imagesFolder;?>menubar/icon-contacts.png" /> Contact Manager</a></li> <li><a class="loadinto-targetArea" href="module-email.php"><img src="<?php echo $imagesFolder;?>menubar/icon-email.png" /> Send Email</a></li> <li><a class="loadinto-targetArea" href="module-mailr.php"><img src="<?php echo $imagesFolder;?>menubar/icon-mailr.png" /> .mailr</a></li> <li><a class="loadinto-targetArea" href="cpanel.php"><img src="<?php echo $imagesFolder;?>menubar/icon-cpanel.png" /> Control Panel</a></li> <li><a class="loadinto-targetArea" href="help.php"><img src="<?php echo $imagesFolder;?>menubar/icon-help.png" /> Help</a></li> <li><a class="loadinto-targetArea" href="about.php"><img src="<?php echo $imagesFolder;?>menubar/icon-about.png" /> About</a></li> </ul> </div> </div> <?php displayCalendarDate();?> </div> <div id="footer"> <a href="help.php">How to use</a> | <a href="about.php">Copyright notice</a> | <a href="http://www.butterflymedia.ro/products/organizer/">Check for updates</a> | <?php echo $org_version;?><br /> <strong>This is a BETA version!</strong> Report all bugs and errors to <a href="http://forum.butterflymedia.ro">support team</a>. Use for testing only. Do not add sensitive information and/or use online. </div> </div> </body> </html>