dolibarr 24.0.0-beta
agendaexport.php File Reference

Page to export agenda into a vcal, ical or rss http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=vcal&exportkey=cle http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=ical&type=event&exportkey=cle http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=rss&exportkey=cle Other parameters into url are: &notolderthan=99 &year=2015 &limit=1000 &id=..., &idfrom=..., &idto=... More...

Go to the source code of this file.

Functions

if(!defined( 'NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined( 'NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) if(!defined( 'NOLOGIN')) if(!defined('NOCSRFCHECK')) if(!defined( 'NOIPCHECK')) llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[], $ws='')
 Header function.
 
 llxFooterVierge ()
 Footer function.
 

Detailed Description

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Footer function.

Show footer for new member.

Note: also called by functions.lib:recordNotFound

Returns
void

Definition at line 84 of file agendaexport.php.

◆ llxHeaderVierge()

if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) if(!defined('NOLOGIN')) if(!defined( 'NOCSRFCHECK')) if(!defined('NOIPCHECK')) llxHeaderVierge ( $title,
$head = "",
$disablejs = 0,
$disablehead = 0,
$arrayofjs = [],
$arrayofcss = [],
$ws = '' )

Header function.

Note: also called by functions.lib:recordNotFound

Parameters
string$titleTitle
string$headHead array
int$disablejsMore content into html header
int$disableheadMore content into html header
string[] | string$arrayofjsArray of complementary js files
string[] | string$arrayofcssArray of complementary css files
string$wsWebsite ref if we are called from a website
Returns
void

Definition at line 73 of file agendaexport.php.

Referenced by accessforbidden().