|
|
@@ -23,28 +23,24 @@ |
|
|
|
<div class="table-responsive">
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" class="table">
|
|
|
|
<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 width="20%">需要金币</th>
|
|
|
|
<th width="20%">消费时间</th>
|
|
|
|
<th width="16%">需要金币</th>
|
|
|
|
<th width="16%">消费时间</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<form name="form1" action="mypay.php" method="post">
|
|
|
|
<input type="hidden" name="dopost" value="del">
|
|
|
|
<tbody>
|
|
|
|
{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>
|
|
|
|
{/dede:datalist}
|
|
|
|
<tr>
|
|
|
|