@@ -23,28 +23,24 @@ | |||||
<div class="table-responsive"> | <div class="table-responsive"> | ||||
<table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
<thead> | <thead> | ||||
<tr> | |||||
<th width="6%"></th> | |||||
<th width="10%">id</th> | |||||
<tr align="center"> | |||||
<th width="8%">选择</th> | |||||
<th width="8%">id</th> | |||||
<th>标题</th> | <th>标题</th> | ||||
<th width="20%">需要金币</th> | |||||
<th width="20%">消费时间</th> | |||||
<th width="16%">需要金币</th> | |||||
<th width="16%">消费时间</th> | |||||
</tr> | </tr> | ||||
</thead> | </thead> | ||||
<form name="form1" action="mypay.php" method="post"> | <form name="form1" action="mypay.php" method="post"> | ||||
<input type="hidden" name="dopost" value="del"> | <input type="hidden" name="dopost" value="del"> | ||||
<tbody> | <tbody> | ||||
{dede:datalist} | {dede:datalist} | ||||
<tr> | |||||
<td align="center"><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td> | |||||
<td align="center"><?php echo $fields['aid'];?></td> | |||||
<td> | |||||
<?php | |||||
echo '<a href="../apps/view.php?aid='.str_replace('ARCHIVE', '', $fields['buyid']).'" target="_blank">'.$fields['oldinfo'].'</a>'; | |||||
?> | |||||
</td> | |||||
<td align="center"><?php echo $fields['money'];?></td> | |||||
<td align="center"><?php echo GetDateTimeMk($fields['mtime']);?></td> | |||||
<tr align="center"> | |||||
<td><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td> | |||||
<td><?php echo $fields['aid'];?></td> | |||||
<td><?php echo '<a href="../apps/view.php?aid='.str_replace('ARCHIVE', '', $fields['buyid']).'" target="_blank">'.$fields['oldinfo'].'</a>';?></td> | |||||
<td><?php echo $fields['money'];?></td> | |||||
<td><?php echo GetDateTimeMk($fields['mtime']);?></td> | |||||
</tr> | </tr> | ||||
{/dede:datalist} | {/dede:datalist} | ||||
<tr> | <tr> | ||||
@@ -23,25 +23,26 @@ | |||||
<div class="table-responsive"> | <div class="table-responsive"> | ||||
<table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
<thead> | <thead> | ||||
<tr> | |||||
<th width="30%" colspan="2">订单号</th> | |||||
<th width="14%">状态</th> | |||||
<th width="10%">产品</th> | |||||
<th width="14%">状态</th> | |||||
<th width="12%">时间</th> | |||||
<tr align="center"> | |||||
<th width="8%">选择</th> | |||||
<th>订单号</th> | |||||
<th width="16%">状态</th> | |||||
<th width="16%">产品</th> | |||||
<th width="16%">状态</th> | |||||
<th width="16%">时间</th> | |||||
</tr> | </tr> | ||||
</thead> | </thead> | ||||
<tbody> | <tbody> | ||||
<form name="form1" action="operation.php" method="post"> | <form name="form1" action="operation.php" method="post"> | ||||
<input type="hidden" name="ftype" value="del"> | <input type="hidden" name="ftype" value="del"> | ||||
{dede:datalist} | {dede:datalist} | ||||
<tr> | |||||
<td align="center"><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td> | |||||
<tr align="center"> | |||||
<td><input type="checkbox" name="deleteid" value="{dede:field.aid/}"></td> | |||||
<td><?php echo $fields['pname'];?></td> | <td><?php echo $fields['pname'];?></td> | ||||
<td>{dede:field.buyid/}</td> | <td>{dede:field.buyid/}</td> | ||||
<td align="center"><?php echo $fields['oldinfo'];?></td> | |||||
<td align="center">{dede:field.sta function="GetSta(@me)"/}</td> | |||||
<td align="center">{dede:field.mtime function="GetDateMk(@me)"/}</td> | |||||
<td><?php echo $fields['oldinfo'];?></td> | |||||
<td>{dede:field.sta function="GetSta(@me)"/}</td> | |||||
<td>{dede:field.mtime function="GetDateMk(@me)"/}</td> | |||||
</tr> | </tr> | ||||
{/dede:datalist} | {/dede:datalist} | ||||
<tr> | <tr> | ||||