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.
32 lines
993 B
32 lines
993 B
{include file="pageheader.htm"}
|
|
<div class="list-div">
|
|
<table cellpadding='3' cellspacing='1'>
|
|
<tr>
|
|
<th>{$lang.order_id}</th>
|
|
<th>{$lang.money}</th>
|
|
<th>{$lang.log_date}</th>
|
|
</tr>
|
|
{foreach from=$sms_charge_history.charge item=sms_charge_history_item}
|
|
<tr>
|
|
<td>{$sms_charge_history_item.order_id}</td>
|
|
<td>{$sms_charge_history_item.money}</td>
|
|
<td>{$sms_charge_history_item.log_date}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</table>
|
|
</div>
|
|
|
|
<form method="POST" action="sms.php" name="listForm">
|
|
<table id="page-table">
|
|
<tr>
|
|
<td> </td>
|
|
<td align="right" nowrap="true">
|
|
{include file="sms_pages.htm"}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<input type="hidden" value="get_charge_history" name="act">
|
|
<input type="hidden" value="{$start_date}" name="start_date">
|
|
<input type="hidden" value="{$end_date}" name="end_date">
|
|
</form>
|
|
{include file="pagefooter.htm"}
|