dolibarr/htdocs/admin/system/about.php

136 lines
4.3 KiB
PHP
Raw Normal View History

2010-04-24 19:29:10 +02:00
<?php
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
2013-03-14 23:01:48 +01:00
* Copyright (C) 2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
2010-04-24 19:29:10 +02:00
* Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
2012-12-30 15:13:49 +01:00
* Copyright (C) 2005-2007 Regis Houssin <regis.houssin@capnetworks.com>
2010-04-24 19:29:10 +02:00
*
* 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 3 of the License, or
2010-04-24 19:29:10 +02:00
* (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
2011-08-01 00:21:57 +02:00
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2010-04-24 19:29:10 +02:00
*/
/**
2010-04-24 19:38:57 +02:00
* \file htdocs/admin/system/about.php
2010-04-24 19:29:10 +02:00
* \brief About Dolibarr File page
*/
require '../../main.inc.php';
2010-04-24 19:29:10 +02:00
$langs->load("admin");
2011-02-17 09:03:43 +01:00
$langs->load("help");
2012-03-10 13:52:08 +01:00
$langs->load("members");
2010-04-24 19:29:10 +02:00
/*
* View
*/
llxHeader();
print_fiche_titre("Dolibarr",'','setup');
2012-03-10 13:52:08 +01:00
print '<div style="padding-left: 30px;">'.img_picto_common('', 'dolibarr_box.png','height="120"').'</div>';
2010-04-24 19:29:10 +02:00
2012-03-10 13:52:08 +01:00
print $langs->trans("Version").' / '.$langs->trans("DolibarrLicense").':';
2010-04-24 19:29:10 +02:00
print '<ul>';
2013-03-14 23:01:48 +01:00
print '<li>'.DOL_VERSION.' / <a href="http://www.gnu.org/copyleft/gpl.html">GNU-GPL v3+</a></li>';
2010-04-24 19:29:10 +02:00
print '</ul>';
//print "<br>\n";
2010-04-24 19:29:10 +02:00
print $langs->trans("Developpers").':';
print '<ul>';
print '<li>'.$langs->trans("SeeWikiForAllTeam").': <a href="http://wiki.dolibarr.org/index.php/Dolibarr_Project" target="_blank">http://wiki.dolibarr.org/index.php/Dolibarr_Project</a></li>';
2012-03-10 13:52:08 +01:00
print '<li>'.$langs->trans("DoliForge").': <a href="http://www.doliforge.org" target="_blank">http://wwww.doliforge.org</a></li>';
2010-04-24 19:29:10 +02:00
print '</ul>';
//print "<br>\n";
2010-04-24 19:29:10 +02:00
print $langs->trans("OtherInformations").':';
print '<ul>';
print '<li>';
print '<a target="_blank" href="http://www.dolibarr.org/">'.$langs->trans("OfficialWebSite").'</a>';
2010-04-24 19:29:10 +02:00
print '</li>';
// If the French language, it displays French website
if (preg_match('/^fr_/i',$langs->getDefaultLang()))
{
print '<li>';
print '<a target="_blank" href="http://www.dolibarr.fr/">'.$langs->trans("OfficialWebSiteFr").'</a>';
2010-04-24 19:29:10 +02:00
print '</li>';
}
print '<li>';
print '<a target="_blank" href="http://wiki.dolibarr.org/">'.$langs->trans("OfficialWiki").'</a>';
2010-04-24 19:29:10 +02:00
print '</li>';
2012-03-10 13:52:08 +01:00
print '</ul>';
print $langs->trans("Demo").':';
print '<ul>';
2010-04-24 19:29:10 +02:00
print '<li>';
print '<a target="_blank" href="http://www.dolibarr.org/onlinedemo/">'.$langs->trans("OfficialDemo").'</a>';
2010-04-24 19:29:10 +02:00
print '</li>';
2012-03-10 13:52:08 +01:00
print '</ul>';
print $langs->trans("ModulesMarketPlaces").':';
print '<ul>';
print '<li>';
print '<a target="_blank" href="http://www.dolistore.com">'.$langs->trans("OfficialMarketPlace").'</a>';
print '</li>';
2010-04-24 19:29:10 +02:00
print '</ul>';
2012-06-15 01:09:25 +02:00
print $langs->trans("HelpCenter").':';
2010-04-24 19:29:10 +02:00
print '<ul>';
print '<li>';
//print $langs->trans("SeeWikiPage",'http://wiki.dolibarr.org/index.php/List_of_OpenSource_Software_companies_and_freelancers');
print '<a target="_blank" href="'.DOL_URL_ROOT.'/support/index.php">'.$langs->trans("HelpCenter").'</a>';
print '</li>';
print '</ul>';
2012-06-15 01:09:25 +02:00
print $langs->trans("Foundation").':';
2010-04-24 19:29:10 +02:00
print '<ul>';
2012-03-10 13:52:08 +01:00
$url='http://wiki.dolibarr.org/index.php/Subscribe';
if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Subscribirse';
print '<li><a href="'.$url.'" target="_blank">'.$langs->trans("SubscribeToFoundation").'</a></li>';
print '</ul>';
2012-06-15 01:09:25 +02:00
print $langs->trans("OfficialWebHostingService").':';
$url='http://wiki.dolibarr.org/index.php/Cloud_Solutions'; $title=$langs->trans('List');
if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Solutions_de_Cloud';
if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
print '<ul>';
print '<li>';
print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
print '</li>';
2010-04-24 19:29:10 +02:00
print '</ul>';
llxFooter();
2012-03-10 13:52:08 +01:00
$db->close();
2010-04-24 19:29:10 +02:00
?>