|
dolibarr 20.0.5
|
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 |
| array | $arrayofjs | Array of complementary js files |
| array | $arrayofcss | Array of complementary css files |
Definition at line 131 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 624 of file index.php.
References dol_mktime(), dol_print_date(), and img_picto().