<?php /************************************************************************** * Eridu - Web based Groupware * ************************************************************************** * Copyright (c) 2000, The Eridu Project * ************************************************************************** * This source file is subject to version 2.0 of the GNU GENERAL PUBLIC * * LICENSE that is bundled with this package in the file COPYING, and is * * available through the world-wide-web at: * * http://www.gnu.org/copyleft/gpl.html * * If you did not receive a copy of the license and are unable to * * obtain it through the world-wide-web, please send a note to * * eridu-hide@address.com so we can mail you a copy * * immediately. * ************************************************************************** * * $Id: meetoptions.php,v 1.2 2000/12/05 17:53:26 coldblood Exp $ */ ?> <?php /* None of these options do anything, so we won't show them * *********************************************************** <table border=0 width='100%' cellpadding=5 cellspacing=0> <tr> <td align='left'> <input type=checkbox name=showCC<?php if ($caltabarray[showCC]) echo " CHECKED";?>> <font size=2>Show Optional Attendees</font> </td> </tr> <tr> <td align='left'> <input type=checkbox name=resprequest<?php if ($caltabarray[resprequest]) echo " CHECKED";?>> <font size=2>Request a response from the recipients</font> </td> </tr> <tr> <td align='left'> <input type=checkbox name=deliveryreceipt<?php if ($caltabarray[deliveryreceipt]) echo " CHECKED";?>> <font size=2>Tell me when this message has been delivered</font> </td> </tr> <tr> <td align='left'> <input type=checkbox name=readreceipt<?php if ($caltabarray[readreceipt]) echo " CHECKED";?>> <font size=2>Tell me when this message has been read</font> </td> </tr> </tr> <td align='left'> <input type=checkbox name=chkSaveCopy <?php if ($caltabarray[chkSaveCopy]) echo " CHECKED";?>> <font size=2>Save sent messages to: Sent Items</font> </td> </tr> </table> */ ?> Nothing here yet.