dolibarr 24.0.0-beta
document.php File Reference

Wrapper to download data files for tickets. 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")) llxHeader ($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
 Header empty.
 
 llxFooter ($comment='', $zone='private', $disabledoutputofmessages=0)
 Footer empty.
 

Detailed Description

Wrapper to download data files for tickets.

Remarks
Call of this wrapper is made with URL: DOL_URL_ROOT.'/public/ticket/document.php?modulepart=repfichierconcerne&file=relativepathoffile' DOL_URL_ROOT.'/public/ticket/document.php?modulepart=logs&file=dolibarr.log' DOL_URL_ROOT.'/public/ticket/document.php?hashp=sharekey'

Definition in file document.php.

Function Documentation

◆ llxFooter()

llxFooter ( $comment = '',
$zone = 'private',
$disabledoutputofmessages = 0 )

Footer empty.

Note: also called by functions.lib:recordNotFound

@ignore

Parameters
string$commentA text to add as HTML comment into HTML generated page
string$zone'private' (for private pages) or 'public' (for public pages)
int$disabledoutputofmessagesClear all messages stored into session without displaying them
Returns
void @phan-suppress PhanRedefineFunction

Definition at line 101 of file document.php.

◆ llxHeader()

if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) if(!defined("NOLOGIN")) if(!defined("NOCSRFCHECK")) if(!defined("NOIPCHECK")) llxHeader ( $head = '',
$title = '',
$help_url = '',
$target = '',
$disablejs = 0,
$disablehead = 0,
$arrayofjs = '',
$arrayofcss = '',
$morequerystring = '',
$morecssonbody = '',
$replacemainareaby = '',
$disablenofollow = 0,
$disablenoindex = 0 )

Header empty.

Note: also called by functions.lib:recordNotFound

Parameters
string$headOptional head lines
string$titleHTML title
string$help_urlUrl links to help page Syntax is: For a wiki page: EN:EnglishPage|FR:FrenchPage|ES:SpanishPage|DE:GermanPage For other external page: http://server/url
string$targetTarget to use on links
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$morequerystringQuery string to add to the link "print" to get same parameters (use only if autodetect fails)
string$morecssonbodyMore CSS on body tag. For example 'classforhorizontalscrolloftabs'.
string$replacemainareabyReplace call to main_area() by a print of this string
int$disablenofollowDisable the "nofollow" on meta robot header
int$disablenoindexDisable the "noindex" on meta robot header
Returns
void @phan-suppress PhanRedefineFunction

Definition at line 86 of file document.php.