* * 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. * * 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. */ /** * \file htdocs/install/phpinfo.php * \ingroup install * \brief Provide an Online Help support * \version $Id$ */ include_once("./inc.php"); $langs->load("other"); pHeader("Dolibarr Help Service Center",$_SERVER["PHP_SELF"]); print $langs->trans("HelpCenterDesc1")."
\n"; print $langs->trans("HelpCenterDesc2")."
\n"; print '


'; print ''; // Line of possible services print ''; print ''; print ''; print ''; print ''; // Area of support cells print ''; print ''; print ''; print ''; print ''; print '
'; print 'Community support'; print ''; print 'EMailing support'; print ''; print 'Remote control support'; print '
'; print '
'; print img_picto('','/theme/common/who.png','',1); print '
'; print '
'.$langs->trans("ForDocumentationSeeWiki",'http://wiki.dolibarr.org','http://wiki.dolibarr.org').'
'; print '
'.$langs->trans("ForAnswersSeeForum",'http://www.dolibarr.org','http://www.dolibarr.org').'
'; print '
'; print '
'; print '
'; print img_picto('','/theme/common/pagemaster.png','',1); print '
'; print '
'.$langs->trans("FeatureNotYetAvailable").'.'; print '
'; print '
'; print '
'; print img_picto('','/theme/common/internet.png','',1); print '
'; print '
'.$langs->trans("FeatureNotYetAvailable").'.'; print '
'; print '
'; pFooter(); ?>