Changeset 74 for trunk/client/modules/Elezioni
- Timestamp:
- Apr 2, 2010, 8:12:46 PM (15 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_pagina.php
r2 r74 255 255 256 256 $style .= "<td border=0>$datipdf</td></tr></table><br/><br/>"; 257 $style .=$html; 257 258 $style .= "<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>"; 258 259 259 $style .=$html;260 260 $data=date("d-m-y G:i"); 261 261 $style .="<br/><span class=\"copy\"><i>Stampato il $data</i></span>"; -
trunk/client/modules/Elezioni/gruppo.php
r66 r74 10 10 die ("You can't access this file directly..."); 11 11 } 12 if ($xls=='1') include("modules/Elezioni/language/lang-$lang.php"); 13 14 12 if ($xls=='1' or $pdf=='1') { 13 include_once("modules/Elezioni/language/lang-$lang.php"); 14 include_once("modules/Elezioni/funzioni.php"); 15 } 15 16 $param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? 16 17 $_GET : $_POST;
Note:
See TracChangeset
for help on using the changeset viewer.