dolibarr 21.0.0-alpha
|
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. | |
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.
llxFooter | ( | $comment = '', | |
$zone = 'private', | |||
$disabledoutputofmessages = 0 ) |
Footer empty.
string | $comment | A text to add as HTML comment into HTML generated page |
string | $zone | 'private' (for private pages) or 'public' (for public pages) |
int | $disabledoutputofmessages | Clear all messages stored into session without displaying them |
Definition at line 87 of file mailing-read.php.
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.
string | $head | Optional head lines |
string | $title | HTML title |
string | $help_url | Url 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 | $target | Target to use on links |
int | $disablejs | More content into html header |
int | $disablehead | More content into html header |
string[] | string | $arrayofjs | Array of complementary js files |
string[] | string | $arrayofcss | Array of complementary css files |
string | $morequerystring | Query string to add to the link "print" to get same parameters (use only if autodetect fails) |
string | $morecssonbody | More CSS on body tag. For example 'classforhorizontalscrolloftabs'. |
string | $replacemainareaby | Replace call to main_area() by a print of this string |
int | $disablenofollow | Disable the "nofollow" on meta robot header |
int | $disablenoindex | Disable the "noindex" on meta robot header |
Definition at line 74 of file mailing-read.php.