Ejemplo n.º 1
0
        echo xt_jifenbao_text();
        ?>
记录</div>
</div>
<?php 
    } else {
        echo '<div id="X_Pagination-Bottom" class="clearfix">';
        xt_jifens_paging_text();
        echo '<div class="pagination xt-pagination-links xt-account-pagination-links">';
        xt_jifens_pagination_links();
        echo '</div>';
        echo '</div>';
        echo '</div>';
    }
} elseif ($type == 'order') {
    $_result = query_jifenOrders(array('user_id' => get_current_user_id(), 'page' => absint($_POST['page']), 'jifenOrder_per_page' => 10));
    $_jifenOrders = $_result['jifenOrders'];
    $_total = $_result['total'];
    ?>
<table class="table table-striped table-hover table-bordered">
	<colgroup>
		<col style="width:80px;"/>
        <col style="width:200px;"/>
        <col style="width:60px;"/>
        <col style="width:80px;"/>
        <col style="width:150px;"/>
        <col/>
	</colgroup>
	<thead>
		<tr>
			<th>状态</th>
Ejemplo n.º 2
0
			<th class="manage-column"><span>备注</span></th>
		</tr>
	</tfoot>
	<tbody id="the-list" class="list:tag">
		<?php 
    $_jifen_count = 0;
    foreach ($_jifens as $jifen) {
        xt_row_jifen($jifen, $_jifen_count);
        $_jifen_count++;
    }
    ?>
	</tbody>
</table>
<?php 
} elseif ($type == 'order') {
    $_result = query_jifenOrders(array('jifenOrder_per_page' => 50, 'page' => isset($_GET['paged']) ? intval($_GET['paged']) : 1));
    $_jifenOrders = $_result['jifenOrders'];
    ?>

<div class="tablenav top">
	<div class="alignleft actions">
		
	</div>
	<div class="tablenav-pages">
		<span class="displaying-num">
			<?php 
    xt_jifenOrders_paging_text();
    ?>


		</span> <span class="pagination-links">