File manager - Edit - /home/autoph/public_html/portal/nephro.php
Back
<?php include 'core/initweb.php'; logged_in_redirect(); ?> <html> <head> <title>NEPHRO GROUP</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/screen_white.css"> </head> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script> $( function() { $( "#datepicker" ).datepicker(); } ); $( function() { $( "#datepickerA" ).datepicker(); } ); $( function() { $( "#datepickerB" ).datepicker(); } ); $( function() { $( "#datepickerC" ).datepicker(); } ); $( function() { $( "#datepickerD" ).datepicker(); } ); $( function() { $( "#datepickerF" ).datepicker(); } ); $( function() { $( "#datepickerE" ).datepicker(); } ); $( function() { $( "#datepickerPOSA" ).datepicker(); } ); $( function() { $( "#datepickerPOS" ).datepicker(); } ); $( function() { $( "#datepickerPOSB" ).datepicker(); } ); $( function() { $( "#datepickerPOSC" ).datepicker(); } ); $( function() { $( "#datepickerPOSD" ).datepicker(); } ); $( function() { $( "#datepickerPOSE" ).datepicker(); } ); $( function() { $( "#datepickerPOSF" ).datepicker(); } ); </script> </head> <body style='background: #02082c '> <center> <div align='center' class="gradBlue" style='width:100%;position:fixed;z-index:2'> <div style="height:80px;min-width:400px;width: 40%;float: left;background:transparent;border:0px solid #0B0B61"> <img src='images/logo.png' width="50%"></img> </div> <div align='right' style="height:45px;min-width:600px;width: 40%;border-radius:10px 10px 10px 10px;float: right;background:transparent;border:0px solid white;border-top:none;top:0px;position:relative"> <img src='images/web/facebookicon.jpg' width='3%'></img> <img src='images/web/twittericon.jpg' width='3%'></img> <img src='images/loginkey.png' width='3%'></img> </div> </div> <table style='width:100%;height:100%;background:white;border-collapse:collapse'> <tr style='background:#fff '> <td valign='top' class="gradBlue" style='width:100%;height:80px;padding-right:20px'> </td> </tr> <tr style='background:black'> <td valign='top' align='center' style='width:100%;border:1px solid black'> <div align='left' style="height:40px;min-width:600px;width: 85%;border-radius:0px 0px 0px 0px;background:black;border:0px solid white;"> <a href='default.php?view=home'><input type='button' class='lightGradient' value='Home' style='width:90px;height:35px;border-radius:5px;background:black;font-size:20px;color:white;border:none'></a> <a href='default.php?view=branch'><input type='button' class='lightGradient' value='Branches' style='width:90px;height:35px;border-radius:5px;background:black;font-size:20px;color:white;border:none'></a> <a href='default.php?view=services'><input type='button' class='lightGradient' value='Services' style='width:80px;height:35px;border-radius:5px;background:black;font-size:20px;color:white;border:none'></a> <a href='default.php?view=career'><input type='button' class='lightGradient' value='Career' style='width:80px;height:35px;border-radius:5px;background:black;font-size:20px;color:white;border:none'></a> <a href='default.php?view=sub'><input type='button' class='lightGradient' value='Subsidiary' style='width:90px;height:35px;border-radius:5px;background:black;font-size:20px;color:white;border:none'></a> <a href='default.php?view=about'><input type='button' class='lightGradient' value='About us' style='width:80px;height:35px;border-radius:5px;background:black;font-size:20px;color:white;border:none'></a> </div> </td> </tr> <tr class="gradBlue"> <!-- <td valign='top' align='center' style='width:90%;border:0px;height:450px;background-image:url("images/web/bgd3.png");'> --> <td valign='top' align='center' style='width:90%;border:0px;height:400px;background:white;'> <?php $view=$_GET['view']; switch($view){ case 'home': echo "<div style='position:relative;width:100%;border:none;height:500px;'>"; include 'preview.html'; echo "</div></center>"; break; case 'med2': include 'includes/web/md2.html'; break; case 'beat2': include 'includes/web/beat2.html'; break; case '': include 'includes/r_side.html'; include 'preview.html'; echo "</div></center>"; break; } ?> </td> </tr> <?php $view=$_GET['view']; switch($view){ case 'home': echo "<tr class='gradBlue'> <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#f22ff2f;height:80px'>"; include 'includes/web/qualityhealthcare.html'; echo "</td></tr>"; break; case '': echo "<tr class='gradBlue'> <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#f2f2f2;height:80px'>"; include 'includes/web/qualityhealthcare.html'; echo "</td></tr>"; break; } ?> <?php $view=$_GET['view']; switch($view){ case 'home': echo "<tr class='gradBlue'> <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#EFFBFB;height:80px'>"; include 'includes/web/wearewe.html'; echo "</td></tr>"; break; case '': echo "<tr class='gradBlue'> <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#EFFBFB;height:80px'>"; include 'includes/web/wearewe.html'; echo "</td></tr>"; break; } ?> <?php $view=$_GET['view']; switch($view){ case 'home': echo "<tr class='gradBlue'> <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#fff;height:80px'>"; include 'includes/web/serviceweprovide.html'; echo "</td></tr>"; break; case '': echo "<tr class='gradBlue'> <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#fff;height:80px'>"; include 'includes/web/serviceweprovide.html'; echo "</td></tr>"; break; } ?> <tr > <td valign='middle' align='center' style='width:100%;border:1px solid white;background:#fff;height:80px'> <div style='background:#fff;font-size:22px'> <table style='width:80%'> <tr style='border:1px solid #fff;background:#fff'> <td align='left' style='width:50%;border:1px solid #fff;border-top:1px dashed lightgray;background:white'> <p style='font-size:14px;color:black'>ACCREDITED BY</p><BR> <div align='left' style='min-width:100px;float:left;margin-right:20px'> <a href='nephro.php?view=med2'><img src='images/web/pcsologo.jpg' width="80px"/><br> </div> <div align='left' style='min-width:100px;float:left;margin-right:40px'> <a href='nephro.php?view=med2'><img src='images/web/philhealthlogo.jpg'width="90px"/><br> </div> <div align='left' style='min-width:100px;float:left'> <a href='nephro.php?view=med2'><img src='images/web/visamasterlogo.jpg'width="90px"/><br> </div> <div align='left' style='min-width:100px;float:left'> <a href='nephro.php?view=med2'><img src='images/web/hmocard.png'width="90px"/><br> </div> </td> <td align='left' style='width:50%;border:1px solid #fff;;border-top:1px dashed lightgray;background:white'> <p style='font-size:14px;color:black'>OUR PARTNERS</p><BR> <div align='left' style='min-width:100px;float:left;margin-right:20px'> <a href='nephro.php?view=med2'><img src='images/web/nephrologo_syn.png' width="80px"/><br> </div> <div align='left' style='min-width:100px;float:left;margin-right:40px'> <a href='nephro.php?view=med2'><img src='images/web/nephrologo_global.png'width="100px"/><br> </div> <div align='left' style='min-width:100px;float:left'> <a href='nephro.php?view=med2'><img src='images/web/nephrologo_lab.png'width="110px"/><br> </div> </td> </tr> </table> <div><br> </p> </center> <!--<img src='images/web/qualitycare.png' width="80px" height="30px"><img> <img src='images/web/qualitydoctors.png' width="80px" height="30px"><img> <img src='images/web/qualityservices.png' width="80px" height="30px"><img> --> </td> </tr> <tr class='gradBlue2'> <td valign='top' align='center' style='background:#0B0B3B;padding-top:0px;width:100%;border:none;height:100px'> <div style='background:transparent;font-size:22px'> <table style='width:100%'> <tr style='border:1px solid transparent;background:transparent'> <td style='border:1px solid transparent;width:7%'></td> <td style='border:1px solid transparent;width:85%'> <br> <div align='center' style='width:100%;float:left;min-width:150px'> <p style='text-align:center;width:80%;color:white'> <b style='font-size:24px'> Nephro Group Dialysis </b><br><br> <b style='font-size:18px'> Corporate Office</b><br><br> Unit 202 Corporate 101 Bldg. #101 Mother Ignacia Ave. Queson City, Philippines<br> Contact Numbers : (+632) 376-7860, (+632) 376-7148, (+632) 485-9378, Cellphone No. : (+63)943-4890-409<br> Fax Number : (+632) 376-7829<br><br> All Rights Reserved: AEE and the team IT 2017 </p> </div> </td> <td style='border:1px solid transparent;width:7%'></td> </tr> </table> <div> </td> </tr> </table> </center> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings