<?php // $Revision: 1.7 $
/* vim: set expandtab ts=4 sw=4 sts=4: */
/**
* $Id: systemrequirements.php,v 1.7 2003/11/22 03:15:46 madbear Exp $
*
* Copyright (c) 2003 by the NetOffice developers
*
* This program 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; either version 2 of the License, or
* (at your option) any later version.
*/
$checkSession = false;
require_once('../includes/library.php');
$notLogged = 'true';
require_once('../themes/' . THEME . '/header.php');
$blockPage = new block();
$blockPage->openBreadcrumbs();
$blockPage->itemBreadcrumbs(' ');
$blockPage->closeBreadcrumbs();
$block1 = new block();
$block1->heading('NetOffice : ' . $strings['requirements']);
$block1->openContent();
$block1->contentTitle($strings['requirements']);
$block1->contentRow('ALL', '- Cookie and JavaScript Support must be enabled');
$block1->contentRow('Windows', '- Internet Explorer 5.x, 6.x<br>- Netscape 6.x');
$block1->contentRow('Macintosh', '- Internet Explorer 5.x');
$block1->contentRow('Linux', '- Mozilla<br>- Galeon');
$block1->closeContent();
require_once('../themes/' . THEME . '/footer.php');
?>