dolibarr  20.0.0-beta
Functions
index.php File Reference

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. More...
 
 show_bookcal_day_events ($day, $month, $year, $today=0)
 Show event of a particular day. More...
 

Detailed Description

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.

Function Documentation

◆ llxHeaderVierge()

llxHeaderVierge (   $title,
  $head = "",
  $disablejs = 0,
  $disablehead = 0,
  $arrayofjs = [],
  $arrayofcss = [] 
)

Show header for booking.

Parameters
string$titleTitle
string$headHead array
int$disablejsMore content into html header
int$disableheadMore content into html header
array$arrayofjsArray of complementary js files
array$arrayofcssArray of complementary css files
Returns
void

Definition at line 131 of file index.php.

◆ show_bookcal_day_events()

show_bookcal_day_events (   $day,
  $month,
  $year,
  $today = 0 
)

Show event of a particular day.

Parameters
int$dayDay
int$monthMonth
int$yearYear
int$todayToday's day
Returns
void

Definition at line 624 of file index.php.