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.
93 lines
3.1 KiB
93 lines
3.1 KiB
<?php include_once 'header.php';?>
|
|
|
|
<!-- Small boxes (Stat box) -->
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<div class="card card-stats">
|
|
<div class="card-header card-header-warning card-header-icon">
|
|
<div class="card-icon">
|
|
<i class="material-icons">mail</i>
|
|
</div>
|
|
<p class="card-category"><?php echo $jkl["stat_s29"];?></p>
|
|
<h3 class="card-title"><?php echo $totalAll;?></h3>
|
|
</div>
|
|
<div class="card-footer">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="card card-stats">
|
|
<div class="card-header card-header-rose card-header-icon">
|
|
<div class="card-icon">
|
|
<i class="material-icons">drafts</i>
|
|
</div>
|
|
<p class="card-category"><?php echo $jkl["stat_s30"];?></p>
|
|
<h3 class="card-title"><?php echo $totalAllc;?></h3>
|
|
</div>
|
|
<div class="card-footer">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="card card-stats">
|
|
<div class="card-header card-header-success card-header-icon">
|
|
<div class="card-icon">
|
|
<i class="material-icons">reply</i>
|
|
</div>
|
|
<p class="card-category"><?php echo $jkl["stat_s31"];?></p>
|
|
<h3 class="card-title"><?php echo $bounce_percentage;?></h3>
|
|
</div>
|
|
<div class="card-footer">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php if (isset($totalAll) && !empty($totalAll)) { ?>
|
|
|
|
<form method="post" class="jak_form" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
|
|
<div class="card">
|
|
<div class="card-header card-header-icon card-header-rose">
|
|
<div class="card-icon">
|
|
<i class="material-icons">textsms</i>
|
|
</div>
|
|
<h4 class="card-title "><?php echo $jkl["m22"];?></h4>
|
|
</div>
|
|
<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('contacts', '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="fa 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>#</th>
|
|
<th><input type="checkbox" id="jak_delete_contacts"></th>
|
|
<th><?php echo $jkl["g54"];?></th>
|
|
<th><?php echo $jkl["l5"];?></th>
|
|
<th><?php echo $jkl["stat_s30"];?></th>
|
|
<th><?php echo $jkl['g13'];?></th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<input type="hidden" name="action" id="action">
|
|
</form>
|
|
|
|
<?php } else { ?>
|
|
|
|
<div class="alert alert-rose">
|
|
<?php echo $jkl['i3'];?>
|
|
</div>
|
|
|
|
<?php } if (isset($JAK_PAGINATE)) echo $JAK_PAGINATE;?>
|
|
|
|
<?php include_once 'footer.php';?>
|
|
|