dolibarr 21.0.0-alpha
|
File to offer a way to book a rendez-vous into a public calendar Example of URL: https://localhost/public/bookcal/index.php?id=... More...
Go to the source code of this file.
Functions | |
llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[]) | |
Show header for booking. | |
show_bookcal_day_events ($day, $month, $year, $today=0) | |
Show event of a particular day. | |
File to offer a way to book a rendez-vous into a public calendar Example of URL: https://localhost/public/bookcal/index.php?id=...
Definition in file index.php.
llxHeaderVierge | ( | $title, | |
$head = "", | |||
$disablejs = 0, | |||
$disablehead = 0, | |||
$arrayofjs = [], | |||
$arrayofcss = [] ) |
Show header for booking.
string | $title | Title |
string | $head | Head array |
int | $disablejs | More content into html header |
int | $disablehead | More content into html header |
string[] | string | $arrayofjs | Array of complementary js files |
string[] | string | $arrayofcss | Array of complementary css files |
Definition at line 132 of file index.php.
References dol_buildpath(), getDolGlobalInt(), getDolGlobalString(), and top_htmlhead().
show_bookcal_day_events | ( | $day, | |
$month, | |||
$year, | |||
$today = 0 ) |
Show event of a particular day.
int | $day | Day |
int | $month | Month |
int | $year | Year |
int | $today | Today's day |
Definition at line 623 of file index.php.
References dol_mktime(), dol_print_date(), and img_picto().