29require
'../../main.inc.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
42$langs->loadLangs(array(
"help",
"members",
"other",
"admin"));
44$action =
GETPOST(
'action',
'aZ09');
65llxHeader(
'',
'',
'',
'', 0, 0,
'',
'',
'',
'mod-admin page-system_about');
68print
load_fiche_titre($langs->trans(
"ExternalResources"),
'',
'title_setup');
71print
'<div class="fichecenter"><div class="fichehalfleft">';
73print
'<div class="divsection wordwrap">';
74print
'<div class="floatright paddingright">'.img_picto_common(
'',
'dolibarr_box.png',
'height="100"').
'</div>';
75print $langs->trans(
"DolibarrLicense").
' : ';
77print
'<a href="https://www.gnu.org/copyleft/gpl.html" target="_blank">GNU-GPL v3+</a></li>';
83print
'<div class="divsection wordwrap">';
84print $langs->trans(
"Developpers").
':';
86print
'<li>'.$langs->trans(
"SourcesRepository").
': <a href="https://www.github.com/Dolibarr/dolibarr" target="_blank" rel="noopener noreferrer external">https://www.github.com/Dolibarr/dolibarr</a></li>';
87print
'<li>'.$langs->trans(
"SeeWikiForAllTeam").
': <a href="https://wiki.dolibarr.org/index.php/Dolibarr_Project" target="_blank" rel="noopener noreferrer external">https://wiki.dolibarr.org/index.php/Dolibarr_Project</a></li>';
93print
'<div class="divsection wordwrap">';
94print $langs->trans(
"OtherInformations").
':';
98print
'<a target="_blank" href="https://www.dolibarr.org/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialWebSite").
'</a>';
133print
'<a target="_blank" href="https://wiki.dolibarr.org/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialWiki").
'</a>';
138print
'<div class="divsection wordwrap">';
139print $langs->trans(
"Demo").
':';
142print
'<a target="_blank" href="https://www.dolibarr.org/onlinedemo/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialDemo").
'</a>';
147print
'<div class="divsection wordwrap">';
148print $langs->trans(
"ModulesMarketPlaces").
':';
151print
'<a target="_blank" href="https://www.dolistore.com" rel="noopener noreferrer external">'.$langs->trans(
"OfficialMarketPlace").
'</a>';
156print
'</div><div class="fichehalfright">';
158print
'<div class="divsection wordwrap">';
159print $langs->trans(
"Foundation").
':';
162$url =
'https://wiki.dolibarr.org/index.php/Subscribe';
163if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) {
164 $url =
'https://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
166if (preg_match(
'/^es_/i', $langs->getDefaultLang())) {
167 $url =
'https://wiki.dolibarr.org/index.php/Subscribirse';
169print
'<li><a href="'.$url.
'" target="_blank" rel="noopener noreferrer external">'.$langs->trans(
"SubscribeToFoundation").
'</a></li>';
173print
'<div class="divsection wordwrap">';
174print $langs->trans(
"SocialNetworks").
':';
178print
'<li><a href="https://wiki.dolibarr.org/index.php?title=Social_Networks" target="_blank" rel="noopener noreferrer external">See wiki</a></li>';
183print
'<div class="divsection wordwrap">';
184print $langs->trans(
"OtherResources").
':';
187$url =
'https://saas.dolibarr.org'; $title = $langs->trans(
"OfficialWebHostingService");
188if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) {
189 $url =
'https://wiki.dolibarr.org/index.php/Solutions_Cloud_pour_Dolibarr_ERP_CRM';
191if (preg_match(
'/^es_/i', $langs->getDefaultLang())) {
192 $url =
'https://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
195print
'<a target="_blank" rel="noopener noreferrer external" href="'.$url.
'">'.$title.
'</a>';
197$url =
'https://partners.dolibarr.org'; $title = $langs->trans(
"ReferencedPreferredPartners");
199print
'<a target="_blank" rel="noopener noreferrer external" href="'.$url.
'">'.$title.
'</a>';
207print
'<div class="clearboth"></div>';
210$showpromotemessage = 1;
211if ($showpromotemessage) {
213 if (is_numeric($tmp[2])) {
217 if ((empty($tmp[2]) && (strpos($tmp[1],
'0') === 0)) || (strpos($tmp[2],
'0') === 0)) {
218 print $langs->trans(
"TitleExampleForMajorRelease").
':<br>';
219 print
'<textarea style="width:80%; min-height: 60px">';
220 print $langs->trans(
"ExampleOfNewsMessageForMajorRelease", DOL_VERSION, DOL_VERSION);
223 print $langs->trans(
"TitleExampleForMaintenanceRelease").
':<br>';
224 print
'<textarea style="width:80%; min-height: 60px">';
225 print $langs->trans(
"ExampleOfNewsMessageForMaintenanceRelease", DOL_VERSION, DOL_VERSION);
versiondolibarrarray()
Return version Dolibarr.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.