📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya Düzenle: privateViewData250View.php
<!DOCTYPE html> <html lang="en"> <head> <link rel="icon" href="favicon.ico" type="image/gif" sizes="16x16"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <title>Online Apply</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta charset="utf-8"> <link rel="stylesheet" href="css/w3.css"> <link rel="stylesheet" href="css/jquery-ui.css" /> <link rel="stylesheet" href="css/templatemo_misc.css"> <link rel="stylesheet" href="css/templatemo_style.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css"> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery-1.11.3.min.js"></script> <script src="js/templatemo_custom.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/clock.js"></script> <link rel="stylesheet" href="css/contact-buttons.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"> <script src="js/jquery.contact-buttons.js"></script> <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script> <style> input[type=text], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 100%; background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } input[type=date] { width: 100%; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } input[type=email] { width: 100%; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #45a049; } </style> </head> <body> <?php include("menu.html");?> <script type='text/javascript'> $(document).ready(function() { $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) { // Avoid following the href location when clicking event.preventDefault(); // Avoid having the menu to close when clicking event.stopPropagation(); // If a menu is already open we close it //$('ul.dropdown-menu [data-toggle=dropdown]').parent().removeClass('open'); // opening the one you clicked on $(this).parent().addClass('open'); var menu = $(this).parent().find("ul"); var menupos = menu.offset(); if ((menupos.left + menu.width()) + 30 > $(window).width()) { var newpos = - menu.width(); } else { var newpos = $(this).parent().width(); } menu.css({ left:newpos }); }); }); </script> <div class="container"> <div class="row"> <div class="col-md-12 shadow well" > <center> <h2>Data Valdation</h2> </center> <table width="100%" class="table table-responsive" border="0"> <tr> </tr> </table> </div> </div> </div> <!-- home end --> <!-- footer start --> <div > <?php include("bottom.html");?> </div> <!-- footer end --> <script type="text/javascript"> var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1"); </script> </body> </html>
💾 Kaydet
İptal