Пример #1
0
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*  A copy is found in the textfile GPL.txt and important notices to the license 
*  from the author is found in LICENSE.txt distributed with these scripts.
*
* 
*  This script 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.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
* List of checked in guests
* 
* calendar
* 
* @since 2004-09-02
* @author Christian Ehret <*****@*****.**> 
*/
$smartyType = "www";
include_once "../includes/default.inc.php";
$auth->is_authenticated();
include_once 'checkinclass.inc.php';
$smarty->assign("tpl_title", "Checkin");
$smarty->assign('tpl_nav', 'calendar');
$smarty->assign('tpl_subnav', 'checkin');
$checkin = new Checkin();
$smarty->assign('tpl_guests', $checkin->get());
$smarty->display('checkinlist.tpl');