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');
59print
load_fiche_titre($langs->trans(
"ExternalResources"),
'',
'title_setup');
61print
'<div style="padding-left: 30px;">'.img_picto_common(
'',
'dolibarr_box.png',
'height="120"').
'</div>';
65print
'<div class="fichecenter"><div class="fichehalfleft">';
67print $langs->trans(
"DolibarrLicense").
' : ';
69print
'<a href="https://www.gnu.org/copyleft/gpl.html">GNU-GPL v3+</a></li>';
74print $langs->trans(
"Developpers").
':';
76print
'<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>';
77print
'<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>';
82print $langs->trans(
"OtherInformations").
':';
86print
'<a target="_blank" href="https://www.dolibarr.org/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialWebSite").
'</a>';
121print
'<a target="_blank" href="https://wiki.dolibarr.org/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialWiki").
'</a>';
125print $langs->trans(
"Demo").
':';
128print
'<a target="_blank" href="https://www.dolibarr.org/onlinedemo/" rel="noopener noreferrer external">'.$langs->trans(
"OfficialDemo").
'</a>';
132print $langs->trans(
"ModulesMarketPlaces").
':';
135print
'<a target="_blank" href="https://www.dolistore.com" rel="noopener noreferrer external">'.$langs->trans(
"OfficialMarketPlace").
'</a>';
140print
'</div><div class="fichehalfright">';
143print $langs->trans(
"HelpCenter").
':';
147print
'<a target="_blank" rel="noopener noreferrer external" href="'.DOL_URL_ROOT.
'/support/index.php" data-ajax="false">'.$langs->trans(
"HelpCenter").
'</a>';
152print $langs->trans(
"Foundation").
':';
155$url =
'https://wiki.dolibarr.org/index.php/Subscribe';
156if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) {
157 $url =
'https://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
159if (preg_match(
'/^es_/i', $langs->getDefaultLang())) {
160 $url =
'https://wiki.dolibarr.org/index.php/Subscribirse';
162print
'<li><a href="'.$url.
'" target="_blank" rel="noopener noreferrer external">'.$langs->trans(
"SubscribeToFoundation").
'</a></li>';
165print $langs->trans(
"SocialNetworks").
':';
169print
'<li><a href="https://facebook.com/dolibarr" target="_blank" rel="noopener noreferrer external">FaceBook</a></li>';
170print
'<li><a href="https://twitter.com/dolibarr" target="_blank" rel="noopener noreferrer external">Twitter</a></li>';
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>';
197print
'<div class="clearboth"></div>';
200$showpromotemessage = 1;
201if ($showpromotemessage) {
203 if (is_numeric($tmp[2])) {
207 if ((empty($tmp[2]) && (strpos($tmp[1],
'0') === 0)) || (strpos($tmp[2],
'0') === 0)) {
208 print $langs->trans(
"TitleExampleForMajorRelease").
':<br>';
209 print
'<textarea style="width:80%; min-height: 60px">';
210 print $langs->trans(
"ExampleOfNewsMessageForMajorRelease", DOL_VERSION, DOL_VERSION);
213 print $langs->trans(
"TitleExampleForMaintenanceRelease").
':<br>';
214 print
'<textarea style="width:80%; min-height: 60px">';
215 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()
Empty header.
load_fiche_titre($titre, $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.