Changeset 2914 for temp/trunk


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

* empty log message *

File:
1 edited

Legend:

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

    r2913 r2914  
    464464            $objGraphBar->setYTitle($ytitle); 
    465465            $objGraphBar->setData($arrList); 
     466             
     467            // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 
     468            $arrKey = array_keys($arrList); 
     469            list($sy, $sm, $sd) = split("/" , $arrKey[0]); 
     470            list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]); 
     471            $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 
     472            $endKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 
     473            $objGraphBar->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey); 
     474             
    466475            $objGraphBar->drawGraph(); 
    467  
    468476            $objGraphBar->outputGraph(false,$path); 
    469477        } 
Note: See TracChangeset for help on using the changeset viewer.