コード例 #1
0
                <th style="width: 25%">NIS</th>
                <th style="width: 25%">Nama</th>
                <th style="width: 25%">kelas</th>
                <th style="width: 25%">Saldo</th>
            </tr>
            <tr>
                <td><?php 
echo $r->nis;
?>
</td>
                <td><?php 
echo $r->nama_siswa;
?>
</td>
                <td><?php 
echo kelas($r->id_kelas);
?>
</td>
                <td><?php 
echo format_rupiah($r->saldo);
?>
</td>
            </tr>
        </table>
    </div>

    <div class="h5"></div>

    <div>
        <div class="heading">
            <b>Data Pembayaran</b>
コード例 #2
0
ファイル: siswa_detail.php プロジェクト: phi314/bulbasaur
?>
<!--                        <img class="logo img-responsive" src="--><?php 
//echo $foto_link;
?>
<!--">-->
                        <div class="desc">
                            <dl class="dl-horizontal">
                                <dt>NIS</dt>
                                <dd>
                                    <?php 
echo $siswa->nis;
?>
                                </dd>
                                <dt>Kelas</dt>
                                <dd><?php 
echo kelas($siswa->id_kelas);
?>
</dd>
                                <dt>Jenis Kelamin</dt>
                                <dd><?php 
echo jk($siswa->jk);
?>
</dd>
                                <dt>Saldo</dt>
                                <dd><?php 
echo format_rupiah($siswa->saldo);
?>
</dd>
                            </dl>
                        </div>
                    </div><!-- /.distro -->