colly_wyx
2017-08-11 0b55ac0050b2779383499c122182f82d0ce97f0f
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']?>">
                &nbsp;&nbsp;<?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']?>">
                  &nbsp;&nbsp;<?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']?>">
                &nbsp;&nbsp;<?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']?>">
                  &nbsp;&nbsp;<?php echo $my_new['name']?>
                   <span class=" pull-right">[<?php echo $my_new['create_time']?>]</span>
                  </a>
                </li>
              <?php endforeach;?>