소스 검색

会员列宽优化

tags/6.2.5
叙述、别离 2 년 전
부모
커밋
4fd9953a86
2개의 변경된 파일23개의 추가작업 그리고 26개의 파일을 삭제
  1. +11
    -15
      src/user/templets/mypay.htm
  2. +12
    -11
      src/user/templets/operation.htm

+ 11
- 15
src/user/templets/mypay.htm 파일 보기

@@ -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>


+ 12
- 11
src/user/templets/operation.htm 파일 보기

@@ -23,25 +23,26 @@
<div class="table-responsive">
<table width="100%" cellpadding="0" cellspacing="0" class="table">
<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>
</thead>
<tbody>
<form name="form1" action="operation.php" method="post">
<input type="hidden" name="ftype" value="del">
{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>{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>
{/dede:datalist}
<tr>


불러오는 중...
취소
저장