Changeset 110 for dev/common/class.box.php
- Timestamp:
- 11/29/06 11:10:05 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.box.php
r104 r110 74 74 $pilot = new Pilot($rows[$i - 1]['plt_id']); 75 75 $bar = new BarGraph($rows[$i - 1]['cnt'], $max, 60); 76 $top[ ] = array('url'=> "?a=pilot_detail&plt_id=" . $rows[$i - 1]['plt_id'], 'name'=>$pilot->getName(),'bar'=>$bar->generate(),'cnt'=>$rows[$i - 1]['cnt']);76 $top[$i] = array('url'=> "?a=pilot_detail&plt_id=" . $rows[$i - 1]['plt_id'], 'name'=>$pilot->getName(),'bar'=>$bar->generate(),'cnt'=>$rows[$i - 1]['cnt']); 77 77 } 78 78 $smarty->assign('top',$top);