From 0b55ac0050b2779383499c122182f82d0ce97f0f Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Fri, 11 Aug 2017 13:50:21 +0800 Subject: [PATCH] 提交素材及新闻详情页 --- application/modules/Admin/views/index/index.phtml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/application/modules/Admin/views/index/index.phtml b/application/modules/Admin/views/index/index.phtml index c4946d8..8a269f5 100644 --- a/application/modules/Admin/views/index/index.phtml +++ b/application/modules/Admin/views/index/index.phtml @@ -40,8 +40,10 @@ <li class="item"> <i class="fa fa-file-text-o"> </i> + <a href="/admin/index/look/id/<?php echo $system_new['_id']?>"> <?php echo $system_new['name']?> <span class=" pull-right">[<?php echo $system_new['create_time']?>]</span> + </a> </li> <?php endforeach;?> @@ -70,8 +72,10 @@ <li class="item"> <i class="fa fa-file-text-o"> </i> + <a href="/admin/index/look/id/<?php echo $system_new['_id']?>"> <?php echo $industry_new['name']?> <span class=" pull-right">[<?php echo $industry_new['create_time']?>]</span> + </a> </li> <?php endforeach;?> @@ -102,8 +106,10 @@ <li class="item"> <i class="fa fa-file-text-o"> </i> + <a href="/admin/index/look/id/<?php echo $system_new['_id']?>"> <?php echo $ffs_new['name']?> <span class=" pull-right">[<?php echo $ffs_new['create_time']?>]</span> + </a> </li> <?php endforeach;?> @@ -132,8 +138,10 @@ <li class="item"> <i class="fa fa-file-text-o"> </i> + <a href="/admin/index/look/id/<?php echo $system_new['_id']?>"> <?php echo $my_new['name']?> <span class=" pull-right">[<?php echo $my_new['create_time']?>]</span> + </a> </li> <?php endforeach;?> -- Gitblit v1.8.0