{if records != 0}
找到 ${totalrecord.toString()} 条结果(搜索用时是 ${fwk(time.toString())} 秒)
{else}
未找到任何结果。(搜索用时是 ${fwk(time.toString())} 秒)
{/if}
{if records!= 0}
{for c in rows}
${c.doccontent.substring(0,100).replaceAll($("#wd").val(),""+$("#wd").val()+"")}
${c.docpuburl_wcm.toString()} ${new Date(c.docpubtime_wcm.time).format("yyyy-mm-dd")}
{forelse}
{/for}