灵动标签列表面调用当前父栏目下的所有子栏目
<? $bclassid = $class_r[$GLOBALS[navclassid]][bclassid]; //获取当前父栏目ID ?> [e:loop={"select classid,classname,classpath from [!db.pre!]enewsclass where bclassid = '$bclassid' order by classid",0,24,0}] <? $bqno%2==0?$style="style=background:#E8E8E8;":$style=""; ?> <tr> <td width="346" height="25" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" style="padding-left:10px" <?=$style?>> <tr> <td width="346" height="25" valign="middle" style="padding-left:10px">第<?=$bqno?>版:<a href="/<?=$class_r[$GLOBALS[navclassid]][classpath]?>"><?=$bqr[classname]?></a></td> </tr> </table></td> </tr> [/e:loop]