Changeset 21 for trunk/client/modules/Elezioni
- Timestamp:
- Mar 1, 2010, 11:22:47 PM (15 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r2 r21 442 442 //$descrizione=taglio(4,$descrizione); 443 443 444 $gruppo[$i]= utf8_encode(substr($descrizione,0,21));445 $gruppos[$e]= utf8_encode(substr($descrizione,0,21)); //flash444 $gruppo[$i]=(substr($descrizione,0,21)); 445 $gruppos[$e]=(substr($descrizione,0,21)); //flash 446 446 447 447 -
trunk/client/modules/Elezioni/grafici/affluenze_graf.php
r2 r21 10 10 include ("jpgraph.php"); 11 11 include ("jpgraph_pie.php"); 12 define("CURFONT1",FF_DV_SANSSERIF); 12 13 13 14 $e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1']; … … 22 23 23 24 $graph->title->Set($titolo); 24 $graph->title->SetFont( FF_FONT1,FS_BOLD);25 $graph->title->SetFont(CURFONT1,FS_BOLD); 25 26 $graph ->legend->Pos( 0.02,0.85,"left" ,"center"); 26 27 $graph->SetBackgroundImage("../images/logo.jpg",BGIMG_COPY); -
trunk/client/modules/Elezioni/grafici/jpg-config.inc.php
r2 r21 31 31 // MBTTF_DIR /usr/share/fonts/ja/TrueType/ 32 32 // 33 define("TTF_DIR","/usr/share/fonts/truetype/ttf-dejavu/"); 33 34 // WINDOWS: 34 35 // CACHE_DIR $SERVER_TEMP/jpgraph_cache/
Note:
See TracChangeset
for help on using the changeset viewer.