</td>
                                        <td title="<?php 
            echo $totalAfaPos . " de " . $totalAfa;
            ?>
 anotações">
                                            <strong><?php 
            echo formatarPercentual($totalAfaPosPerc);
            ?>
%</strong>
                                        </td>
                                        <td title="<?php 
            echo $totalAfaNeg . " de " . $totalAfa;
            ?>
 anotações">
                                            <strong><?php 
            echo formatarPercentual($totalAfaNegPerc);
            ?>
%</strong>
                                        </td>                                        
                                    </tr>
                                    <?php 
        }
    }
    ?>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
    </div>
    <script type="text/javascript">
?>
                    </td>
                    <td>
                        <?php 
echo formatarFloat(Matematica::divisao((double) $resumo->getAnotacoes(), (double) $resumo->getAulas()));
?>
                    </td>
                    <td>
                        <?php 
echo formatarPercentual(Matematica::percentualDe((double) $resumo->getAnotacoesPositivas(), (double) $resumo->getAnotacoes()));
?>
%
                    </td>
                    <td>
                        <?php 
echo formatarPercentual(Matematica::percentualDe((double) $resumo->getAnotacoesNegativas(), (double) $resumo->getAnotacoes()));
?>
%
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</div>
<div class="row" style="margin-top: 20px;">
    <div class="col-lg-12 divTodosRegistros">
        <?php 
while ($tipo = $tipos->fetch()) {
    ?>
        
            <div class="panel panel-default panel-blue table trConteudo">
            ?>
>
                                                    <p>Histórico</p>
                                                </a>
                                                <a title="Exibe a distribuição de anotações negativas do professor no AFA" <?php 
            echo openLinkIn(base_url("docentes/anotacoes/distribuicao_de_anotacoes_negativas/{$professor->getId()}{$getsUrl}"));
            ?>
>
                                                    <p>Distribuição</p>
                                                </a>
        <?php 
        } else {
            ?>
                                                <a title="Sem registros negativos" href="javascript:alert('Sem registros negativos')">
                                                    <strong><?php 
            echo formatarPercentual(0.0);
            ?>
%</strong>
                                                </a>
        <?php 
        }
        ?>
                                        </div>
                                    </td>
                                </tr>
    <?php 
    }
    ?>
                        </tbody>
                    </table>
                </div>