Пример #1
0
  <div id="icon-plugins" class="icon32"></div>
    <h2><?php 
_e(ES_PLUGIN_DISPLAY, 'email-subscribers');
?>
</h2>
	<h3><?php 
_e('Delivery Report', 'email-subscribers');
?>
</h3>
    <div class="tool-box">
	<?php 
$pagenum = isset($_GET['pagenum']) ? absint($_GET['pagenum']) : 1;
es_cls_security::es_check_number($pagenum);
$limit = 200;
$offset = ($pagenum - 1) * $limit;
$total = es_cls_delivery::es_delivery_count($sentguid);
$fulltotal = $total;
$total = ceil($total / $limit);
$myData = array();
$myData = es_cls_delivery::es_delivery_select($sentguid, $offset, $limit);
?>
	<form name="frm_es_display" method="post" onsubmit="return _es_bulkaction()">
      <table width="100%" class="widefat" id="straymanage">
        <thead>
          <tr>
            <th width="3%" scope="col"><?php 
_e('Sno', 'email-subscribers');
?>
</th>
			<th scope="col"><?php 
_e('Email', 'email-subscribers');