Changeset 115 for trunk/client/modules/Elezioni/crea_pagina.php
- Timestamp:
- Jun 2, 2011, 12:08:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_pagina.php
r114 r115 42 42 43 43 $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); 46 46 47 47 … … 101 101 { 102 102 103 $html .="< table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>104 <img src=\"modules.php?name=Elezioni&file=foto&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&file=foto&id_comune=".$id_comune."\" align=\"left\" alt=\"logo\" /> "; 105 $html .= "</td><td>$datipdf</td></td></table>"; 106 106 } 107 107 … … 148 148 $html .="<br/><span class=\"copy\"><i>Stampato: $data</i></span>"; 149 149 $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 />"; 151 151 } 152 152
Note:
See TracChangeset
for help on using the changeset viewer.