
分页代码
LM_TY_CONTENT_FENYE.html 点击数:
模版代码
<if test="!empty($PageNav)"> <if test="!empty($PageNav.1.Title) && $PageNav.1.Title != ' ' "> <B>子标题:</B><I> <if test="$PageTitle=='CONTENT_HEADER'"> 前言 <else> [$PageTitle] </if> </I><br> <select name="sNavigate" style=font-size:9pt onchange=javascript:window.location=(this.options[this.selectedIndex].value)> <loop name="PageNav" key="key" var="var"> <op exp="$PageKey = $key+1 " /> <if test="$var.Title=='CONTENT_HEADER'"> <op exp="$showTitle = ' 前言' " /> <else> <op exp="$showTitle = $var.Title " /> </if> <if test="$PageTitle == $var.Title"> <option value="[$var.URL]" selected>第[$PageKey]页:[$showTitle]</option> <else> <option value="[$var.URL]" >第[$PageKey]页:[$showTitle]</option> </if> </loop> </select> </if> </if>
CSS
无此代码