예제 #1
0
파일: performa3.php 프로젝트: hpie/hpie
 <td class='completeLeft completeRight' colspan="3"></td>
  <td class='completeLeft completeRight' colspan="3"></td>
  </tr>
	<?php 
    $markDetail = new MarkDetailDO();
    $markedTreeList = $markDetail->getMarkedTreesOnly($key);
    $allForestPoints = $common->getAllForestPoints($key);
    $allForestPoints = $common->getAllForestPointsonType($key, 1);
    $allForestPoints1 = array();
    $allForestPoints1[-1] = "Forest";
    foreach ($allForestPoints as $pointId => $name) {
        $allForestPoints1[$pointId] = $name;
    }
    $allForestPoints = $allForestPoints1;
    //Block For Fetching Progress Detail
    $conversionDetailCurrent = $markDetail->getProgressConversionTreeWiseYearBased($key, $year, '1');
    $conversionDetailPrevious = $markDetail->getProgressConversionTreeWiseYearBased($key, $year, '-1');
    $carriageDetail = $markDetail->getCarriageDetail($key, $year, '-1');
    foreach ($markedTreeList as $treeId => $TreeName) {
        $feelingTotalVolume = 0;
        $feelingTotalCount = 0;
        $royalityVolume;
        $markingEntryTotal = 0;
        $markingEntryVolumeTotal = 0;
        ?>
		<tr class='borderBottomLight'>
		<td colspan="4">
		 </td>
		 <td class='completeRight'>
		    <?php 
        echo $TreeName;