Server: | Microsoft-IIS/10.0 |
System: | Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64 |
User: | IWPD_8556(lensai) ( 0 ) |
PHP Version: | 8.3.21 |
Python Version: | Python is not available |
Disabled Functions: | , Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system |
<div> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Brochures </h1> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-primary"> <div class="box-body no-padding"> <div class="mailbox-controls"> <!-- Check all button --> <button class="btn btn-default btn-sm checkbox-toggle"><i class="fa fa-square-o"></i></button> <div class="btn-group addproduct"> <a class="btn btn-primary btn-sm" href="index.php?p=add_brochures">Add Brochures</a> </div> </div> <div class="table-responsive mailbox-messages"> <table class="table table-hover table-striped"> <tbody> <tr> <td>Select</td> <td>Brochures</td> <td>Title</td> <td>Category</td> <td class="pull-right">Option</td> </tr> <?php $select=mysqli_query($con, "select * From brochures order by id DESC"); while($row=mysqli_fetch_array($select)){ ?> <tr> <td><input type="checkbox"/></td> <td class=""><img data-u="image" src="../images/brochure.png" height="40px" width="60px;"/></td> <td class="mailbox-name"><?php echo $row ['title']; ?></td> <td class="mailbox-name"><?php echo $row ['category']; ?></td> <td class="pull-right"><a href="controller.php?brochuresid=<?php echo $row['id'];?>"><img src="images/delet.png" height="20px"/></a></td> </tr> <?php } ?> </tbody> </table> <!-- /.table --> </div> <!-- /.mail-box-messages --> </div><!-- /.box-body --> </div><!-- /. box --> </div><!-- /.col --> </div><!-- /.row --> </section><!-- /.content --> </div><!-- /.content-wrapper --> <!-- jQuery 2.1.4 --> <script src="plugins/jQuery/jQuery-2.1.4.min.js"></script> <!-- Bootstrap 3.3.2 JS --> <script src="../../bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <!-- Slimscroll --> <script src="../../plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script> <!-- FastClick --> <script src='../../plugins/fastclick/fastclick.min.js'></script> <!-- AdminLTE App --> <script src="../../dist/js/app.min.js" type="text/javascript"></script> <!-- iCheck --> <script src="../../plugins/iCheck/icheck.min.js" type="text/javascript"></script> <!-- Page Script --> <script> $(function () { //Enable iCheck plugin for checkboxes //iCheck for checkbox and radio inputs $('.mailbox-messages input[type="checkbox"]').iCheck({ checkboxClass: 'icheckbox_flat-blue', radioClass: 'iradio_flat-blue' }); //Enable check and uncheck all functionality $(".checkbox-toggle").click(function () { var clicks = $(this).data('clicks'); if (clicks) { //Uncheck all checkboxes $(".mailbox-messages input[type='checkbox']").iCheck("uncheck"); $(".fa", this).removeClass("fa-check-square-o").addClass('fa-square-o'); } else { //Check all checkboxes $(".mailbox-messages input[type='checkbox']").iCheck("check"); $(".fa", this).removeClass("fa-square-o").addClass('fa-check-square-o'); } $(this).data("clicks", !clicks); }); //Handle starring for glyphicon and font awesome $(".mailbox-star").click(function (e) { e.preventDefault(); //detect type var $this = $(this).find("a > i"); var glyph = $this.hasClass("glyphicon"); var fa = $this.hasClass("fa"); //Switch states if (glyph) { $this.toggleClass("glyphicon-star"); $this.toggleClass("glyphicon-star-empty"); } if (fa) { $this.toggleClass("fa-star"); $this.toggleClass("fa-star-o"); } }); }); </script> <!-- AdminLTE for demo purposes --> <script src="dist/js/demo.js" type="text/javascript"></script>
Name | Size | Type | Permissions | Options |
---|---|---|---|---|
bootstrap | DIR | Directory | drwxrwxrwx | |
build | DIR | Directory | drwxrwxrwx | |
css | DIR | Directory | drwxrwxrwx | |
dist | DIR | Directory | drwxrwxrwx | |
images | DIR | Directory | drwxrwxrwx | |
DIR | Directory | drwxrwxrwx | ||
mailbox | DIR | Directory | drwxrwxrwx | |
plugins | DIR | Directory | drwxrwxrwx | |
sliders | DIR | Directory | drwxrwxrwx | |
.htaccess | 0.118 KB | File | -rw-rw-rw- | |
add_blog.php | 2.889 KB | File | -rw-rw-rw- | |
add_brochures.php | 3.218 KB | File | -rw-rw-rw- | |
add_papers.php | 2.231 KB | File | -rw-rw-rw- | |
add_product.php | 3.519 KB | File | -rw-rw-rw- | |
add_product_attach.php | 1.443 KB | File | -rw-rw-rw- | |
add_slide.php | 2.555 KB | File | -rw-rw-rw- | |
add_specification.php | 3.123 KB | File | -rw-rw-rw- | |
add_user.php | 7.685 KB | File | -rw-rw-rw- | |
add_video.php | 1.582 KB | File | -rw-rw-rw- | |
ajax.php | 1.183 KB | File | -rw-rw-rw- | |
attachment.php | 4.931 KB | File | -rw-rw-rw- | |
blog.php | 4.760 KB | File | -rw-rw-rw- | |
brochures.php | 4.405 KB | File | -rw-rw-rw- | |
change_pass_control.php | 0.946 KB | File | -rw-rw-rw- | |
change_password.php | 1.690 KB | File | -rw-rw-rw- | |
changelog | 2.168 KB | File | -rw-rw-rw- | |
compose.php | 4.953 KB | File | -rw-rw-rw- | |
concentrated.php | 5.195 KB | File | -rw-rw-rw- | |
config.php | 0.233 KB | File | -rw-rw-rw- | |
controller.php | 17.718 KB | File | -rw-rw-rw- | |
counter.txt | 0.003 KB | File | -rw-rw-rw- | |
dashboard.php | 10.186 KB | File | -rw-rw-rw- | |
delete_process.php | 0.012 KB | File | -rw-rw-rw- | |
demo.php | 0.083 KB | File | -rw-rw-rw- | |
edit_blog.php | 2.999 KB | File | -rw-rw-rw- | |
edit_product.php | 4.765 KB | File | -rw-rw-rw- | |
edit_specification.php | 2.999 KB | File | -rw-rw-rw- | |
error_log | 288.954 KB | File | -rw-rw-rw- | |
forgot.php | 2.757 KB | File | -rw-rw-rw- | |
img.php | 0.359 KB | File | -rw-rw-rw- | |
index.php | 11.069 KB | File | -rw-rw-rw- | |
login.php | 0.582 KB | File | -rw-rw-rw- | |
login_control.php | 0.716 KB | File | -rw-rw-rw- | |
logout.php | 0.099 KB | File | -rw-rw-rw- | |
mail.php | 0.508 KB | File | -rw-rw-rw- | |
mail_controller.php | 1.324 KB | File | -rw-rw-rw- | |
papers.php | 4.332 KB | File | -rw-rw-rw- | |
Product.php | 4.522 KB | File | -rw-rw-rw- | |
read_mai.php | 18.012 KB | File | -rw-rw-rw- | |
register.php | 4.011 KB | File | -rw-rw-rw- | |
sent.php | 9.575 KB | File | -rw-rw-rw- | |
slider.php | 6.859 KB | File | -rw-rw-rw- | |
sliderupdate.php | 3.239 KB | File | -rw-rw-rw- | |
specification.php | 3.194 KB | File | -rw-rw-rw- | |
subscriber_list.php | 7.287 KB | File | -rw-rw-rw- | |
test.html | 0.006 KB | File | -rw-rw-rw- | |
update.php | 0.920 KB | File | -rw-rw-rw- | |
video.php | 4.870 KB | File | -rw-rw-rw- | |
viewproduct.php | 0.135 KB | File | -rw-rw-rw- | |
visotor_counter.php | 0.009 KB | File | -rw-rw-rw- |