{{template "widgets/header.html" .}}
{{.SITE_NAME}} 本次搜索耗时 {{.SpendTime}} 秒,为您找到 {{.TotalRows}} 个相关结果.
{{if (ads "search-top" $.IsMobile)}}
{{str2html (ads "search-top" $.IsMobile)}}
{{end}} {{if eq $.Tab "book"}}
    {{range .Books}}
  • {{.BookName}}

    {{isubstr .Description 180}}
  • {{else}}
  • 啊哦,没搜到相关书籍,搜文档 试下?
  • {{end}}
{{end}} {{if eq $.Tab "doc"}}
    {{range .Docs}}
  • {{.DocumentName}}

    {{.Vcnt}} {{dateformat .CreateTime "2006-01-02"}} 《{{.BookName}}》
    {{isubstr .Release 180}}
  • {{else}}
  • 很遗憾,没搜到相关文档,建议您更换关键字重新搜索
  • {{end}}
{{end}} {{if (ads "search-bottom" $.IsMobile)}}
{{str2html (ads "search-bottom" $.IsMobile)}}
{{end}} {{.PageHtml}}
{{if (ads "search-right" $.IsMobile)}} {{end}}
{{template "widgets/footer.html" .}}