[ 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: cpanel.php
<?php require_once("mdk-lib/lib_function.php"); require_once("mdk-lib/lib_connection.php"); require_once("inc.main-cpanel.php"); $title = $nmsd." : Login"; $nmform = "cpanel.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>Choose Your Menu</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=10% align=center><a href=\"cp-form.php\"><img src=\"".$icon_form."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-userlogin.php\"><img src=\"".$icon_people."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-userpofile.php\"><img src=\"".$icon_profile."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-profileaccess.php\"><img src=\"".$icon_secure2."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-schooldata.php\"><img src=\"".$icon_home."\" width=64 height=64></a></td>"; echo "</tr>"; echo "<tr>"; echo "<td align=center><b>Form</b></td>"; echo "<td align=center><b>User Login</b></td>"; echo "<td align=center><b>User Profile</b></td>"; echo "<td align=center><b>Profile Access</b></td>"; echo "<td align=center><b>School Data</b></td>"; echo "</tr>"; echo "<tr>"; echo "<td width=10% align=center><a href=\"conf.php\"><img src=\"".$icon_setting."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-monitoring-access.php\"><img src=\"".$icon_monitoring."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-resetpassword.php\"><img src=\"".$icon_alert."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-smsgateway.php\"><img src=\"".$icon_sms."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-gammu.php\"><img src=\"".$icon_cpanel."\" width=64 height=64></a></td>"; echo "</tr>"; echo "<tr>"; echo "<td align=center><b>Configuration</b></td>"; echo "<td align=center><b>Monitoring Access</b></td>"; echo "<td align=center><b>Reset Password</b></td>"; echo "<td align=center><b>SMS Gateway</b></td>"; echo "<td align=center><b>Setting Gammu</b></td>"; echo "</tr>"; echo "<tr>"; echo "<td width=10% align=center><a href=\"cp-profileaccess-kls.php\"><img src=\"".$icon_secure2."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"cp-profileaccess-mp.php\"><img src=\"".$icon_secure2."\" width=64 height=64></a></td>"; echo "<td width=10% align=center> </td>"; echo "<td width=10% align=center> </td>"; echo "<td width=10% align=center> </td>"; echo "</tr>"; echo "<tr>"; echo "<td align=center><b>Access Kelas</b></td>"; echo "<td align=center><b>Access MP</b></td>"; echo "<td align=center> </td>"; echo "<td align=center> </td>"; echo "<td align=center> </td>"; echo "</tr>"; echo "</table>"; echo "</form>"; ?> </fieldset> </div> </div> </div> </div> <?php include($incfooter); ?>