phpcms中pc模板中跳转页面非常的简单了,只要知道url就可以了,下面我们一起来看一个例子吧.
今天在改的网页中有需要填加一个链接,因为之前该页面在之前已经有设置链接跳转到不同的页面,而且这些链接是通过模板循环出来的,如果我再加一个不是通过循环出来的链接就会与原来设置的样式有冲突,所以我准备用一个div来模仿a标签,实现跳转页面的功能,具体实现如下:
- <div class="department-detail">
- <div style="clear:both;display:block;margin-left:352px;margin-top:0;width:864px;height:106px;cursor:pointer;" onclick="window.location.href='{$CATEGORYS[33][url]}'"></div>
- {pc:content action="category" catid="7" num="12" siteid="$siteid" order="listorder ASC"}
- //Vevb.com
- {loop $data $r}
- {if $r[catid]==23 }
- <a style="width:90px;margin-right:0;" href="{$r[url]}"></a>
- {/if}
- <a href="{$r[url]}"></a>
- {/loop}
- {/pc}
- </div>
新闻热点
疑难解答