28require
'../main.inc.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
38$langs->loadLangs(array(
"admin",
"other",
"agenda"));
41$actionsave =
GETPOST(
'save',
'alpha');
43$MAIN_AGENDA_EXPORT_PAST_DELAY =
getDolGlobalString(
'MAIN_AGENDA_EXPORT_PAST_DELAY', 100);
47if (GETPOSTISSET(
'MAIN_AGENDA_XCAL_EXPORTKEY')) {
48 $MAIN_AGENDA_XCAL_EXPORTKEY = trim(
GETPOST(
'MAIN_AGENDA_XCAL_EXPORTKEY',
'alpha'));
50if (GETPOSTISSET(
'MAIN_AGENDA_EXPORT_PAST_DELAY')) {
51 $MAIN_AGENDA_EXPORT_PAST_DELAY = intval(
GETPOSTINT(
'MAIN_AGENDA_EXPORT_PAST_DELAY'));
53if (GETPOSTISSET(
'MAIN_AGENDA_EXPORT_CACHE')) {
54 $MAIN_AGENDA_EXPORT_CACHE = intval(
GETPOSTINT(
'MAIN_AGENDA_EXPORT_CACHE'));
56if (GETPOSTISSET(
'AGENDA_EXPORT_FIX_TZ')) {
57 $AGENDA_EXPORT_FIX_TZ = trim(
GETPOST(
'AGENDA_EXPORT_FIX_TZ',
'alpha'));
66 $i +=
dolibarr_set_const($db,
'MAIN_AGENDA_XCAL_EXPORTKEY', $MAIN_AGENDA_XCAL_EXPORTKEY,
'chaine', 0,
'', $conf->entity);
67 $i +=
dolibarr_set_const($db,
'MAIN_AGENDA_EXPORT_PAST_DELAY', $MAIN_AGENDA_EXPORT_PAST_DELAY,
'chaine', 0,
'', $conf->entity);
68 $i +=
dolibarr_set_const($db,
'MAIN_AGENDA_EXPORT_CACHE', $MAIN_AGENDA_EXPORT_CACHE,
'chaine', 0,
'', $conf->entity);
69 $i +=
dolibarr_set_const($db,
'AGENDA_EXPORT_FIX_TZ', $AGENDA_EXPORT_FIX_TZ,
'chaine', 0,
'', $conf->entity);
86if (!isset($conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY)) {
87 $conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY = 100;
90$wikihelp =
'EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda|DE:Modul_Terminplanung';
91llxHeader(
'', $langs->trans(
"AgendaSetup"),
$wikihelp,
'', 0, 0,
'',
'',
'',
'mod-admin page-agenda_xcal');
93$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
94print
load_fiche_titre($langs->trans(
"AgendaSetup"), $linkback,
'title_setup');
97print
'<form name="agendasetupform" action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
98print
'<input type="hidden" name="token" value="'.newToken().
'">';
104print
'<span class="opacitymedium">'.$langs->trans(
"AgendaSetupOtherDesc").
"</span><br>\n";
107print
'<div class="div-table-responsive">';
108print
'<table class="noborder centpercent">';
110print
'<tr class="liste_titre">';
111print
"<td>".$langs->trans(
"Parameter").
"</td>";
112print
"<td>".$langs->trans(
"Value").
"</td>";
114print
"<td> </td>";
117print
'<tr class="oddeven">';
118print
'<td class="fieldrequired">'.$langs->trans(
"PasswordTogetVCalExport").
"</td>";
119print
'<td><input required="required" type="text" class="flat minwidth100 maxwidth300 widthcentpercentminusx" id="MAIN_AGENDA_XCAL_EXPORTKEY" name="MAIN_AGENDA_XCAL_EXPORTKEY" value="'.dol_escape_htmltag($MAIN_AGENDA_XCAL_EXPORTKEY).
'">';
120if (!empty($conf->use_javascript_ajax)) {
121 print
' '.img_picto($langs->trans(
'Generate'),
'refresh',
'id="generate_token" class="linkobject"');
124print
"<td> </td>";
127print
'<tr class="oddeven">';
128print
"<td>".$langs->trans(
"PastDelayVCalExport").
"</td>";
129print
'<td><input type="text" class="flat width50 right" name="MAIN_AGENDA_EXPORT_PAST_DELAY" value="'.$MAIN_AGENDA_EXPORT_PAST_DELAY.
'"> '.$langs->trans(
"days").
"</td>";
130print
"<td> </td>";
133print
'<tr class="oddeven">';
134print
"<td>".$langs->trans(
"UseACacheDelay").
"</td>";
135print
'<td><input type="text" class="flat width50 right" name="MAIN_AGENDA_EXPORT_CACHE" value="'.$MAIN_AGENDA_EXPORT_CACHE.
'"></td>';
136print
"<td> </td>";
144print
'<div class="div-table-responsive">';
145print
'<table class="noborder centpercent">';
147print
'<tr class="liste_titre">';
148print
'<td width="25%">'.$langs->trans(
"Parameter").
"</td>";
149print
"<td>".$langs->trans(
"Value").
"</td>";
151print
'<tr class="oddeven">';
152print
'<td>'.$langs->trans(
"FixTZ").
"</td>";
154print
'<input class="flat" type="text" size="4" name="AGENDA_EXPORT_FIX_TZ" value="'.dol_escape_htmltag($AGENDA_EXPORT_FIX_TZ).
'">';
155print
' '.$langs->trans(
"FillThisOnlyIfRequired");
164print $form->buttonsSaveCancel(
"Save",
'');
176$urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
177$urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
179$getentity = ($conf->entity > 1 ?
"&entity=".$conf->entity :
"");
184$urlvcal =
'<a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'" target="_blank" rel="noopener noreferrer">';
185$urlvcal .= $urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'KEYNOTDEFINED').
'</a>';
186$message .=
img_picto(
'',
'globe').
' '.str_replace(
'{url}', $urlvcal,
'<span class="opacitymedium">'.$langs->trans(
"WebCalUrlForVCalExport",
'vcal',
'').
'</span>');
187$message .=
'<div class="urllink">';
188$message .=
'<input type="text" id="onlinepaymenturl1" class="quatrevingtpercent" spellcheck="false" value="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'">';
190 $message .=
' <a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'">'.
img_picto(
'',
'download').
'</a>';
196$urlical =
'<a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=ical&type=event'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'" target="_blank" rel="noopener noreferrer">';
197$urlical .= $urlwithroot.
'/public/agenda/agendaexport.php?format=ical&type=event'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'KEYNOTDEFINED').
'</a>';
198$message .=
img_picto(
'',
'globe').
' '.str_replace(
'{url}', $urlical,
'<span class="opacitymedium">'.$langs->trans(
"WebCalUrlForVCalExport",
'ical/ics',
'').
'</span>');
199$message .=
'<div class="urllink">';
200$message .=
'<input type="text" id="onlinepaymenturl2" class="quatrevingtpercent" spellcheck="false" value="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=ical'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'">';
202 $message .=
' <a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=ical'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'">'.
img_picto(
'',
'download').
'</a>';
208$urlrss =
'<a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'" target="_blank" rel="noopener noreferrer">';
209$urlrss .= $urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'KEYNOTDEFINED').
'</a>';
210$message .=
img_picto(
'',
'globe').
' '.str_replace(
'{url}', $urlrss,
'<span class="opacitymedium">'.$langs->trans(
"WebCalUrlForVCalExport",
'rss',
'').
'</span>');
211$message .=
'<div class="urllink">';
212$message .=
'<input type="text" id="onlinepaymenturl3" class="quatrevingtpercent" spellcheck="false" value="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'">';
214 $message .=
' <a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ? urlencode(
getDolGlobalString(
'MAIN_AGENDA_XCAL_EXPORTKEY')) :
'...').
'">'.
img_picto(
'',
'download').
'</a>';
222$message = $langs->trans(
"AgendaUrlOptions1", $user->login, $user->login).
'<br>';
223$message .= $langs->trans(
"AgendaUrlOptions3", $user->login, $user->login, $user->login).
'<br>';
224$message .= $langs->trans(
"AgendaUrlOptions4", $user->login, $user->login).
'<br>';
225$message .= $langs->trans(
"AgendaUrlOptionsProject", $user->login, $user->login).
'<br>';
226$message .= $langs->trans(
"AgendaUrlOptionsType",
'systemauto|system').
'<br>';
227$message .= $langs->trans(
"AgendaUrlOptionsCode",
'AC_COMPANY_CREATE,AC_PROPAL_VALIDATE,AC_CODE...').
'<br>';
228$message .= $langs->trans(
"AgendaUrlOptionsIncludeHolidays",
'1',
'1').
'<br>';
231$message .= $langs->trans(
"AgendaUrlOptionsLimit",
'1000').
'<br>';
235$constname =
'MAIN_AGENDA_XCAL_EXPORTKEY';
238include_once DOL_DOCUMENT_ROOT.
'/core/lib/security2.lib.php';
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
agenda_prepare_head()
Prepare array with list of tabs.
if(GETPOSTISSET( 'MAIN_AGENDA_XCAL_EXPORTKEY')) if(GETPOSTISSET('MAIN_AGENDA_EXPORT_PAST_DELAY')) if(GETPOSTISSET( 'MAIN_AGENDA_EXPORT_CACHE')) if(GETPOSTISSET('AGENDA_EXPORT_FIX_TZ')) if( $actionsave) if(!isset($conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY)) $wikihelp
View.
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.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
ajax_autoselect($htmlname, $addlink='', $textonlink='Link')
Make content of an input box selected when we click into input field.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='')
Show information in HTML for admin users or standard users.
dolJSToSetRandomPassword($htmlname, $htmlnameofbutton='generate_token', $generic=1)
Output javascript to autoset a generated password using default module into a HTML element.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.