?>
 <br />
            PEGAWAI TUGAS BELAJAR INTERNAL DIREKTORAT JENDERAL PERBENDAHARAAN <br />
            <?php 
if ($this->univ != 0) {
    echo strtoupper($this->universitas->get_nama()) . "<br />";
}
if ($this->jur != 0) {
    echo "JURUSAN " . strtoupper($this->data_jurusan->get_nama());
}
if ($this->tahun != 0) {
    echo " TAHUN " . strtoupper($this->tahun) . "<br />";
}
?>
            <?php 
echo PER . " " . strtoupper(Tanggal::getTglSekarangIndo());
?>

        </p>
        <table border="0" align="center" cellspacing=0 cellpadding=0 width=97% style="border-width: 0px; font-size: 10px;">
            <tr>
                <td class="td2" align="right"> 
                    <FORM>
                        <button TYPE="button" id="printbtn" onClick="cetak();">Cetak</button>
                    </FORM>
                </td>
            </tr>
        </table>
		<br />
        <table align="center" cellspacing=0 cellpadding=4 width=97% style="border-width: 1px; font-size: 10px; border-style: solid; border-color: black;">
            <thead>