update index page more link
This commit is contained in:
parent
3a4cd9585c
commit
c655474e7e
|
@ -14,7 +14,7 @@
|
|||
<?php } ?>
|
||||
<?php } ?>
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;">
|
||||
<a href="<?= $this->url('news',array('category'=>'localnews')) ?>" class="more">更多>></a>
|
||||
<a href="/news/" class="more">更多>></a>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<?php } ?>
|
||||
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;">
|
||||
<a href="/data/browse" class="more">更多>></a>
|
||||
<a href="/data/browse?order=ts_created&sort=desc" class="more">更多>></a>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<li><a href="<?= $this->url('data/view',array('uuid'=>$v['uuid'])) ?>"target="_self"><i class="icon-hand-right"></i> <?= $v['title'] ?></a></li>
|
||||
<?php } ?>
|
||||
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/unit/青海湖国家级自然保护区管理局" target="_blank" class="more">更多>></a></span>
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse?source=青海湖" target="_self" class="more">更多>></a></span>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -62,7 +62,7 @@
|
|||
<li><a href="<?= $this->url('data/view',array('uuid'=>$v['uuid'])) ?>"target="_self"><i class="icon-hand-right"></i> <?= $v['title'] ?></a></li>
|
||||
<?php } ?>
|
||||
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse" target="_blank" class="more">更多>></a></span>
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse?order=viewedcount&order=desc" target="_self" class="more">更多>></a></span>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -75,7 +75,7 @@
|
|||
<li><a href="<?= $this->url('data/view',array('uuid'=>$v['uuid'])) ?>"target="_self"><i class="icon-hand-right"></i> <?= $v['title'] ?></a></li>
|
||||
<?php } ?>
|
||||
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse" target="_self" class="more">更多>></a></span>
|
||||
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse?source=三江源" target="_self" class="more">更多>></a></span>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue