if($terbitan!='')$terbitan.=', '; $terbitan.=$rk['kota']; } if($rk['tahunterbit']!=''){ if($terbitan!='')$terbitan.=', '; $terbitan.=$rk['tahunterbit']; } ?> <div class="tbltopmbar" style="float:left;margin-top:10px;margin-bottom:10px"> <table class="stable" cellspacing="0" cellpadding="0" width="100%"><tr valign="top"> <td width="400px"> <table class="stable" cellspacing="0" cellpadding="0"> <tr height="24px"><td colspan="2"><b>Informasi Katalog:</b></td></tr> <tr height="24px"><td width="140px">Judul:</td><td><?=buku_judul($rk['judul'])?></td></tr> <tr height="24px"><td width="140px">Klasifikasi:</td><td><?=klasifikasi_name($rk['klasifikasi'])?></td></tr> <tr height="24px"><td width="140px">Pengarang:</td><td><?=pengarang_name($rk['pengarang'])?></td></tr> <tr height="24px"><td width="140px">Callnumber:</td><td><?=$rk['callnumber']?></td></tr> <tr height="24px"><td width="140px">Penerjemah:</td><td><?=$rk['penerjemah']?></td></tr> <tr height="24px"><td width="140px">Editor:</td><td><?=$rk['editor']?></td></tr> <tr height="24px"><td width="140px">Terbitan:</td><td><?=$terbitan?></td></tr> <tr height="24px"><td width="140px">ISBN:</td><td><?=$rk['isbn']?></td></tr> <tr height="24px"><td width="140px">ISSN:</td><td><?=$rk['issn']?></td></tr> <tr height="24px"><td width="140px">Bahasa:</td><td><?=bahasa_name($rk['bahasa'])?></td></tr> <tr height="24px"><td width="140px">Seri:</td><td><?=$rk['seri']?></td></tr> <tr height="24px"><td width="140px">Volume:</td><td><?=$rk['volume']?></td></tr> <tr height="24px"><td width="140px">Edisi:</td><td><?=$rk['edisi']?></td></tr> <tr height="24px"><td width="140px">Jenis koleksi:</td><td><?=jenisbuku_name($rk['jenisbuku'])?></td></tr> </table> </td> <td align=""> <table class="stable" cellspacing="0" cellpadding="0">
?> <div class="tbltopmbar" style="float:left;margin-top:10px;margin-bottom:10px"> <table class="stable" cellspacing="0" cellpadding="0" width="100%"><tr valign="top"> <td width="400px"> <table class="stable" cellspacing="0" cellpadding="0"> <tr height="24px"><td colspan="2"><b>Informasi Katalog:</b></td></tr> <tr height="24px"><td width="140px">Judul:</td><td><?php echo buku_judul($rk['judul']); ?> </td></tr> <tr height="24px"><td width="140px">Klasifikasi:</td><td><?php echo klasifikasi_name($rk['klasifikasi']); ?> </td></tr> <tr height="24px"><td width="140px">Pengarang:</td><td><?php echo pengarang_name($rk['pengarang']); ?> </td></tr> <tr height="24px"><td width="140px">Penerjemah:</td><td><?php echo $rk['penerjemah']; ?> </td></tr> <tr height="24px"><td width="140px">Editor:</td><td><?php echo $rk['editor']; ?> </td></tr> <tr height="24px"><td width="140px">Terbitan:</td><td><?php echo penerbit_name($rk['penerbit']) . ($rk['kota'] == '' ? '' : ', ' . $rk['kota']) . ($rk['tahunterbit'] == '' ? '' : ', ' . $rk['tahunterbit']); ?> </td></tr> <tr height="24px"><td width="140px">ISBN:</td><td><?php