修复div未闭合

This commit is contained in:
wlx 2011-09-14 05:12:13 +00:00
parent f8c385e1a0
commit 25143eafb1
5 changed files with 5 additions and 0 deletions

View File

@ -50,4 +50,5 @@
<div style="width:50%;text-align:left;">
<?= $this->paginator; ?>
</div>
</div>
</div>

View File

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

View File

@ -51,4 +51,5 @@
<?php endforeach; ?>
<?php endif; ?>
</table>
</div>
</div>

View File

@ -51,4 +51,5 @@
<?php endforeach; ?>
<?php endif; ?>
</table>
</div>
</div>

View File

@ -51,4 +51,5 @@
<div style="width:50%;text-align:left;">
<?= $this->paginator; ?>
</div>
</div>
</div>