Changeset 267 for trunk/client/modules/Elezioni/grafici.php
- Timestamp:
- Apr 14, 2019, 2:31:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r265 r267 7 7 /* info@eleonline.it luciano@aniene.net rgigli@libero.it */ 8 8 /************************************************************************/ 9 define('MODULE_FILE'); 9 10 10 if (!defined('MODULE_FILE')) { 11 #die ("You can't access this file directly...");11 die ("You can't access this file directly..."); 12 12 } 13 13 … … 164 164 $_GET : $_POST; 165 165 if (isset($param['anim'])) $anim=intval($param['anim']); else $anim=''; 166 #$anim=1; 166 167 if ($siteistat==$id_comune) $logo="$siteistat"; else $logo=''; // logo per il comune 167 168 $logo=verificasimbolo(); // carica_logo da funzioni.php … … 604 605 echo "</td></tr></table><table><tr><td>"; 605 606 # grafico flash 606 if($flash=='1') flash_torta($gruppos,$pre,40,145); 607 # if($flash=='1') flash_torta($gruppos,$pre,40,145); 608 $uno=''; 609 foreach($gruppos as $k=>$v) $uno.="- $v"; 610 $due='due:'; 611 foreach($pre as $k=>$v) $due.="- $v"; 612 include("flash_torta($uno,$due,20,70)"); 607 613 echo "</td></tr></table>"; 608 614 … … 674 680 675 681 if($flash=='1')flash_torta($gruppos,$pre,20,70); 676 682 677 683 678 684 … … 796 802 797 803 $chart[ 'chart_data' ] = array ($gruppos, $pre); 798 //$chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60));804 $chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60)); 799 805 $chart[ 'chart_grid_h' ] = array ( 'thickness'=>0 ); 800 806 $chart[ 'chart_pref' ] = array ( 'rotation_x'=>60 );
Note:
See TracChangeset
for help on using the changeset viewer.