+
+ 分类:
+ 不限
+
+ {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
+ {$strCategoryName}
+
+ {/novel:category}
+
+
+
+
排序:
+ {novel:sort d_key="key" d_val="strSortName"}
+ {$strSortName}
+ {/novel:sort}
+
+
状态:
+ {novel:status d_key="key" d_val="strStatusName"}
+ {$strStatusName}
+ {/novel:status}
+
+
+
+ {volist name="resData.p_data.pager" id="vo" key="k"}
+ {switch $vo.label}
+ {case value="上一页"}
+ {if $resData.p_data.page == 1}
+
«
+ {else}
+
«
+ {/if}
+ {/case}
+ {case value="下一页"}
+ {if $resData.p_data.page >= $resData.p_data.total}
+
»
+ {else}
+
»
+ {/if}
+ {/case}
+ {case value="..."}
+
...
+ {/case}
+ {default /}
+ {if preg_match('/^\d+$/', $vo.label)}
+
{$vo.label}
+ {/if}
+ {/switch}
+ {/volist}
+
+