Пример #1
0
				</a>
			</div>
		<?php 
}
?>
			<ul class="subsubsub"></ul>
			<div class="tablenav-pages">
				<?php 
OW_Utility::instance()->get_page_link($count_posts, $page_number, $per_page);
?>
			</div>
		</div>
		<table class="wp-list-table widefat fixed posts" cellspacing="0" border=0>
			<thead>
				<?php 
$ow_inbox_service->get_table_header();
?>
			</thead>
			<tfoot>
				<?php 
$ow_inbox_service->get_table_header();
?>
			</tfoot>
			<tbody id="coupon-list">
				<?php 
$wf_process_status = get_site_option("oasiswf_status");
$space = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
if ($inbox_items) {
    $count = 0;
    $cat_name = '----';
    $start = ($page_number - 1) * $per_page;