[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siakad
/
simpeg
/
metrosapp
/
[
Home
]
File: connect.php
<?php require_once("configure_first.php"); require_once("inc.main2.php"); $title = $nmsd." : Mainform"; $nmform = "mainform.php"; ?> <?php include($incheaderup); ?> <?php echo "<title>".$title."</title>";?> <?php include($incheader); ?> <?php include($incsidemenu); ?> <div class="art-layout-cell art-content clearfix"><article class="art-post art-article"> <div class="art-postcontent art-postcontent-0 clearfix"><div class="art-content-layout"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-0" style="width: 100%" > <fieldset><legend>Metro School Indonesia Application</legend> <?php echo "<form name=\"fanform\" method=\"POST\" action=\"".$nmform."\">"; echo "<table class=\"art-article\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\" margin: 0; width: 100%;\">"; echo "<tr>"; echo "<td width=20% align=center><a href=\"../akademik\"><img src=\"".$icon_akademik."\"></a></td>"; echo "<td width=20% align=center><a href=\"../kepegawaian\"><img src=\"".$icon_jpgw."\"></a></td>"; echo "<td width=20% align=center><a href=\"../keuangan\"><img src=\"".$icon_accounting."\"></a></td>"; echo "<td width=20% align=center><a href=\"../metrosapp\"><img src=\"".$icon_inventori."\"></a></td>"; echo "<td width=20% align=center><a href=\"../metrosapp\"><img src=\"".$icon_perpustakaan2."\"></a></td>"; echo "<td width=20% align=center><a href=\"../metrosapp/cpanelform.php\"><img src=\"".$icon_cpanel."\"></a></td>"; echo "</tr>"; echo "<tr>"; echo "<td align=center><b>Akademik</b></td>"; echo "<td align=center><b>Kepegawaian</b></td>"; echo "<td align=center><b>Keuangan</b></td>"; echo "<td align=center><b>Inventori</b></td>"; echo "<td align=center><b>Perpustakaan</b></td>"; echo "<td align=center><b>Control Panel</b></td>"; echo "</tr>"; echo "</table>"; echo "</form>"; ?> </fieldset> </div> </div> </div> </div> <?php include($incfooter); ?>