27 require
'../../main.inc.php';
28 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
32 $langs->loadLangs(array(
"help",
"members",
"other",
"admin"));
34 $action =
GETPOST(
'action',
'aZ09');
58 print '<div style="padding-left: 30px;">'.img_picto_common(
'',
'dolibarr_box.png',
'height="120"').
'</div>';
62 print '<div class="fichecenter"><div class="fichehalfleft">';
64 print $langs->trans(
"DolibarrLicense").
' : ';
66 print '<a href="https://www.gnu.org/copyleft/gpl.html">GNU-GPL v3+</a></li>';
71 print $langs->trans(
"Developpers").
':';
73 print '<li>'.$langs->trans(
"SourcesRepository").
': <a href="https://www.github.com/Dolibarr/dolibarr" target="_blank" rel="external">https://www.github.com/Dolibarr/dolibarr</a></li>';
74 print '<li>'.$langs->trans(
"SeeWikiForAllTeam").
': <a href="https://wiki.dolibarr.org/index.php/Dolibarr_Project" target="_blank" rel="external">https://wiki.dolibarr.org/index.php/Dolibarr_Project</a></li>';
79 print $langs->trans(
"OtherInformations").
':';
83 print '<a target="_blank" href="https://www.dolibarr.org/" rel="external">'.$langs->trans(
"OfficialWebSite").
'</a>';
118 print '<a target="_blank" href="https://wiki.dolibarr.org/" rel="external">'.$langs->trans(
"OfficialWiki").
'</a>';
122 print $langs->trans(
"Demo").
':';
125 print '<a target="_blank" href="https://www.dolibarr.org/onlinedemo/" rel="external">'.$langs->trans(
"OfficialDemo").
'</a>';
129 print $langs->trans(
"ModulesMarketPlaces").
':';
132 print '<a target="_blank" href="https://www.dolistore.com" rel="external">'.$langs->trans(
"OfficialMarketPlace").
'</a>';
137 print '</div><div class="fichehalfright">';
140 print $langs->trans(
"HelpCenter").
':';
144 print '<a target="_blank" href="'.DOL_URL_ROOT.
'/support/index.php" data-ajax="false">'.$langs->trans(
"HelpCenter").
'</a>';
149 print $langs->trans(
"Foundation").
':';
152 $url =
'https://wiki.dolibarr.org/index.php/Subscribe';
153 if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) $url =
'https://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
154 if (preg_match(
'/^es_/i', $langs->getDefaultLang())) $url =
'https://wiki.dolibarr.org/index.php/Subscribirse';
155 print '<li><a href="'.$url.
'" target="_blank" rel="external">'.$langs->trans(
"SubscribeToFoundation").
'</a></li>';
158 print $langs->trans(
"SocialNetworks").
':';
162 print '<li><a href="https://facebook.com/dolibarr" target="_blank" rel="external">FaceBook</a></li>';
163 print '<li><a href="https://twitter.com/dolibarr" target="_blank" rel="external">Twitter</a></li>';
168 print $langs->trans(
"OtherResources").
':';
171 $url =
'https://saas.dolibarr.org'; $title = $langs->trans(
"OfficialWebHostingService");
172 if (preg_match(
'/^fr_/i', $langs->getDefaultLang())) $url =
'https://wiki.dolibarr.org/index.php/Solutions_Cloud_pour_Dolibarr_ERP_CRM';
173 if (preg_match(
'/^es_/i', $langs->getDefaultLang())) $url =
'https://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
175 print '<a target="_blank" href="'.$url.
'" rel="external">'.$title.
'</a>';
177 $url =
'https://partners.dolibarr.org'; $title = $langs->trans(
"ReferencedPreferredPartners");
179 print '<a target="_blank" href="'.$url.
'" rel="external">'.$title.
'</a>';
186 print '<div class="clearboth"></div>';
189 $showpromotemessage = 1;
190 if ($showpromotemessage)
193 if (is_numeric($tmp[2]))
198 if ((empty($tmp[2]) && (strpos($tmp[1],
'0') === 0)) || (strpos($tmp[2],
'0') === 0))
200 print $langs->trans(
"TitleExampleForMajorRelease").
':<br>';
201 print '<textarea style="width:80%; min-height: 60px">';
202 print $langs->trans(
"ExampleOfNewsMessageForMajorRelease", DOL_VERSION, DOL_VERSION);
205 print $langs->trans(
"TitleExampleForMaintenanceRelease").
':<br>';
206 print '<textarea style="width:80%; min-height: 60px">';
207 print $langs->trans(
"ExampleOfNewsMessageForMaintenanceRelease", DOL_VERSION, DOL_VERSION);
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
versiondolibarrarray()
Return version Dolibarr.
load_fiche_titre($titre, $morehtmlright= '', $picto= 'generic', $pictoisfullpath=0, $id= '', $morecssontable= '', $morehtmlcenter= '')
Load a title with picto.
accessforbidden($message= '', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program Calling this function terminate execution ...
print
Draft customers invoices.