修复div未闭合
This commit is contained in:
parent
f8c385e1a0
commit
25143eafb1
|
@ -50,4 +50,5 @@
|
|||
<div style="width:50%;text-align:left;">
|
||||
<?= $this->paginator; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -41,4 +41,5 @@
|
|||
<tr><td>时间</td><td><?php echo date('Y-m-d H:i:s', strtotime($this->infos['ts_created']));?></td></tr>
|
||||
<tr><td>数据</td><td><a href="/data/<?php echo $this->infos['uuid'];?>"><?php echo $this->infos['title'];?></a>(<a href="/admin/down/data/show/<?php echo $this->infos['uuid'];?>">数据下载记录</a>)</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
|
@ -51,4 +51,5 @@
|
|||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
|
@ -51,4 +51,5 @@
|
|||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
|
@ -51,4 +51,5 @@
|
|||
<div style="width:50%;text-align:left;">
|
||||
<?= $this->paginator; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue