Changeset 2912


Ignore:
Timestamp:
2006/08/30 15:48:16 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/index.php

    r2897 r2912  
    380380            $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 
    381381            $endKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 
    382              
    383382            $objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey); 
    384383             
     
    422421            // ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë 
    423422            $objGraphPie->setLegend(array_keys($arrList)); 
    424          
     423 
     424            // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 
     425            $arrKey = array_keys($arrList); 
     426            list($sy, $sm, $sd) = split("/" , $arrKey[0]); 
     427            list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]); 
     428            $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 
     429            $endKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 
     430            $objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey); 
     431                     
    425432            // ±ß¥°¥é¥ÕÉÁ²è 
    426433            $objGraphPie->drawGraph(); 
Note: See TracChangeset for help on using the changeset viewer.