コード例 #1
0
    echo $nof100 * 100;
    ?>
%</b> </div>
<div class="clearfix"></div>
<br>
<?php 
    ?>

</div>


	<div class="col-md-4">


	<?php 
    $ototal = -1 * OperationData::GetOutputQ($product->id, $cut->id);
    $ono_oficial = -1 * OperationData::GetOutputQNoF($product->id, $cut->id);
    $ooficial = -1 * OperationData::GetOutputQYesF($product->id, $cut->id);
    $nof100 = 0;
    $of100 = 0;
    if ($ono_oficial > 0) {
        $nof100 = $ono_oficial / $ototal;
    }
    if ($ooficial > 0) {
        $of100 = $ooficial / $ototal;
    }
    ?>
	<h1 class="pull-right"><?php 
    echo $ototal;
    ?>
</h1>