[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
simkeu
/
metrosapp
/
[
Home
]
File: cpanelform.php
<?php require_once("mdk-lib/lib_function.php"); require_once("mdk-lib/lib_connection.php"); require_once("inc.main.php"); $title = $nmsd." : Mainform"; $nmform = "mainform.php"; if(isset($_SESSION["id-profil"])) $idlogprof = $_SESSION["id-profil"]; else $idlogprof = 0; ?> <?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=\"main-myaccount.php\"><img src=\"".$icon_people."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"main-statistics.php\"><img src=\"".$icon_chart."\" width=64 height=64></a></td>"; echo "<td width=10% align=center><a href=\"main-logout.php\"><img src=\"".$icon_logout."\" width=64 height=64></a></td>"; // if($idlogprof == 1) echo "<td width=10% align=center><a href=\"main-forum.php\"><img src=\"".$icon_perpustakaan."\" width=64 height=64></a></td>"; if($idlogprof == 1) echo "<td width=10% align=center> </td>"; else echo "<td width=10% align=center> </td>"; echo "<td width=10% align=center> </td>"; echo "</tr>"; echo "<tr>"; echo "<td align=center><b>My Account</b></td>"; echo "<td align=center><b>Statistics</b></td>"; echo "<td align=center><b>Logout</b></td>"; if($idlogprof == 1) echo "<td align=center><b> </b></td>"; else echo "<td width=10% align=center> </td>"; echo "<td align=center><b> </b></td>"; echo "</tr>"; echo "</table>"; echo "</form>"; ?> </fieldset> </div> </div> </div> </div> <?php include($incfooter); ?>