Changeset 5797 in spip-zone
- Timestamp:
- Sep 30, 2006, 5:07:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_test_/article_pdf/pdf/lib_pdf_global.php
r5652 r5797 321 321 } 322 322 } 323 $this->Image($this->SRC, $this->GetX()+($pwidth-$imgX)/2, $this->GetY(), $imgX, $imgY );323 $this->Image($this->SRC, $this->GetX()+($pwidth-$imgX)/2, $this->GetY(), $imgX, $imgY,'',$this->HREF); 324 324 $this->SetY($this->GetY()+$imgY); 325 325 } else { … … 400 400 # Cellule (pas titre) 401 401 $this->tableCurrentCol += 1; 402 $colspan = extraire_attribut($e,'colspan'); 402 403 if ($this->inFirstRow) { 403 $this->nCols=$this->tableCurrentCol; 404 $this->AddCol(); 404 if ($colspan) 405 for($i=0;$i<$colspan;$i++){ 406 $this->nCols=$this->tableCurrentCol; 407 $this->AddCol(); 408 } 409 else { 410 $this->nCols=$this->tableCurrentCol; 411 $this->AddCol(); 412 } 405 413 } 406 414 $this->ProcessingBloc++;
Note: See TracChangeset
for help on using the changeset viewer.