You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.1 KiB
62 lines
2.1 KiB
<?php include_once 'header.php';?>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
|
|
<?php if (isset($totalAll) && $totalAll != 0) { ?>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<form method="post" class="jak_form" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
|
|
|
|
<?php if (JAK_SUPERADMINACCESS) { ?>
|
|
<p class="pull-right">
|
|
<a class="btn btn-warning btn-sm btn-confirm" href="<?php echo JAK_rewrite::jakParseurl('logs', 'truncate');?>" data-title="<?php echo addslashes($jkl["g48"]);?>" data-text="<?php echo addslashes($jkl["e40"]);?>" data-type="warning" data-okbtn="<?php echo addslashes($jkl["g279"]);?>" data-cbtn="<?php echo addslashes($jkl["g280"]);?>"><i class="fas fa-exclamation-triangle"></i></a> <button class="btn btn-danger btn-sm btn-confirm" data-action="delete" data-title="<?php echo addslashes($jkl["g48"]);?>" data-text="<?php echo addslashes($jkl["e30"]);?>" data-type="warning" data-okbtn="<?php echo addslashes($jkl["g279"]);?>" data-cbtn="<?php echo addslashes($jkl["g280"]);?>"><i class="fa fa-trash"></i></button>
|
|
</p>
|
|
<div class="clearfix"></div>
|
|
<?php } ?>
|
|
|
|
<table id="dynamic-data" class="table table-striped" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th style="width: 3%">#</th>
|
|
<th style="width: 3%"><input type="checkbox" id="jak_delete_all"></th>
|
|
<th style="width: 50%"><?php echo $jkl["g146"];?></th>
|
|
<th style="width: 25%"><?php echo $jkl["g136"];?></th>
|
|
<th style="width: 19%"><?php echo $jkl["g13"];?></th>
|
|
</tr>
|
|
</thead>
|
|
<tfoot>
|
|
<tr>
|
|
<th style="width: 3%">#</th>
|
|
<th style="width: 3%"><input type="checkbox" id="jak_delete_all"></th>
|
|
<th style="width: 50%"><?php echo $jkl["g146"];?></th>
|
|
<th style="width: 25%"><?php echo $jkl["g136"];?></th>
|
|
<th style="width: 19%"><?php echo $jkl["g13"];?></th>
|
|
</tr>
|
|
</tfoot>
|
|
<tbody></tbody>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<input type="hidden" name="action" id="action">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<?php } else { ?>
|
|
|
|
<div class="alert alert-info">
|
|
<?php echo $jkl['i3'];?>
|
|
</div>
|
|
|
|
<?php } ?>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<?php include_once 'footer.php';?>
|
|
|