Ignore:
Timestamp:
Jun 2, 2011, 12:08:18 AM (13 years ago)
Author:
eol
Message:

referendum: immessa esportazione risultati html,xls e pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/crea_pagina.php

    r114 r115  
    4242
    4343$datipdf=strip_tags($datipdf);
    44                         $cella=str_replace("</b>"," ",$cella);
    45                         $cella=str_replace("<br />"," ",$cella);
     44//                      $cella=str_replace("</b>"," ",$cella);
     45//                      $cella=str_replace("<br />"," ",$cella);
    4646                       
    4747
     
    101101        {
    102102       
    103         $html .="<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>
    104                 <img src=\"modules.php?name=Elezioni&amp;file=foto&amp;id_comune=".$id_comune."\" align=\"left\" alt=\"logo\" /></td> ";
    105         $html .= "<td border=0>$datipdf</td></tr></table><br/><br/>";
     103        $html .="<center><table><tr><td>
     104                <img src=\"modules.php?name=Elezioni&amp;file=foto&amp;id_comune=".$id_comune."\" align=\"left\" alt=\"logo\" /> ";
     105        $html .= "</td><td>$datipdf</td></td></table>";
    106106        }
    107107
     
    148148                      $html .="<br/><span class=\"copy\"><i>Stampato: $data</i></span>";
    149149                      $html .="<br/><span class=\"copy\"><i>Eleonline by luciano apolito & roberto gigli - www.eleonline.it</i></span>";
    150                       $html .="</td></tr></table>";
     150                      $html .="</center><br />";
    151151                }
    152152
Note: See TracChangeset for help on using the changeset viewer.