28require
'../main.inc.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
32$langs->loadLangs(array(
"agenda"));
34$action =
GETPOST(
'action',
'aZ09');
42if (isset($user->socid) && $user->socid > 0) {
44 $socid = $user->socid;
66llxHeader(
"", $langs->trans(
"BookcalBookingTitle"),
'',
'', 0, 0,
'',
'',
'',
'mod-bookcal page-index');
68print
load_fiche_titre($langs->trans(
"BookcalBookingTitle"),
'',
'fa-calendar-check');
70print
'<div class="fichecenter"><div class="fichethirdleft">';
75if ($user->hasRight(
'bookcal',
'availabilities',
'read') && isModEnabled(
'bookcal')) {
76 $langs->load(
"orders");
138print
'</div><div class="fichetwothirdright">';
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.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
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.