about.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?php
  2. /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  3. * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
  4. * Copyright (C) 2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
  5. * Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
  6. * Copyright (C) 2005-2007 Regis Houssin <regis.houssin@capnetworks.com>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. */
  21. /**
  22. * \file htdocs/admin/system/about.php
  23. * \brief About Dolibarr File page
  24. */
  25. require '../../main.inc.php';
  26. $langs->load("admin");
  27. $langs->load("help");
  28. $langs->load("members");
  29. /*
  30. * View
  31. */
  32. llxHeader();
  33. print_fiche_titre("Dolibarr",'','setup');
  34. print '<div style="padding-left: 30px;">'.img_picto_common('', 'dolibarr_box.png','height="120"').'</div>';
  35. print $langs->trans("Version").' / '.$langs->trans("DolibarrLicense").':';
  36. print '<ul>';
  37. print '<li>'.DOL_VERSION.' / <a href="http://www.gnu.org/copyleft/gpl.html">GNU-GPL v3+</a></li>';
  38. print '</ul>';
  39. //print "<br>\n";
  40. print $langs->trans("Developpers").':';
  41. print '<ul>';
  42. 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>';
  43. print '<li>'.$langs->trans("DoliForge").': <a href="http://www.doliforge.org" target="_blank">http://wwww.doliforge.org</a></li>';
  44. print '</ul>';
  45. //print "<br>\n";
  46. print $langs->trans("OtherInformations").':';
  47. print '<ul>';
  48. print '<li>';
  49. print '<a target="_blank" href="http://www.dolibarr.org/">'.$langs->trans("OfficialWebSite").'</a>';
  50. print '</li>';
  51. // If the French language, it displays French website
  52. if (preg_match('/^fr_/i',$langs->getDefaultLang()))
  53. {
  54. print '<li>';
  55. print '<a target="_blank" href="http://www.dolibarr.fr/">'.$langs->trans("OfficialWebSiteFr").'</a>';
  56. print '</li>';
  57. }
  58. print '<li>';
  59. print '<a target="_blank" href="http://wiki.dolibarr.org/">'.$langs->trans("OfficialWiki").'</a>';
  60. print '</li>';
  61. print '</ul>';
  62. print $langs->trans("Demo").':';
  63. print '<ul>';
  64. print '<li>';
  65. print '<a target="_blank" href="http://www.dolibarr.org/onlinedemo/">'.$langs->trans("OfficialDemo").'</a>';
  66. print '</li>';
  67. print '</ul>';
  68. print $langs->trans("ModulesMarketPlaces").':';
  69. print '<ul>';
  70. print '<li>';
  71. print '<a target="_blank" href="http://www.dolistore.com">'.$langs->trans("OfficialMarketPlace").'</a>';
  72. print '</li>';
  73. print '</ul>';
  74. print $langs->trans("HelpCenter").':';
  75. print '<ul>';
  76. print '<li>';
  77. //print $langs->trans("SeeWikiPage",'http://wiki.dolibarr.org/index.php/List_of_OpenSource_Software_companies_and_freelancers');
  78. print '<a target="_blank" href="'.DOL_URL_ROOT.'/support/index.php">'.$langs->trans("HelpCenter").'</a>';
  79. print '</li>';
  80. print '</ul>';
  81. print $langs->trans("Foundation").':';
  82. print '<ul>';
  83. $url='http://wiki.dolibarr.org/index.php/Subscribe';
  84. if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
  85. if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Subscribirse';
  86. print '<li><a href="'.$url.'" target="_blank">'.$langs->trans("SubscribeToFoundation").'</a></li>';
  87. print '<li><a href="http://facebook.com/dolibarr" target="_blank">FaceBook</a></li>';
  88. print '<li><a href="http://twitter.com/dolibarr" target="_blank">Twitter</a></li>';
  89. print '<li><a href="http://plus.google.com/+DolibarrOrg" target="_blank">Google Plus page</a></li>';
  90. print '</ul>';
  91. print $langs->trans("OtherResources").':';
  92. print '<ul>';
  93. $url='http://saas.dolibarr.org'; $title=$langs->trans("OfficialWebHostingService");
  94. if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Solutions_de_Cloud';
  95. if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
  96. print '<li>';
  97. print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
  98. print '</li>';
  99. $url='http://partners.dolibarr.org'; $title=$langs->trans("ReferencedPreferredPartners");
  100. print '<li>';
  101. print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
  102. print '</li>';
  103. print '</ul>';
  104. llxFooter();
  105. $db->close();