[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
siakad
/
mahasiswa
/
Profil
/
[
Home
]
File: ProfilSekolah.inc.php
<?php if(isset($_SESSION["id-profil"])) $idlogprof = $_SESSION["id-profil"]; else $idlogprof = 0; if($idlogprof == 0) echo "<script>window.alert('".$lsm."');location.href='index.php';</script>"; ?> <div id="wrapper"> <div class="content-wrapper container"> <div class="row"> <div class="col-md-12"> <div class="panel panel-card "> <!-- Start .panel --> <div class="panel-heading"> <div class="panel-actions"> </div> </div> <div class="panel-body"> <div class="table-responsive"> <?php $_GET["sekolah_id"] = "MTEtMS0wNg=="; if(isset($_GET["sekolah_id"])) { $query = "select * from data_sekolah where sekolah_id = ".MyIdDecode($_GET["sekolah_id"]); $iData=sAllData($query); for($a=0,$b=count($iData);$a<$b;$a++) { $sekolah_id = $iData[$a]["sekolah_id"]; $sekolah_nama = $iData[$a]["sekolah_nama"]; $sekolah_alamat = $iData[$a]["sekolah_alamat"]; $sekolah_telp = $iData[$a]["sekolah_telp"]; $sekolah_fax = $iData[$a]["sekolah_fax"]; $sekolah_status = $iData[$a]["sekolah_status"]; $sekolah_nss = $iData[$a]["sekolah_nss"]; $sekolah_npsn = $iData[$a]["sekolah_npsn"]; $sekolah_email = $iData[$a]["sekolah_email"]; $sekolah_web = $iData[$a]["sekolah_web"]; } } echo "<form name=\"fanform\" method=\"POST\" action=\"".$nmform."\" enctype=\"multipart/form-data\">"; echo "<table class=\"table table-striped\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\" margin: 0; width: 100%;\">"; echo "<tr>"; echo "<td width=28%><b>Nama </b></td>"; echo "<td width=2%>:</td>"; echo "<td width=70%>".$sekolah_nama."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>Alamat</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_alamat."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>Telp.</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_telp."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>Fax</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_fax."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>Status </b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_status."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>NSS</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_nss."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>NPSN</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_npsn."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>Email</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_email."</td>"; echo "</tr>"; echo "<tr>"; echo "<td><b>Website</b></td>"; echo "<td>:</td>"; echo "<td>".$sekolah_web."</td>"; echo "</tr>"; echo "</table>"; ?> </div> </div> </div><!-- End .panel --> </div><!--end .col--> </div><!--end .row--> </div><div style="clear:both;"></div> </div>