<@tools.includePlace path="/common/8ddab9ba-a8aa-4745-86c6-66bf1c2c976c.html"/> <#-- header --> <@tools.includePlace path="/common/c32a4f4a-ff5d-49cf-bb59-5d9784539174.html"/> <#-- 导航 -->
checked="checked" onclick="$('form[name=search]').submit();">
<#if categoryId?has_content> <#if modelId?has_content> <#if dictionaryValues?has_content> <#list dictionaryValues as d> <#if tagIds?has_content> <#list tagIds as t>
<#if word?has_content || tagIds?has_content || dictionaryValues?has_content> <@cms.facetSearch word=word tagId=tagIds categoryId=categoryId dictionaryValues=dictionaryValues modelIds=modelId phrase=phrase highlight=true pageIndex=pageIndex pageSize=10> <#if page.totalCount gt 0> <@import path="/ftl/tools.ftl" namespace="t"/>
<#if (page.facetMap.categoryId)?has_content>
分类: <#list page.facetMap.categoryId?keys as k><@t.merge 'categoryIds' k/> <@cms.category ids=(t.categoryIds)!><#assign categoryMap=map/>
<#if (page.facetMap.modelId)?has_content>
模型: <#list page.facetMap.modelId?keys as k><@t.merge 'modelIds' k/> <@cms.model ids=(t.modelIds)!><#assign modelMap=map!/>
<@cms.tag ids=tagIds> <#if map?has_content>
标签:
<#macro dictionarySearch extendList> <#list extendList as extend>
<@cms.dictionary id=extend.dictionaryId> ${object.name}:
<#if (firstCategory.extendId)?has_content> <@sys.extendFieldList extendId=firstCategory.extendId inputType='dictionary' searchable=true> <@dictionarySearch list/> <#if (firstModel.extendList)?has_content> <@dictionarySearch firstModel.extendList/>
搜索结果
<#list page.list as a>
${a.title?no_esc}

${(a.description?no_esc)!}

${a.publishDate?date} ${a.clicks!} ${a.comments!}
    <#assign url='./facet.html?word='+(word?url)!/> <#if phrase?has_content> <#assign url+='&phrase='+phrase?url/> <#if categoryId?has_content> <#assign url+='&categoryId='+categoryId?url/> <#if modelId?has_content> <#assign url+='&modelId='+modelId?url/> <#if dictionaryValues?has_content> <#list dictionaryValues as d> <#assign url+='&dictionaryValues='+d?url/> <#if tagIds?has_content> <#list tagIds as t> <#assign url+='&tagIds='+t/>
  • <#assign start=1/> <#if (page.pageIndex-5) gt start> <#assign start=page.pageIndex-4/> <#assign end=page.totalPage/> <#if (page.pageIndex+5) lt end> <#assign end=page.pageIndex+4/> <#list start..end as a>
  • ${a}
<@tools.includePlace path="/footer/7f8bacb5-30ca-4641-b66f-987d447b1a85.html"/> <#-- footer -->