28 require
'../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30 require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
38 $langs->loadLangs(array(
"admin",
"other",
"agenda"));
41 $actionsave =
GETPOST(
'save',
'alpha');
49 $i +=
dolibarr_set_const($db,
'MAIN_AGENDA_XCAL_EXPORTKEY', trim(
GETPOST(
'MAIN_AGENDA_XCAL_EXPORTKEY',
'alpha')),
'chaine', 0,
'', $conf->entity);
50 $i +=
dolibarr_set_const($db,
'MAIN_AGENDA_EXPORT_PAST_DELAY', trim(
GETPOST(
'MAIN_AGENDA_EXPORT_PAST_DELAY',
'alpha')),
'chaine', 0,
'', $conf->entity);
51 $i +=
dolibarr_set_const($db,
'MAIN_AGENDA_EXPORT_CACHE', trim(
GETPOST(
'MAIN_AGENDA_EXPORT_CACHE',
'alpha')),
'chaine', 0,
'', $conf->entity);
52 $i +=
dolibarr_set_const($db,
'AGENDA_EXPORT_FIX_TZ', trim(
GETPOST(
'AGENDA_EXPORT_FIX_TZ',
'alpha')),
'chaine', 0,
'', $conf->entity);
69 if (!isset($conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY)) {
70 $conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY = 100;
73 $wikihelp =
'EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda';
76 $linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
77 print
load_fiche_titre($langs->trans(
"AgendaSetup"), $linkback,
'title_setup');
80 print
'<form name="agendasetupform" action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
81 print
'<input type="hidden" name="token" value="'.newToken().
'">';
87 print
'<span class="opacitymedium">'.$langs->trans(
"AgendaSetupOtherDesc").
"</span><br>\n";
90 print
'<table class="noborder centpercent">';
92 print
'<tr class="liste_titre">';
93 print
"<td>".$langs->trans(
"Parameter").
"</td>";
94 print
"<td>".$langs->trans(
"Value").
"</td>";
96 print
"<td> </td>";
99 print
'<tr class="oddeven">';
100 print
'<td class="fieldrequired">'.$langs->trans(
"PasswordTogetVCalExport").
"</td>";
101 print
'<td><input required="required" type="text" class="flat" id="MAIN_AGENDA_XCAL_EXPORTKEY" name="MAIN_AGENDA_XCAL_EXPORTKEY" value="'.(GETPOST(
'MAIN_AGENDA_XCAL_EXPORTKEY',
'alpha') ?
GETPOST(
'MAIN_AGENDA_XCAL_EXPORTKEY',
'alpha') : $conf->global->MAIN_AGENDA_XCAL_EXPORTKEY).
'" size="40">';
102 if (!empty($conf->use_javascript_ajax)) {
103 print
' '.img_picto($langs->trans(
'Generate'),
'refresh',
'id="generate_token" class="linkobject"');
106 print
"<td> </td>";
109 print
'<tr class="oddeven">';
110 print
"<td>".$langs->trans(
"PastDelayVCalExport").
"</td>";
111 print
"<td><input type=\"text\" class=\"flat\" name=\"MAIN_AGENDA_EXPORT_PAST_DELAY\" value=\"".(GETPOST(
'MAIN_AGENDA_EXPORT_PAST_DELAY',
'alpha') ?
GETPOST(
'MAIN_AGENDA_EXPORT_PAST_DELAY',
'alpha') : $conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY).
"\" size=\"10\"> ".$langs->trans(
"days").
"</td>";
112 print
"<td> </td>";
115 print
'<tr class="oddeven">';
116 print
"<td>".$langs->trans(
"UseACacheDelay").
"</td>";
117 print
"<td><input type=\"text\" class=\"flat\" name=\"MAIN_AGENDA_EXPORT_CACHE\" value=\"".(GETPOST(
'MAIN_AGENDA_EXPORT_CACHE',
'alpha') ?
GETPOST(
'MAIN_AGENDA_EXPORT_CACHE',
'alpha') : $conf->global->MAIN_AGENDA_EXPORT_CACHE).
"\" size=\"10\"></td>";
118 print
"<td> </td>";
125 print
'<table class="noborder centpercent">';
127 print
'<tr class="liste_titre">';
128 print
'<td width="25%">'.$langs->trans(
"Parameter").
"</td>";
129 print
"<td>".$langs->trans(
"Value").
"</td>";
131 print
'<tr class="oddeven">';
132 print
'<td>'.$langs->trans(
"FixTZ").
"</td>";
134 print
'<input class="flat" type="text" size="4" name="AGENDA_EXPORT_FIX_TZ" value="'.$conf->global->AGENDA_EXPORT_FIX_TZ.
'">';
135 print
' '.$langs->trans(
"FillThisOnlyIfRequired");
143 print
$form->buttonsSaveCancel(
"Save",
'');
155 $urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
156 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
158 $getentity = ($conf->entity > 1 ?
"&entity=".$conf->entity :
"");
163 $urlvcal =
'<a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'" target="_blank" rel="noopener noreferrer">';
164 $urlvcal .= $urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'KEYNOTDEFINED').
'</a>';
165 $message .=
img_picto(
'',
'globe').
' '.str_replace(
'{url}', $urlvcal,
'<span class="opacitymedium">'.$langs->trans(
"WebCalUrlForVCalExport",
'vcal',
'').
'</span>');
166 $message .=
'<div class="urllink">';
167 $message .=
'<input type="text" id="onlinepaymenturl1" class="quatrevingtpercent" value="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'">';
168 if (!empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY)) {
169 $message .=
' <a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=vcal'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'">'.
img_picto(
'',
'download').
'</a>';
171 $message .=
'</div>';
175 $urlical =
'<a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=ical&type=event'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'" target="_blank" rel="noopener noreferrer">';
176 $urlical .= $urlwithroot.
'/public/agenda/agendaexport.php?format=ical&type=event'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'KEYNOTDEFINED').
'</a>';
177 $message .=
img_picto(
'',
'globe').
' '.str_replace(
'{url}', $urlical,
'<span class="opacitymedium">'.$langs->trans(
"WebCalUrlForVCalExport",
'ical/ics',
'').
'</span>');
178 $message .=
'<div class="urllink">';
179 $message .=
'<input type="text" id="onlinepaymenturl2" class="quatrevingtpercent" value="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=ical'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'">';
180 if (!empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY)) {
181 $message .=
' <a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=ical'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'">'.
img_picto(
'',
'download').
'</a>';
183 $message .=
'</div>';
187 $urlrss =
'<a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'" target="_blank" rel="noopener noreferrer">';
188 $urlrss .= $urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'KEYNOTDEFINED').
'</a>';
189 $message .=
img_picto(
'',
'globe').
' '.str_replace(
'{url}', $urlrss,
'<span class="opacitymedium">'.$langs->trans(
"WebCalUrlForVCalExport",
'rss',
'').
'</span>');
190 $message .=
'<div class="urllink">';
191 $message .=
'<input type="text" id="onlinepaymenturl3" class="quatrevingtpercent" value="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'">';
192 if (!empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY)) {
193 $message .=
' <a href="'.$urlwithroot.
'/public/agenda/agendaexport.php?format=rss'.$getentity.
'&exportkey='.($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY ?urlencode($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY) :
'...').
'">'.
img_picto(
'',
'download').
'</a>';
195 $message .=
'</div>';
201 $message = $langs->trans(
"AgendaUrlOptions1", $user->login, $user->login).
'<br>';
202 $message .= $langs->trans(
"AgendaUrlOptions3", $user->login, $user->login).
'<br>';
203 $message .= $langs->trans(
"AgendaUrlOptionsNotAdmin", $user->login, $user->login).
'<br>';
204 $message .= $langs->trans(
"AgendaUrlOptions4", $user->login, $user->login).
'<br>';
205 $message .= $langs->trans(
"AgendaUrlOptionsProject", $user->login, $user->login).
'<br>';
206 $message .= $langs->trans(
"AgendaUrlOptionsNotAutoEvent",
'systemauto',
'systemauto').
'<br>';
207 $message .= $langs->trans(
"AgendaUrlOptionsIncludeHolidays",
'1',
'1').
'<br>';
211 $constname =
'MAIN_AGENDA_XCAL_EXPORTKEY';
214 include_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($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()
Empty header.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
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.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='')
Show information for admin users or standard users.
dolJSToSetRandomPassword($htmlname, $htmlnameofbutton='generate_token')
Ouput javacript 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.