linea21-utils
[ class tree: linea21-utils ] [ index: linea21-utils ] [ all elements ]

Source for file pdf.firstpage.php

Documentation is available at pdf.firstpage.php

  1. <?php
  2. /**
  3.  * @package linea21.utils
  4.  * @subpackage report_sdi
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  Define, compose and generate a SDI (Sustainable Development Indicators) PDF report
  10.  */
  11.  
  12. ///////////////////////////////////
  13. //    PAGE DE GARDE - RAPPORT
  14. ///////////////////////////////////
  15.  
  16. $pdf->AddPage();
  17. $pdf->SetColor('DOC_TITLE_COLOR');
  18. $pdf->SetY(80);
  19. $pdf->MultiCell(0DOC_HEIGHT*2formatText(strtoupper($report_settings['title']))0'C');
  20. $pdf->SetY($pdf->GetY()+(DOC_INTERVAL*2));
  21. $pdf->SetFont(DOC_POLICE'B'12);
  22. $pdf->Cell(0DOC_HEIGHTformatText(SITE_CITY_NAME)02'C');
  23. $pdf->SetXY(66240);
  24. $pdf->Image('inc_report/logo_g.png',$pdf->GetX()$pdf->GetY());
  25. ?>

Documentation generated on Fri, 16 Oct 2009 09:37:50 +0200 by phpDocumentor 1.4.1