dolibarr 21.0.0-alpha
mailing-read.php File Reference

Copyright (C) 2004 Rodolphe Quiedeville rodol.nosp@m.phe@.nosp@m.quied.nosp@m.evil.nosp@m.le.or.nosp@m.g Copyright (C) 2005-2011 Laurent Destailleur eldy@.nosp@m.user.nosp@m.s.sou.nosp@m.rcef.nosp@m.orge..nosp@m.net Copyright (C) 2012 Florian Henry flori.nosp@m.an.h.nosp@m.enry@.nosp@m.open.nosp@m.-conc.nosp@m.ept..nosp@m.pro Copyright (C) 2024 Frédéric France frede.nosp@m.ric..nosp@m.franc.nosp@m.e@fr.nosp@m.ee.fr More...

Go to the source code of this file.

Functions

if(!defined('NOLOGIN')) if(!defined( 'NOCSRFCHECK')) if(!defined('NOBROWSERNOTIF')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOIPCHECK')) if(!defined( 'NOSESSION')) 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

Copyright (C) 2004 Rodolphe Quiedeville rodol.nosp@m.phe@.nosp@m.quied.nosp@m.evil.nosp@m.le.or.nosp@m.g Copyright (C) 2005-2011 Laurent Destailleur eldy@.nosp@m.user.nosp@m.s.sou.nosp@m.rcef.nosp@m.orge..nosp@m.net Copyright (C) 2012 Florian Henry flori.nosp@m.an.h.nosp@m.enry@.nosp@m.open.nosp@m.-conc.nosp@m.ept..nosp@m.pro Copyright (C) 2024 Frédéric France frede.nosp@m.ric..nosp@m.franc.nosp@m.e@fr.nosp@m.ee.fr

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Script use to update mail status if destinaries read it (if images during mail read are display)

Definition in file mailing-read.php.

Function Documentation

◆ llxFooter()

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

Footer empty.

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

Definition at line 87 of file mailing-read.php.

◆ llxHeader()

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

Header empty.

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
array | string$arrayofjsArray of complementary js files
array | 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

Definition at line 74 of file mailing-read.php.