[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
simkeu
/
metrosapp
/
[
Home
]
File: connectivity.php
<?php require_once("mdk-lib/lib_function.php"); require_once("mdk-lib/lib_connection.php"); require_once("inc.main-connectivity.php"); $title = $nmsd." : Connectivity"; $nmform = "connectivity.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>User Manual Application</legend> <?php echo "<table class=\"art-article\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\" margin: 0; width: 100%;\">"; echo "<form name=\"fanform\" method=\"POST\" action=\"".$nmform."\">"; echo "<tr>"; echo "<td width=23% align=center><img src=\"images-home/1.jpg\" width=\"150\" height=\"128\"></td>"; echo "<td width=23% align=center><img src=\"images-home/2.jpg\" width=\"150\" height=\"128\"></td>"; echo "<td width=23% align=center><img src=\"images-home/3.jpg\" width=\"150\" height=\"128\"></td>"; echo "<td width=23% align=center><img src=\"images-home/4.jpg\" width=\"150\" height=\"128\"></td>"; echo "</tr>"; echo "<tr>"; echo "<td width=23% align=center><img src=\"images-home/5.jpg\" width=\"150\" height=\"128\"></td>"; echo "<td width=23% align=center><img src=\"images-home/6.jpg\" width=\"150\" height=\"128\"></td>"; echo "<td width=23% align=center><img src=\"images-home/7.jpg\" width=\"150\" height=\"128\"></td>"; echo "<td width=23% align=center><img src=\"images-home/8.jpg\" width=\"150\" height=\"128\"></td>"; echo "</tr>"; echo "</form>"; echo "</table>"; ?> </fieldset> </div> </div> </div> </div> <?php include($incfooter); ?>