28require
'../../main.inc.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
33$langs->loadLangs(array(
"help",
"members",
"other",
"admin"));
35$action =
GETPOST(
'action',
'aZ09');
56llxHeader(
'',
'',
'',
'', 0, 0,
'',
'',
'',
'mod-admin page-system_about');
59print
load_fiche_titre($langs->trans(
"ExternalResources"),
'',
'title_setup');
62print
'<div class="fichecenter"><div class="fichehalfleft">';
64print
'<div class="divsection wordwrap">';
65print
'<div class="floatright paddingright">'.img_picto_common(
'',
'dolibarr_box.png',
'height="100"').
'</div>';
66print $langs->trans(
"DolibarrLicense").
' : ';
68print
'<a href="https://www.gnu.org/copyleft/gpl.html" target="_blank">GNU-GPL v3+</a></li>';
74print
'<div class="divsection wordwrap">';
75print $langs->trans(
"Developpers").
':';
77print
'<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>';
78print
'<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>';
84print
'<div class="divsection wordwrap">';
85print $langs->trans(
"OtherInformations").
':';
89print
'<a target="_blank" href="https://www.dolibarr.org/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialWebSite").
'</a>';
124print
'<a target="_blank" href="https://wiki.dolibarr.org/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialWiki").
'</a>';
129print
'<div class="divsection wordwrap">';
130print $langs->trans(
"Demo").
':';
133print
'<a target="_blank" href="https://www.dolibarr.org/onlinedemo/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialDemo").
'</a>';
138print
'<div class="divsection wordwrap">';
139print $langs->trans(
"ModulesMarketPlaces").
':';
142print
'<a target="_blank" href="https://www.dolistore.com" rel="noopener noreferrer external">'.$langs->trans(
"OfficialMarketPlace").
'</a>';
147print
'</div><div class="fichehalfright">';
149print
'<div class="divsection wordwrap">';
150print $langs->trans(
"Foundation").
':';
153$url =
'https://wiki.dolibarr.org/index.php/Subscribe';
154if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) {
155 $url =
'https://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
157if (preg_match(
'/^es_/i', $langs->getDefaultLang())) {
158 $url =
'https://wiki.dolibarr.org/index.php/Subscribirse';
160print
'<li><a href="'.$url.
'" target="_blank" rel="noopener noreferrer external">'.$langs->trans(
"SubscribeToFoundation").
'</a></li>';
164print
'<div class="divsection wordwrap">';
165print $langs->trans(
"SocialNetworks").
':';
169print
'<li><a href="https://wiki.dolibarr.org/index.php?title=Social_Networks" target="_blank" rel="noopener noreferrer external">See wiki</a></li>';
174print
'<div class="divsection wordwrap">';
175print $langs->trans(
"OtherResources").
':';
178$url =
'https://saas.dolibarr.org'; $title = $langs->trans(
"OfficialWebHostingService");
179if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) {
180 $url =
'https://wiki.dolibarr.org/index.php/Solutions_Cloud_pour_Dolibarr_ERP_CRM';
182if (preg_match(
'/^es_/i', $langs->getDefaultLang())) {
183 $url =
'https://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
186print
'<a target="_blank" rel="noopener noreferrer external" href="'.$url.
'">'.$title.
'</a>';
188$url =
'https://partners.dolibarr.org'; $title = $langs->trans(
"ReferencedPreferredPartners");
190print
'<a target="_blank" rel="noopener noreferrer external" href="'.$url.
'">'.$title.
'</a>';
198print
'<div class="clearboth"></div>';
201$showpromotemessage = 1;
202if ($showpromotemessage) {
204 if (is_numeric($tmp[2])) {
208 if ((empty($tmp[2]) && (strpos($tmp[1],
'0') === 0)) || (strpos($tmp[2],
'0') === 0)) {
209 print $langs->trans(
"TitleExampleForMajorRelease").
':<br>';
210 print
'<textarea style="width:80%; min-height: 60px">';
211 print $langs->trans(
"ExampleOfNewsMessageForMajorRelease", DOL_VERSION, DOL_VERSION);
214 print $langs->trans(
"TitleExampleForMaintenanceRelease").
':<br>';
215 print
'<textarea style="width:80%; min-height: 60px">';
216 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.